extended FreeBSD support processLoad()

This commit is contained in:
Sebastian Hildebrandt 2018-02-11 09:13:06 +01:00
parent fbb9d7c506
commit d399ac784b
2 changed files with 7 additions and 5 deletions

View File

@ -100,6 +100,8 @@ Other changes
| Version | Date | Comment |
| -------------- | -------------- | -------- |
| 3.35.0 | 2018-02-11 | extended FreeBSD support `processLoad()` |
| 3.34.1 | 2018-02-11 | updated docs |
| 3.34.0 | 2018-02-10 | first partial FreeBSD support |
| 3.33.15 | 2018-01-21 | optimized OSX battery |
| 3.33.14 | 2018-01-17 | bugfix `diskLayout()` (Windows) |

View File

@ -348,11 +348,11 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
| | ...[0].tty | X | X | X | | tty from which process was started |
| | ...[0].user | X | X | X | | user who started process |
| | ...[0].command | X | X | X | X | process starting command |
| si.processLoad('apache2',cb) | {...} | X | | X | | detailed information about given process |
| | proc | X | | X | | process name |
| | pid | X | | X | | PID |
| | cpu | X | | X | | process % CPU |
| | mem | X | | X | | process % MEM |
| si.processLoad('apache2',cb) | {...} | X | X | X | | detailed information about given process |
| | proc | X | X | X | | process name |
| | pid | X | X | X | | PID |
| | cpu | X | X | X | | process % CPU |
| | mem | X | X | X | | process % MEM |
| si.services('mysql, apache2', cb) | [{...}] | X | X | X | X | pass comma separated string of services |
| | [0].name | X | X | X | X | name of service |
| | [0].running | X | X | X | X | true / false |