diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d77edd..b3bcca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ We had to make **several interface changes** to keep systeminformation as consis - `cpu()`: added virtualization if cpu supports virtualization - `cpu()`: now flags are part of this function - `cpuTemperature()` added socket and chipset temp (linux) +- `currentLoad()` added steal and guest time (linux) - `disksIO()` added wait time (linux) - `diskLayout()`: added USB drives (mac OS) - `diskLayout()`: added S.M.R.R.T. (win) @@ -82,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.19.0 | 2023-08-22 | `currentLoad()` added steal and guest time (linux) | | 5.18.15 | 2023-08-10 | `npm` command extended | | 5.18.14 | 2023-08-09 | `fsSIze()` fixed syntax error | | 5.18.13 | 2023-08-08 | `mem()` fixed error handling | diff --git a/README.md b/README.md index f0d5415..24050f3 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ si.cpu() (last 7 major and minor version releases) +- Version 5.19.0: `currentLoad()` added steal and guest time (linux) - Version 5.18.0: `fsSize()` added optional drive parameter - Version 5.17.0: `graphics()` added positionX, positionY (mac OS) - Version 5.16.0: `fsSize()` added rw property diff --git a/docs/history.html b/docs/history.html index 49fb468..faba9f6 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@
+