Deployed 9999a482 to nightly with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot] 2025-02-21 11:04:32 +00:00
parent ce5a2df068
commit 50412b9ac0
3 changed files with 17 additions and 5 deletions

View File

@ -1682,7 +1682,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
</tr>
<tr>
<td><code>-g, --group_processes</code></td>
<td>Groups processes with the same name by default.</td>
<td>Groups processes with the same name by default. No effect if <code>--tree</code> is set.</td>
</tr>
<tr>
<td><code>--process_memory_as_value</code></td>
@ -1890,7 +1890,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">December 20, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 21, 2025</span>
</span>

File diff suppressed because one or more lines are too long

View File

@ -1740,7 +1740,15 @@ is added together when displayed.</p>
<img src="../../../assets/screenshots/process/process_grouped.webp" alt="A picture of grouped mode in a process widget."/>
</figure>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>Note that the process state and user columns are disabled in this mode.</p>
</div>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>Note that if tree mode is also active, processes cannot be grouped together due to the behaviour of the two modes
somewhat clashing. This also reflects with default modes like <code>group_processes</code>.</p>
</div>
<h3 id="process-termination"><a class="toclink" href="#process-termination">Process termination</a></h3>
<p>Pressing <span class="keys"><kbd class="key-d">d</kbd><span>+</span><kbd class="key-d">d</kbd></span> or <span class="keys"><kbd class="key-f9">F9</kbd></span> will allow you to terminate the currently selected process/process group. On Unix-like
operating systems, you are also able to control which specific signals to send (e.g. <code>SIGKILL</code>, <code>SIGTERM</code>).</p>
@ -1763,7 +1771,11 @@ screen will be shown to confirm whether you want to kill that process/process gr
</figure>
<p>A process in tree mode can also be "collapsed", hiding its children and any descendants, using either the <span class="keys"><kbd class="key-minus">-</kbd></span> or <span class="keys"><kbd class="key-plus">+</kbd></span> keys, or double-clicking on an entry.</p>
<p>Lastly, note that in tree mode, processes cannot be grouped together due to the behaviour of the two modes somewhat clashing.</p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>Note that if tree mode is active, processes cannot be grouped together due to the behaviour of the two modes
somewhat clashing. This also reflects with default modes like <code>group_processes</code>.</p>
</div>
<h3 id="full-command"><a class="toclink" href="#full-command">Full command</a></h3>
<p>You can show the full command instead of just the process name by pressing <span class="keys"><kbd class="key-P">P</kbd></span>.</p>
<figure>
@ -2225,7 +2237,7 @@ screen will be shown to confirm whether you want to kill that process/process gr
<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">August 15, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 21, 2025</span>
</span>