updated docs

This commit is contained in:
Sebastian Hildebrandt 2017-08-07 16:25:23 +02:00
parent 2dd63a4947
commit 391ad43c2c
2 changed files with 5 additions and 4 deletions

View File

@ -98,6 +98,7 @@ Other changes
| Version | Date | Comment |
| -------------- | -------------- | -------- |
| 3.25.1 | 2017-08-07 | updated docs |
| 3.25.0 | 2017-08-07 | improved windows support `networkStats()`, `cpuCache()`, bug fix `getStaticData()` |
| 3.24.0 | 2017-08-05 | extended windows support `networkStats()`, `networkConnections()` |
| 3.23.7 | 2017-07-11 | bug fix `diskLayout()` |

View File

@ -129,14 +129,14 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
| | stepping | X | X | X | Processor Stepping |
| | revision | X | X | X | Revision |
| | cache | X | X | X | cache in bytes (object) |
| | cache.l1d | X | X | | L1D (data) size |
| | cache.l1i | X | X | | L1I (instruction) size |
| | cache.l1d | X | X | X | L1D (data) size |
| | cache.l1i | X | X | X | L1I (instruction) size |
| | cache.l2 | X | X | X | L2 size |
| | cache.l3 | X | X | X | L3 size |
| si.cpuFlags(cb) | : string | X | X | | CPU flags|
| si.cpuCache(cb) | {...} | X | X | X | CPU cache sizes |
| | l1d | X | X | | L1D size |
| | l1i | X | X | | L1I size |
| | l1d | X | X | X | L1D size |
| | l1i | X | X | X | L1I size |
| | l2 | X | X | X | L2 size |
| | l3 | X | X | X | L3 size |
| si.cpuCurrentspeed(cb) | {...} | X | X | X | current CPU speed (in GHz)|