0.1.1 • Published 10 years ago

humem v0.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

HuMem Build Status

Human Readable real time memory stats.

Install

$ npm install --save humem

Usage

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 GB

Properties

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

0.1.1

10 years ago

0.1.0

10 years ago