Socket
Socket
Sign inDemoInstall

usage

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usage - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc