updated docs

This commit is contained in:
Sebastian Hildebrandt 2016-11-04 12:19:59 +01:00
parent b187f83c9c
commit 1be3dc335e
3 changed files with 3 additions and 1 deletions

View File

@ -88,6 +88,7 @@ Other changes
| Version | Date | Comment | | Version | Date | Comment |
| -------------- | -------------- | -------- | | -------------- | -------------- | -------- |
| 3.8.1 | 2016-11-04 | updated docs |
| 3.8.0 | 2016-11-04 | added dockerContainerProcesses | | 3.8.0 | 2016-11-04 | added dockerContainerProcesses |
| 3.7.1 | 2016-11-03 | code refactoring | | 3.7.1 | 2016-11-03 | code refactoring |
| 3.7.0 | 2016-11-02 | extended docker stats, and no longer relying on curl | | 3.7.0 | 2016-11-02 | extended docker stats, and no longer relying on curl |

View File

@ -42,7 +42,7 @@ si.cpu()
### Latest Activity ### Latest Activity
- Version 3.8.0: added dockerContainerProcesses (docker process inside container). - Version 3.8.0: added dockerContainerProcesses (array of processes inside a docker container).
- Version 3.7.0: extended docker stats. - Version 3.7.0: extended docker stats.
- Version 3.6.0: added versions (kernel, ssl, node, npm, pm2, ...). - Version 3.6.0: added versions (kernel, ssl, node, npm, pm2, ...).
- Version 3.5.0: added graphics info (controller and display). - Version 3.5.0: added graphics info (controller and display).

View File

@ -81,6 +81,7 @@
// -------------------------------- // --------------------------------
// //
// version date comment // version date comment
// 3.8.1 2016-11-04 updated docs
// 3.8.0 2016-11-04 added dockerContainerProcesses // 3.8.0 2016-11-04 added dockerContainerProcesses
// 3.7.1 2016-11-03 code refactoring // 3.7.1 2016-11-03 code refactoring
// 3.7.0 2016-11-02 extended docker stats, and no longer relying on curl (version conflicts) // 3.7.0 2016-11-02 extended docker stats, and no longer relying on curl (version conflicts)