0.1.1 • Published 12 years ago
humem v0.1.1
HuMem 
Human Readable real time memory stats.
Install
$ npm install --save humemUsage
Node.js
var humem = require('humem');
console.log(humem.freemem); // 4 GB
// Open up some app which will eat up some memory.
console.log(humem.freemem); // 2.36 GBProperties
humem.totalmem -> Returns the total amount of system memory in human readable format.
humem.freemem -> Returns the amount of free system memory in human readable format.
humem.usedmem -> Returns the amount of system memory used in human readbale.format.
License
MIT © Hemanth.HM