const os = require('os');
var totalMemory = os.totalmem();
var freeMemory = os.freemem(); console.log(`Total Memory: ${totalMemory}`);
console.log(`Free Memory: ${freeMemory}`);
Search thousands of free JavaScript snippets that you can quickly copy and paste into your web pages. Get free JavaScript tutorials, references, code, menus, calendars, popup windows, games, and much more.
Random jottings on music (and other topics) from my notebook ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ...
No comments:
Post a Comment