mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-26 13:26:33 +00:00
Deployed 89991459 to nightly with MkDocs 1.6.1 and mike 2.1.4
This commit is contained in:
@@ -2204,7 +2204,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--hide_k_threads</code></td>
|
||||
<td>Hide kernel threads by default.</td>
|
||||
<td>Hide kernel threads from being shown.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--process_memory_as_value</code></td>
|
||||
@@ -2224,7 +2224,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--tree_collapse</code></td>
|
||||
<td>Collapse process tree by default.</td>
|
||||
<td>Collapse the process tree by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-n, --unnormalized_cpu</code></td>
|
||||
@@ -2424,7 +2424,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<span class="md-icon" title="Last update">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
|
||||
</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 8, 2026 05:34:02">May 8, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 13, 2026 07:14:19">May 13, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
@@ -2173,7 +2173,7 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>hide_k_threads</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Hide kernel threads by default.</td>
|
||||
<td>Hide kernel threads from being shown.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>free_arc</code></td>
|
||||
@@ -2202,7 +2202,7 @@ each time:</p>
|
||||
<span class="md-icon" title="Last update">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
|
||||
</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 25, 2026 09:47:15">April 25, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 13, 2026 07:14:19">May 13, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
@@ -2027,6 +2027,66 @@
|
||||
<td>Boolean</td>
|
||||
<td>Gather process thread information.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>hide_k_threads</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Hide kernel threads from being shown. Linux only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>tree_collapse</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Collapse the process tree by default when tree mode is set.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>process_command</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Shows the full command name instead of the process name by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>disable_advanced_kill</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Disable the advanced kill dialog and just show the basic one with no options. Linux, macOS, FreeBSD only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>default_memory_value</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Defaults to showing process memory usage by value.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>default_grouped</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Groups processes with the same name by default. No effect if <code>--tree</code> is set.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>regex</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enables regex by default while searching.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>case_sensitive</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enables case sensitivity by default when searching.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>whole_word</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enables whole-word matching by default while searching.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>default_tree</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Makes the process widget use tree mode by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>current_usage</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Calculates process CPU usage as a percentage of current usage rather than total usage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>unnormalized_cpu</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Show process CPU% usage without averaging over the number of CPU cores.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="columns"><a class="toclink" href="#columns">Columns</a></h2>
|
||||
@@ -2065,7 +2125,7 @@ column you pick is not actually shown by the widget, the built-in default is use
|
||||
<span class="md-icon" title="Last update">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
|
||||
</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 8, 2026 04:31:08">May 8, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 13, 2026 07:14:19">May 13, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user