Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proc - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

History.md
0.2.0 / 2012-03-28
0.2.1 / 2012-03-29
==================

@@ -4,0 +4,0 @@

@@ -18,1 +18,5 @@ So if you send this stats object to circonus, you can take these values:

But you have to use my version with fractional times, or else it'll never add up.
For most of these types like mrcv or whatever, you'll want to convert them to "counter" types in circonus and call the graph "messages per second"
{
"name": "proc",
"version": "0.2.0",
"version": "0.2.1",
"description": "Expose system state via the /proc file system.",
"keywords": ["proc", "smartos", "solaris"],
"author": "Daniel D. Shaw <dshaw@dshaw.com> (http://dshaw.com)",
"repository": {
"type": "git",
"url": "https://github.com/dshaw/proc"
},
"bugs": {
"url": "http://github.com/dshaw/proc/issues"
},
"main": "./proc"
}

@@ -56,6 +56,4 @@ /*!

// filler for future expansion
console.log(data)
callback(null, data);
});
};
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