systeminformation
Advanced tools
Comparing version 3.2.1 to 3.3.0
{ | ||
"name": "systeminformation", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Simple system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -43,2 +43,3 @@ # systeminformation | ||
- Version 3.3.0: added process list. Get full process list including details like cpu and mem usage, status, command, ... | ||
- Version 3.2.0: added battery support. If a battery is installed, you get information about status and current capacity level | ||
@@ -48,3 +49,3 @@ - Version 3.1.0: added [Docker][docker-url] support. Now you can scan your docker containers and get their stats | ||
I also created a little CLI-Tool called [mmon][mmon-github-url] (micro-monitor), also available via [github][mmon-github-url] and [npm][mmon-npm-url] | ||
I also created a little command line tool called [mmon][mmon-github-url] (micro-monitor), also available via [github][mmon-github-url] and [npm][mmon-npm-url] | ||
@@ -69,2 +70,3 @@ Here all changes more detailed: | ||
- `processes`: now returns also a process list with all process details (new in version 3.3) | ||
- `battery`: retrieves battery status and charging level (new in version 3.2) | ||
@@ -270,2 +272,4 @@ - `dockerContainers`: returns a list of all docker containers (new in version 3.1) | ||
| - blocked | X | X | # of all processes blocked | | ||
| - sleeping | X | X | # of all processes sleeping | | ||
| - list | X | X | # list of all processes incl. details | | ||
| si.processLoad('apache2',cb) | X | X | detailed information about given process | | ||
@@ -372,2 +376,3 @@ | - proc | X | X | process name | | ||
| -------------- | -------------- | -------- | | ||
| 3.3.0 | 2016-08-24 | process list added to processes | | ||
| 3.2.1 | 2016-08-19 | updated docs, improvement system | | ||
@@ -424,3 +429,3 @@ | 3.2.0 | 2016-08-19 | added battery information | | ||
Intel is a trademark of Intel Corporation, Raspberry Pi is a trademark of the Raspberry Pi Foundation, | ||
Debian is a trademark of the Debian Project, Ubuntu is a trademark of Canonical Ltd. | ||
Debian is a trademark of the Debian Project, Ubuntu is a trademark of Canonical Ltd., Docker is a trademarks of Docker, Inc. | ||
All other trademarks are the property of their respective owners. | ||
@@ -427,0 +432,0 @@ |
Sorry, the diff of this file is too big to display
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
111836
2360
474