mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-22 10:35:40 +00:00
Deployed a0c96cfd to nightly with MkDocs 1.6.1 and mike 2.1.4
This commit is contained in:
@@ -2336,7 +2336,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--use_old_network_legend</code></td>
|
||||
<td>(DEPRECATED) Uses a separate network legend.</td>
|
||||
<td>Uses a separate network legend.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -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 13, 2026 07:14:19">May 13, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 16, 2026 05:49:33">May 16, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
@@ -1963,7 +1963,7 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>hide_avg_cpu</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Hides the average CPU usage.</td>
|
||||
<td>Deprecated - use <code>cpu.hide_avg_cpu</code>. Hides the average CPU usage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>dot_marker</code></td>
|
||||
@@ -1973,32 +1973,32 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>cpu_left_legend</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Puts the CPU chart legend to the left side.</td>
|
||||
<td>Deprecated - use <code>cpu.left_legend</code>. Puts the CPU chart legend to the left side.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>current_usage</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Sets process CPU% to be based on current CPU%.</td>
|
||||
<td>Deprecated - use <code>processes.current_usage</code>. Sets process CPU% to be based on current CPU%.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>group_processes</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Groups processes with the same name by default.</td>
|
||||
<td>Deprecated - use <code>processes.default_grouped</code>. Groups processes with the same name by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>case_sensitive</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enables case sensitivity by default.</td>
|
||||
<td>Deprecated - use <code>processes.case_sensitive</code>. Enables case sensitivity by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>whole_word</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enables whole-word matching by default.</td>
|
||||
<td>Deprecated - use <code>processes.whole_word</code>. Enables whole-word matching by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>regex</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enables regex by default.</td>
|
||||
<td>Deprecated - use <code>processes.regex</code>. Enables regex by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>basic</code></td>
|
||||
@@ -2058,17 +2058,17 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>enable_cache_memory</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Enable cache and buffer memory stats (not available on Windows).</td>
|
||||
<td>Deprecated - use <code>memory.cache_memory</code>. Enable cache and buffer memory stats (not available on Windows).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>process_memory_as_value</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Defaults to showing process memory usage by value.</td>
|
||||
<td>Deprecated - use <code>processes.default_memory_value</code>. Defaults to showing process memory usage by value.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>tree</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Defaults to showing the process widget in tree mode.</td>
|
||||
<td>Deprecated - use <code>processes.default_tree</code>. Defaults to showing the process widget in tree mode.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>show_table_scroll_position</code></td>
|
||||
@@ -2083,12 +2083,12 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>process_command</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Show processes as their commands by default.</td>
|
||||
<td>Deprecated - use <code>processes.process_command</code>. Show processes as their commands by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>disable_advanced_kill</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Disable being able to send signals to processes on supported Unix-like systems. Only available on Linux, macOS, and FreeBSD.</td>
|
||||
<td>Deprecated - use <code>processes.disable_advanced_kill</code>. Disable being able to send signals to processes on supported Unix-like systems. Only available on Linux, macOS, and FreeBSD.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>read_only</code></td>
|
||||
@@ -2098,17 +2098,17 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>network_use_binary_prefix</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Displays the network widget with binary prefixes.</td>
|
||||
<td>Deprecated - use <code>network_graph.use_binary_prefix</code>. Displays the network widget with binary prefixes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>network_use_bytes</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Displays the network widget using bytes.</td>
|
||||
<td>Deprecated - use <code>network_graph.use_bytes</code>. Displays the network widget using bytes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>network_use_log</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Displays the network widget with a log scale.</td>
|
||||
<td>Deprecated - use <code>network_graph.use_log</code>. Displays the network widget with a log scale.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>disable_gpu</code></td>
|
||||
@@ -2123,7 +2123,7 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>unnormalized_cpu</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Show process CPU% without normalizing over the number of cores.</td>
|
||||
<td>Deprecated - use <code>processes.unnormalized_cpu</code>. Show process CPU% without normalizing over the number of cores.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>expanded</code></td>
|
||||
@@ -2133,22 +2133,22 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>memory_legend</code></td>
|
||||
<td>String (one of ["none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right"])</td>
|
||||
<td>Where to place the legend for the memory widget.</td>
|
||||
<td>Deprecated - use <code>memory.legend_position</code>. Where to place the legend for the memory widget.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>network_legend</code></td>
|
||||
<td>String (one of ["none", "top-left", "top", "top-right", "left", "right", "bottom-left", "bottom", "bottom-right"])</td>
|
||||
<td>Where to place the legend for the network widget.</td>
|
||||
<td>Deprecated - use <code>network_graph.legend_position</code>. Where to place the legend for the network widget.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>average_cpu_row</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Moves the average CPU usage entry to its own row when using basic mode.</td>
|
||||
<td>Deprecated - use <code>cpu.basic_average_cpu_row</code>. Moves the average CPU usage entry to its own row when using basic mode.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>tree_collapse</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Collapse process tree by default.</td>
|
||||
<td>Deprecated - use <code>processes.tree_collapse</code>. Collapse process tree by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>autohide_time</code></td>
|
||||
@@ -2173,12 +2173,12 @@ each time:</p>
|
||||
<tr>
|
||||
<td><code>hide_k_threads</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Hide kernel threads from being shown.</td>
|
||||
<td>Deprecated - use <code>processes.hide_k_threads</code>. Hide kernel threads from being shown.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>free_arc</code></td>
|
||||
<td>Boolean</td>
|
||||
<td>Subtract freeable ARC from memory usage.</td>
|
||||
<td>Deprecated - use <code>memory.free_arc</code>. Subtract freeable ARC from memory usage.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -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="May 13, 2026 07:14:19">May 13, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 16, 2026 05:49:33">May 16, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
@@ -2019,9 +2019,9 @@
|
||||
<span class="n">legend_position</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"top-right"</span>
|
||||
</code></pre></div>
|
||||
<h2 id="upper-limit"><a class="toclink" href="#upper-limit">Upper Limit</a></h2>
|
||||
<p>By default, the y-axis is bounded at 100°C (or the equivalent in the configured <code>temperature_type</code>) and grows
|
||||
<p>By default, the y-axis is bounded at 100°C (or the equivalent in the configured temperature unit) and grows
|
||||
automatically if a reading exceeds that. An explicit upper bound can be set with <code>max_temp</code> (uses the same unit as
|
||||
<code>temperature_type</code>). Sensor readings above this value will be drawn off the chart.</p>
|
||||
the configured temperature unit). Sensor readings above this value will be drawn off the chart.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="k">[temperature_graph]</span>
|
||||
<span class="n">max_temp</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">90.0</span>
|
||||
</code></pre></div>
|
||||
@@ -2065,7 +2065,7 @@ the temperature table's filter.</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="May 3, 2026 07:19:49">May 3, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 16, 2026 05:49:33">May 16, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2014,7 +2014,7 @@
|
||||
<p>The temperature graph widget provides temperature readings over time.</p>
|
||||
<h2 id="features"><a class="toclink" href="#features">Features</a></h2>
|
||||
<p>Each detected sensor is drawn as its own line. The y-axis is in the configured temperature unit (Celsius by default;
|
||||
see the <code>temperature_type</code> flag).</p>
|
||||
see the <code>--celsius</code>/<code>--fahrenheit</code>/<code>--kelvin</code> arguments or <code>flags.temperature_type</code> config option).</p>
|
||||
<p>By default the y-axis is bounded at 100°C (or the equivalent in the configured unit) and grows automatically. An upper bound can also be set explicitly via the <a href="../../../configuration/config-file/temperature-graph/">config file</a>.</p>
|
||||
<p>The displayed time range can be adjusted through either the keyboard or mouse.</p>
|
||||
<h2 id="key-bindings"><a class="toclink" href="#key-bindings">Key bindings</a></h2>
|
||||
@@ -2077,7 +2077,7 @@ see the <code>temperature_type</code> flag).</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="May 9, 2026 07:30:34">May 9, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="May 16, 2026 05:49:33">May 16, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user