summaryrefslogtreecommitdiffstats
path: root/nightly/usage/widgets/process/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'nightly/usage/widgets/process/index.html')
-rw-r--r--nightly/usage/widgets/process/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nightly/usage/widgets/process/index.html b/nightly/usage/widgets/process/index.html
index c994f81c..0489022e 100644
--- a/nightly/usage/widgets/process/index.html
+++ b/nightly/usage/widgets/process/index.html
@@ -1332,12 +1332,12 @@ screen will be shown to confirm whether you want to kill that process/process gr
<td>Matches the memory column in terms of percent; supports comparison operators</td>
</tr>
<tr>
-<td><code>read</code> <br/> <code>r/s</code></td>
+<td><code>read</code> <br/> <code>r/s</code> <br/> <code>rps</code></td>
<td><code>read = 1 mb</code></td>
<td>Matches the read/s column in terms of bytes; supports comparison operators</td>
</tr>
<tr>
-<td><code>write</code> <br/> <code>w/s</code></td>
+<td><code>write</code> <br/> <code>w/s</code> <br/> <code>wps</code></td>
<td><code>write &gt;= 1 kb</code></td>
<td>Matches the write/s column in terms of bytes; supports comparison operators</td>
</tr>