Deployed bc2c363a to nightly with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
github-actions[bot] 2024-01-11 05:26:18 +00:00
parent 2484058114
commit 2d7dd6c0be
33 changed files with 380 additions and 180 deletions

View File

@ -271,7 +271,7 @@
<li class="md-tabs__item">
<a href="/bottom/stable/configuration/command-line-flags/" class="md-tabs__link">
<a href="/bottom/stable/configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -795,7 +795,7 @@
<li class="md-nav__item">
<a href="/bottom/stable/configuration/command-line-flags/" class="md-nav__link">
<a href="/bottom/stable/configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -12,7 +12,7 @@
<meta name="author" content="Clement Tsang">
<link rel="canonical" href="https://clementtsang.github.io/bottom/stable/configuration/command-line-flags/">
<link rel="canonical" href="https://clementtsang.github.io/bottom/stable/configuration/command-line-options/">
<link rel="prev" href="../../usage/widgets/battery/">
@ -83,7 +83,7 @@
<div data-md-component="skip">
<a href="#command-line-flags" class="md-skip">
<a href="#command-line-options" class="md-skip">
Skip to content
</a>
@ -817,6 +817,17 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Command-line Flags
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
@ -827,6 +838,95 @@
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#general-options" class="md-nav__link">
General Options
</a>
</li>
<li class="md-nav__item">
<a href="#process-options" class="md-nav__link">
Process Options
</a>
</li>
<li class="md-nav__item">
<a href="#temperature-options" class="md-nav__link">
Temperature Options
</a>
</li>
<li class="md-nav__item">
<a href="#cpu-options" class="md-nav__link">
CPU Options
</a>
</li>
<li class="md-nav__item">
<a href="#memory-options" class="md-nav__link">
Memory Options
</a>
</li>
<li class="md-nav__item">
<a href="#network-options" class="md-nav__link">
Network Options
</a>
</li>
<li class="md-nav__item">
<a href="#battery-options" class="md-nav__link">
Battery Options
</a>
</li>
<li class="md-nav__item">
<a href="#gpu-options" class="md-nav__link">
GPU Options
</a>
</li>
<li class="md-nav__item">
<a href="#style-options" class="md-nav__link">
Style Options
</a>
</li>
<li class="md-nav__item">
<a href="#other-options" class="md-nav__link">
Other Options
</a>
</li>
</ul>
</nav>
</li>
@ -1302,13 +1402,14 @@
<h1 id="command-line-flags"><a class="toclink" href="#command-line-flags">Command-line Flags</a></h1>
<p>The following flags can be provided to bottom in the command line to change the behaviour of the program. You can also
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>
<h1 id="command-line-options"><a class="toclink" href="#command-line-options">Command-line Options</a></h1>
<p>The following options can be provided to bottom in the command line to change the behaviour of the program. You can also
see information on these options by running <code>btm -h</code>, or run <code>btm --help</code> to display more detailed information on each option:</p>
<h2 id="general-options"><a class="toclink" href="#general-options">General Options</a></h2>
<table>
<thead>
<tr>
<th>Flag</th>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
@ -1322,30 +1423,10 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>Hides graphs and uses a more basic look.</td>
</tr>
<tr>
<td>--battery</td>
<td>Shows the battery widget.</td>
</tr>
<tr>
<td>-S, --case_sensitive</td>
<td>Enables case sensitivity by default.</td>
</tr>
<tr>
<td>-c, --celsius</td>
<td>Sets the temperature type to Celsius.</td>
</tr>
<tr>
<td>--color <COLOR SCHEME></td>
<td>Use a color scheme, use --help for info.</td>
</tr>
<tr>
<td>-C, --config <CONFIG PATH></td>
<td>Sets the location of the config file.</td>
</tr>
<tr>
<td>-u, --current_usage</td>
<td>Sets process CPU% to be based on current CPU%.</td>
</tr>
<tr>
<td>-t, --default_time_value <TIME></td>
<td>Default time value for graphs.</td>
</tr>
@ -1358,10 +1439,6 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>Sets the default widget type, use --help for info.</td>
</tr>
<tr>
<td>--disable_advanced_kill</td>
<td>Hides advanced process killing.</td>
</tr>
<tr>
<td>--disable_click</td>
<td>Disables mouse clicks.</td>
</tr>
@ -1370,30 +1447,10 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>Uses a dot marker for graphs.</td>
</tr>
<tr>
<td>--enable_cache_memory</td>
<td>Enable collecting and displaying cache and buffer memory.</td>
</tr>
<tr>
<td>--enable_gpu</td>
<td>Enable collecting and displaying GPU usage.</td>
</tr>
<tr>
<td>-e, --expanded</td>
<td>Expand the default widget upon starting the app.</td>
</tr>
<tr>
<td>-f, --fahrenheit</td>
<td>Sets the temperature type to Fahrenheit.</td>
</tr>
<tr>
<td>-g, --group_processes</td>
<td>Groups processes with the same name by default.</td>
</tr>
<tr>
<td>-a, --hide_avg_cpu</td>
<td>Hides the average CPU usage.</td>
</tr>
<tr>
<td>--hide_table_gap</td>
<td>Hides spacing between table headers and entries.</td>
</tr>
@ -1402,42 +1459,14 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>Hides the time scale.</td>
</tr>
<tr>
<td>-k, --kelvin</td>
<td>Sets the temperature type to Kelvin.</td>
</tr>
<tr>
<td>-l, --left_legend</td>
<td>Puts the CPU chart legend to the left side.</td>
</tr>
<tr>
<td>--mem_as_value</td>
<td>Defaults to showing process memory usage by value.</td>
</tr>
<tr>
<td>--network_use_binary_prefix</td>
<td>Displays the network widget with binary prefixes.</td>
</tr>
<tr>
<td>--network_use_bytes</td>
<td>Displays the network widget using bytes.</td>
</tr>
<tr>
<td>--network_use_log</td>
<td>Displays the network widget with a log scale.</td>
</tr>
<tr>
<td>--process_command</td>
<td>Show processes as their commands by default.</td>
</tr>
<tr>
<td>-r, --rate <TIME></td>
<td>Sets the data refresh rate.</td>
</tr>
<tr>
<td>-R, --regex</td>
<td>Enables regex by default.</td>
</tr>
<tr>
<td>--retention <TIME></td>
<td>The timespan of data stored.</td>
</tr>
@ -1449,6 +1478,41 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>-d, --time_delta <TIME></td>
<td>The amount of time changed upon zooming.</td>
</tr>
</tbody>
</table>
<h2 id="process-options"><a class="toclink" href="#process-options">Process Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>-S, --case_sensitive</td>
<td>Enables case sensitivity by default.</td>
</tr>
<tr>
<td>-u, --current_usage</td>
<td>Sets process CPU% to be based on current CPU%.</td>
</tr>
<tr>
<td>--disable_advanced_kill</td>
<td>Hides advanced process killing.</td>
</tr>
<tr>
<td>-g, --group_processes</td>
<td>Groups processes with the same name by default.</td>
</tr>
<tr>
<td>--process_command</td>
<td>Show processes as their commands by default.</td>
</tr>
<tr>
<td>-R, --regex</td>
<td>Enables regex by default.</td>
</tr>
<tr>
<td>-T, --tree</td>
<td>Defaults the process widget be in tree mode.</td>
@ -1458,21 +1522,157 @@ see information on these flags by running <code>btm -h</code>, or run <code>btm
<td>Show process CPU% usage without normalizing over the number of cores.</td>
</tr>
<tr>
<td>-W, --whole_word</td>
<td>Enables whole-word matching by default.</td>
</tr>
</tbody>
</table>
<h2 id="temperature-options"><a class="toclink" href="#temperature-options">Temperature Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>-c, --celsius</td>
<td>Use Celsius as the temperature unit.</td>
</tr>
<tr>
<td>-f, --fahrenheit</td>
<td>Use Fahrenheit as the temperature unit.</td>
</tr>
<tr>
<td>-k, --kelvin</td>
<td>Use Kelvin as the temperature unit.</td>
</tr>
</tbody>
</table>
<h2 id="cpu-options"><a class="toclink" href="#cpu-options">CPU Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>-a, --hide_avg_cpu</td>
<td>Hides the average CPU usage.</td>
</tr>
</tbody>
</table>
<h2 id="memory-options"><a class="toclink" href="#memory-options">Memory Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>--enable_cache_memory</td>
<td>Enable collecting and displaying cache and buffer memory.</td>
</tr>
<tr>
<td>--mem_as_value</td>
<td>Defaults to showing process memory usage by value.</td>
</tr>
</tbody>
</table>
<h2 id="network-options"><a class="toclink" href="#network-options">Network Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>--network_use_binary_prefix</td>
<td>Displays the network widget with binary prefixes.</td>
</tr>
<tr>
<td>--network_use_bytes</td>
<td>Displays the network widget using bytes.</td>
</tr>
<tr>
<td>--network_use_log</td>
<td>Displays the network widget with a log scale.</td>
</tr>
<tr>
<td>--use_old_network_legend</td>
<td>DEPRECATED - uses a separate network legend.</td>
</tr>
</tbody>
</table>
<h2 id="battery-options"><a class="toclink" href="#battery-options">Battery Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>--battery</td>
<td>Shows the battery widget.</td>
</tr>
</tbody>
</table>
<h2 id="gpu-options"><a class="toclink" href="#gpu-options">GPU Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>--enable_gpu</td>
<td>Enable collecting and displaying GPU usage.</td>
</tr>
</tbody>
</table>
<h2 id="style-options"><a class="toclink" href="#style-options">Style Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>--color <COLOR SCHEME></td>
<td>Use a color scheme, use --help for info.</td>
</tr>
</tbody>
</table>
<h2 id="other-options"><a class="toclink" href="#other-options">Other Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>-h, --help</td>
<td>Prints help (see more info with '--help').</td>
</tr>
<tr>
<td>-V, --version</td>
<td>Prints version information.</td>
</tr>
<tr>
<td>-W, --whole_word</td>
<td>Enables whole-word matching by default.</td>
</tr>
<tr>
<td>-h, --help</td>
<td>Print help (see more with '--help')</td>
</tr>
</tbody>
</table>

