updated docs

This commit is contained in:
Sebastian Hildebrandt
2020-01-28 00:20:42 +01:00
parent 0c15f45ef6
commit 0164a65c20
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<div class="text">
<h4>Getting correct stats values</h4>
<p>In <span class="code">fsStats()</span>, <span class="code">disksIO()</span> and <span class="code">networkStats()</span> the
<p>In <span class="code">fsStats()</span>, <span class="code">disksIO()</span>, <span class="code">currentLoad()</span> and <span class="code">networkStats()</span> the
results / sec. values (rx_sec, IOPS, ...) are calculated correctly beginning with the <strong>second</strong> call of the function.
It is determined by calculating the difference of transferred bytes / IOs divided by the time between two calls of the function.</p>