mirror of
https://github.com/ClementTsang/bottom
synced 2024-12-12 13:42:34 +00:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
|
# Network Widget
|
||
|
|
||
|
The network widget provides a visual representation of network input and output per second, as well as noting the total amount
|
||
|
received and transmitted.
|
||
|
|
||
|
<figure>
|
||
|
<img src="../../../assets/screenshots/network/network.png" alt="A picture of an expanded network widget."/>
|
||
|
</figure>
|
||
|
|
||
|
## Features
|
||
|
|
||
|
The legend displays the current reads and writes per second, as well as the total amount read/written.
|
||
|
|
||
|
One can also adjust the displayed time range through either the keyboard or mouse, with a range of 30s to 600s.
|
||
|
|
||
|
## Key bindings
|
||
|
|
||
|
Note that key bindings are generally case-sensitive.
|
||
|
|
||
|
| Binding | Action |
|
||
|
| --------- | --------------------------------------- |
|
||
|
| ++plus++ | Zoom in on chart (decrease time range) |
|
||
|
| ++minus++ | Zoom out on chart (increase time range) |
|
||
|
| ++equal++ | Reset zoom |
|
||
|
|
||
|
## Mouse bindings
|
||
|
|
||
|
| Binding | Action |
|
||
|
| ------------ | -------------------------------------------------------------- |
|
||
|
| ++"Scroll"++ | Scrolling up or down zooms in or out of the graph respectively |
|