summaryrefslogtreecommitdiffstats
path: root/nightly/configuration
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-21 10:29:05 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-21 10:29:05 +0000
commite7e0bac5fa2fc10e6f2174f0642f708936c94b4d (patch)
tree59b94941c96c3ca17466b4721118347adeaa0d4d /nightly/configuration
parent1a215450d4ae45058473ba867c9cf8d46c66a5f1 (diff)
Deployed 4f004342 to nightly with MkDocs 1.4.1 and mike 1.1.2
Diffstat (limited to 'nightly/configuration')
-rw-r--r--nightly/configuration/command-line-flags/index.html4
-rw-r--r--nightly/configuration/config-file/flags/index.html5
2 files changed, 9 insertions, 0 deletions
diff --git a/nightly/configuration/command-line-flags/index.html b/nightly/configuration/command-line-flags/index.html
index 912edb5c..6e56ab45 100644
--- a/nightly/configuration/command-line-flags/index.html
+++ b/nightly/configuration/command-line-flags/index.html
@@ -1158,6 +1158,10 @@
<td><code>--retention</code></td>
<td>How much data is stored at once in terms of time.</td>
</tr>
+<tr>
+<td><code>--unnormalized_cpu</code></td>
+<td>Show process CPU% without normalizing over the number of cores.</td>
+</tr>
</tbody>
</table>
diff --git a/nightly/configuration/config-file/flags/index.html b/nightly/configuration/config-file/flags/index.html
index ffa688c3..08e60be7 100644
--- a/nightly/configuration/config-file/flags/index.html
+++ b/nightly/configuration/config-file/flags/index.html
@@ -1163,6 +1163,11 @@
<td>String (human readable time, such as "10m", "1h", etc.)</td>
<td>How much data is stored at once in terms of time.</td>
</tr>
+<tr>
+<td><code>unnormalized_cpu</code></td>
+<td>Boolean</td>
+<td>Show process CPU% without normalizing over the number of cores.</td>
+</tr>
</tbody>
</table>