mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
Deployed 1111bbe8 to nightly with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
6558cbe658
commit
195859f217
@ -1037,11 +1037,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<h1 id="command-line-flags"><a class="toclink" href="#command-line-flags">Command-line Flags</a></h1>
|
<h1 id="command-line-flags"><a class="toclink" href="#command-line-flags">Command-line Flags</a></h1>
|
||||||
<div class="admonition warning">
|
<p>The following flags can be provided to bottom in the command line to change the behaviour of the program. You can also
|
||||||
<p class="admonition-title">Warning</p>
|
see information on these flags by running <code>btm -h</code>, or run <code>btm --help</code> to display more detailed information on each flag:</p>
|
||||||
<p>This section is in progress, and is just copied from the old documentation.</p>
|
|
||||||
</div>
|
|
||||||
<p>The following flags can be provided to bottom in the command line to change the behaviour of the program (run <code>btm --help</code> for more information on each flag):</p>
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -1103,10 +1100,6 @@
|
|||||||
<td>Disables mouse clicks.</td>
|
<td>Disables mouse clicks.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>--enable_cache_memory</code></td>
|
|
||||||
<td>Enable collecting and displaying cache and buffer memory (not available on Windows).</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>-m</code>, <code>--dot_marker</code></td>
|
<td><code>-m</code>, <code>--dot_marker</code></td>
|
||||||
<td>Uses a dot marker for graphs.</td>
|
<td>Uses a dot marker for graphs.</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -1199,6 +1192,10 @@
|
|||||||
<td>Enable collecting and displaying GPU memory usage.</td>
|
<td>Enable collecting and displaying GPU memory usage.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><code>--enable_cache_memory</code></td>
|
||||||
|
<td>Enable collecting and displaying cache and buffer memory (not available on Windows).</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td><code>--retention</code></td>
|
<td><code>--retention</code></td>
|
||||||
<td>How much data is stored at once in terms of time.</td>
|
<td>How much data is stored at once in terms of time.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1239,7 +1239,7 @@ searching, and process control features.</p>
|
|||||||
</ul>
|
</ul>
|
||||||
<p>It can also additionally display the following columns:</p>
|
<p>It can also additionally display the following columns:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Process time</li>
|
<li>Process running time</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>See <a href="../../../configuration/config-file/processes/">the processes configuration page</a> on how to customize which columns
|
<p>See <a href="../../../configuration/config-file/processes/">the processes configuration page</a> on how to customize which columns
|
||||||
are shown.</p>
|
are shown.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user