systeminformation
Memory

In this section you will learn how to get overall memory information (usage by OS) and memory module layout:

For function reference and examples we assume, that we imported systeminformation as follows:

const si = require('systeminformation');

System Memory and Memory Layout

All functions in this section return a promise or can be called with a callback function (parameter cb in the function reference)