inetLatency() fix for alpine (linux)
This commit is contained in:
parent
dd2515a169
commit
63eaa53d5a
@ -82,7 +82,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.16.3 | 2022-12-09 | `processes()` fix started (linux alpine) |
|
||||
| 5.16.5 | 2022-12-09 | `inetLatency()` fix for alpine (linux) |
|
||||
| 5.16.4 | 2022-12-09 | `processes()` fix started (linux alpine) |
|
||||
| 5.16.3 | 2022-12-08 | `users()` fix when multiple explorer.exe (windows) |
|
||||
| 5.16.2 | 2022-12-08 | `dockerContainerStats()` improved calculation cpuPercent |
|
||||
| 5.16.1 | 2022-12-04 | code cleanup, moved from lgtm to GitHub Code Scan |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.16.5</th>
|
||||
<td>2022-12-09</td>
|
||||
<td><span class="code">inetLatency()</span> fix for alpine (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.16.4</th>
|
||||
<td>2022-12-09</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png" alt="logo">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.16.4</span></div>
|
||||
<div class="version">New Version: <span id="version">5.16.5</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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user