updated docs

This commit is contained in:
Sebastian Hildebrandt 2019-05-17 19:42:39 +02:00
parent 60ca659593
commit 45d4e2c38e
4 changed files with 12 additions and 2 deletions

View File

@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment | | Version | Date | Comment |
| -------------- | -------------- | -------- | | -------------- | -------------- | -------- |
| 4.5.1 | 2019-05-17 | updated docs |
| 4.5.0 | 2019-05-17 | `fsOpenFiles()` added open file descriptor count | | 4.5.0 | 2019-05-17 | `fsOpenFiles()` added open file descriptor count |
| 4.4.1 | 2019-05-11 | updated docs | | 4.4.1 | 2019-05-11 | updated docs |
| 4.4.0 | 2019-05-11 | `dockerContainers()` added started, finished time | | 4.4.0 | 2019-05-11 | `dockerContainers()` added started, finished time |

View File

@ -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].used | X | X | X | X | | used in bytes |
| | [0].use | X | X | X | X | | used in % | | | [0].use | X | X | X | X | | used in % |
| | [0].mount | X | X | X | X | | mount point | | | [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 | | si.fsStats(cb) | {...} | X | | X | | | current transfer stats |
| | rx | X | | X | | | bytes read since startup | | | rx | X | | X | | | bytes read since startup |
| | wx | X | | X | | | bytes written since startup | | | wx | X | | X | | | bytes written since startup |

View File

@ -80,6 +80,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th scope="row">4.5.1</th>
<td>2019-05-17</td>
<td>updated docs</td>
</tr>
<tr> <tr>
<th scope="row">4.5.0</th> <th scope="row">4.5.0</th>
<td>2019-05-17</td> <td>2019-05-17</td>

View File

@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png"> <img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div> <div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span></div> <div class="subtitle"><span id="typed"></span></div>
<div class="version">Current Version: <span id="version">4.5.0</span></div> <div class="version">Current Version: <span id="version">4.5.1</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button> <button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div> </div>
<div class="down"> <div class="down">
@ -193,7 +193,7 @@
</div> </div>
<div class="row number-section"> <div class="row number-section">
<div class="col-xl-4 col-lg-4 col-md-4 col-12"> <div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">8,351</div> <div class="numbers">8,412</div>
<div class="title">Lines of code</div> <div class="title">Lines of code</div>
</div> </div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12"> <div class="col-xl-4 col-lg-4 col-md-4 col-12">