Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "usage", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "simple way to lookup linux process usage", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"bindings": "1.x.x", | ||
"nan": "1.3.x" | ||
"nan": "1.6.x" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -24,4 +24,8 @@ # node-usage [![Build Status](https://travis-ci.org/arunoda/node-usage.png?branch=master)](https://travis-ci.org/arunoda/node-usage) | ||
{ | ||
cpu: 10.6, //in percentage | ||
memory: 100065280 //in no of bytes | ||
memory: 100065280, // in no of bytes | ||
memoryInfo: { | ||
rss: 15966208, // resident size memory in bytes | ||
vsize: 3127906304 // virtual memory size in bytes | ||
}, | ||
cpu: 10.6 // in percentage | ||
} | ||
@@ -28,0 +32,0 @@ ~~~ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64415
55