From 45d4e2c38ebbc6e4c45dbb120d465a65e3e41212 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Fri, 17 May 2019 19:42:39 +0200 Subject: [PATCH] updated docs --- CHANGELOG.md | 1 + README.md | 4 ++++ docs/history.html | 5 +++++ docs/index.html | 4 ++-- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf53375..aac180d 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.5.1 | 2019-05-17 | updated docs | | 4.5.0 | 2019-05-17 | `fsOpenFiles()` added open file descriptor count | | 4.4.1 | 2019-05-11 | updated docs | | 4.4.0 | 2019-05-11 | `dockerContainers()` added started, finished time | diff --git a/README.md b/README.md index dd55015..8a0a389 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,10 @@ I also created a nice little command line tool called [mmon][mmon-github-url] ( | | [0].used | X | X | X | X | | used in bytes | | | [0].use | X | X | X | X | | used in % | | | [0].mount | X | X | X | X | | mount point | +| si.fsOpenFIles(cb) | {...} | X | X | X | | | count max/allocated file descriptors | +| | max | X | X | X | | | max file descriptors | +| | allocated | X | X | X | | | current open files count | +| | available | X | X | X | | | count available | | si.fsStats(cb) | {...} | X | | X | | | current transfer stats | | | rx | X | | X | | | bytes read since startup | | | wx | X | | X | | | bytes written since startup | diff --git a/docs/history.html b/docs/history.html index da9e6e8..36ea815 100644 --- a/docs/history.html +++ b/docs/history.html @@ -80,6 +80,11 @@ + + 4.5.1 + 2019-05-17 + updated docs + 4.5.0 2019-05-17 diff --git a/docs/index.html b/docs/index.html index f4f0d75..0000363 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
-
Current Version: 4.5.0
+
Current Version: 4.5.1
@@ -193,7 +193,7 @@
-
8,351
+
8,412
Lines of code