View File

@ -278,7 +278,7 @@
<li class="md-tabs__item">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -802,7 +802,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item md-tabs__item--active">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -15,7 +15,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/stable/configuration/config-file/default-config/">
<link rel="prev" href="../../command-line-flags/">
<link rel="prev" href="../../command-line-options/">
<link rel="next" href="../flags/">
@ -284,7 +284,7 @@
<li class="md-tabs__item md-tabs__item--active">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item md-tabs__item--active">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">
@ -1307,7 +1307,7 @@
<p class="admonition-title">Warning</p>
<p>This section is in progress, and is just copied from the old documentation.</p>
</div>
<p>Most of the <a href="../../command-line-flags/">command line flags</a> have config file equivalents to avoid having to type them out
<p>Most of the <a href="../../command-line-options/">command line flags</a> have config file equivalents to avoid having to type them out
each time:</p>
<table>
<thead>

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item md-tabs__item--active">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item md-tabs__item--active">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item md-tabs__item--active">
<a href="../../command-line-flags/" class="md-tabs__link">
<a href="../../command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../command-line-flags/" class="md-nav__link">
<a href="../../command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -808,7 +808,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -282,7 +282,7 @@
<li class="md-tabs__item">
<a href="configuration/command-line-flags/" class="md-tabs__link">
<a href="configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -867,7 +867,7 @@
<li class="md-nav__item">
<a href="configuration/command-line-flags/" class="md-nav__link">
<a href="configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">
@ -1372,7 +1372,7 @@
which contains a list of all the installation methods.</p>
<h2 id="usage-and-configuration"><a class="toclink" href="#usage-and-configuration">Usage and configuration</a></h2>
<p>You can refer to the <a href="usage/general-usage/">usage</a> pages on how to use bottom (e.g. keybinds, some features, a general overview of what each widget does).</p>
<p>To configure bottom, refer to the <a href="configuration/command-line-flags/">configuration</a> pages (e.g. how it behaves, how it looks).</p>
<p>To configure bottom, refer to the <a href="configuration/command-line-options/">configuration</a> pages (e.g. how it behaves, how it looks).</p>
<h2 id="contribution"><a class="toclink" href="#contribution">Contribution</a></h2>
<p>New contributors are always welcome! See the <a href="contribution/issues-and-pull-requests/">contribution</a> section for how to contribute to
bottom, whether it be filing issues, writing documentation, creating pull requests, etc.</p>

