nodejs os module

const os = require('os');
var  totalMemory = os.totalmem();
var  freeMemory = os.freemem();
console.log(`Total Memory: ${totalMemory}`);
console.log(`Free Memory: ${freeMemory}`);

No comments:

I Share Private Journal Entries

Random jottings on music (and other topics) from my notebook ͏     ­͏     ­͏     ­͏     ­͏     ­͏     ­͏     ­͏     ­͏     ­͏     ­͏     ­͏ ...

Contact Form

Name

Email *

Message *