updated docs
This commit is contained in:
parent
60ca659593
commit
45d4e2c38e
@ -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 |
|
||||
|
||||
@ -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 |
|
||||
|
||||
@ -80,6 +80,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.5.1</th>
|
||||
<td>2019-05-17</td>
|
||||
<td>updated docs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.5.0</th>
|
||||
<td>2019-05-17</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</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>
|
||||
</div>
|
||||
<div class="down">
|
||||
@ -193,7 +193,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<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>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user