diff --git a/CHANGELOG.md b/CHANGELOG.md index d492634..c4ccc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.22.0 | 2020-02-17 | `services()` added pids (windows) | | 4.21.3 | 2020-02-16 | `versions()` fixed mysql version (macOS) | | 4.21.2 | 2020-02-11 | `networkConnections()` fixed linux (debian) issue | | 4.21.1 | 2020-01-31 | `networkGatewayDefault()` fixed windows 7 issue | diff --git a/README.md b/README.md index f1c5649..4d3bd8b 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] ( | | [0].name | X | X | X | X | | name of service | | | [0].running | X | X | X | X | | true / false | | | [0].startmode | | | | X | | manual, automatic, ... | -| | [0].pids | X | X | X | | | pids | +| | [0].pids | X | X | X | X | | pids | | | [0].pcpu | X | X | X | | | process % CPU | | | [0].pmem | X | X | X | | | process % MEM | diff --git a/docs/history.html b/docs/history.html index d2af45c..a4fc72b 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@
+