File diff suppressed because one or more lines are too long

View File

@ -2,147 +2,147 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://clementtsang.github.io/bottom/stable/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/troubleshooting/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/command-line-flags/</loc>
<lastmod>2023-12-10</lastmod>
<loc>https://clementtsang.github.io/bottom/stable/configuration/command-line-options/</loc>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/cpu/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/data-filtering/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/default-config/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/flags/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/layout/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/processes/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/theming/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/documentation/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/issues-and-pull-requests/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/packaging-and-distribution/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/build_process/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/deploy_process/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/dev_env/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/logging/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/testing/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/support/official/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/support/unofficial/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/basic-mode/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/general-usage/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/battery/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/cpu/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/disk/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/memory/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/network/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/process/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/temperature/</loc>
<lastmod>2023-12-10</lastmod>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -882,7 +882,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -855,7 +855,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -280,7 +280,7 @@
<li class="md-tabs__item">
<a href="../configuration/command-line-flags/" class="md-tabs__link">
<a href="../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -806,7 +806,7 @@
<li class="md-nav__item">
<a href="../configuration/command-line-flags/" class="md-nav__link">
<a href="../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -862,7 +862,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -889,7 +889,7 @@
<li class="md-nav__item">
<a href="../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -18,7 +18,7 @@
<link rel="prev" href="../temperature/">
<link rel="next" href="../../../configuration/command-line-flags/">
<link rel="next" href="../../../configuration/command-line-options/">
<link rel="icon" href="../../../assets/images/favicon.png">
@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -869,7 +869,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -909,7 +909,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -869,7 +869,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -876,7 +876,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -869,7 +869,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">
@ -1363,7 +1363,7 @@ received and transmitted.</p>
<h2 id="features"><a class="toclink" href="#features">Features</a></h2>
<p>The legend displays the current reads and writes per second in bits, as well as the total amount read/written.</p>
<p>The y-axis automatically scales based on shown read/write values, and by default, is a linear scale based on base-10 units (e.x. kilobit, gigabit, etc.).
Through <a href="../../../configuration/command-line-flags/">configuration</a>, the read/write per second unit can be changed to bytes, while the y-axis can be changed to a
Through <a href="../../../configuration/command-line-options/">configuration</a>, the read/write per second unit can be changed to bytes, while the y-axis can be changed to a
log scale and/or use base-2 units (e.x. kibibit, gibibit, etc.).</p>
<p>One can also adjust the displayed time range through either the keyboard or mouse, with a range of 30s to 600s.</p>
<h2 id="key-bindings"><a class="toclink" href="#key-bindings">Key bindings</a></h2>

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -998,7 +998,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">

View File

@ -284,7 +284,7 @@
<li class="md-tabs__item">
<a href="../../../configuration/command-line-flags/" class="md-tabs__link">
<a href="../../../configuration/command-line-options/" class="md-tabs__link">
Configuration
@ -869,7 +869,7 @@
<li class="md-nav__item">
<a href="../../../configuration/command-line-flags/" class="md-nav__link">
<a href="../../../configuration/command-line-options/" class="md-nav__link">
<span class="md-ellipsis">