mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-18 08:35:35 +00:00
This adds the ability to run with `--network_start_zeroed` or the `start_zeroed` config option, which will zero out the total network usage so that bottom starts with it at zero, rather than the total network usage reported by the OS since boot.
16 lines
316 B
TOML
16 lines
316 B
TOML
# We allow [network] as an alias since that's what it used to be called.
|
|
|
|
[network]
|
|
use_log = false
|
|
use_bytes = false
|
|
legend_position = "right"
|
|
use_binary_prefix = false
|
|
start_zeroed = true
|
|
|
|
[network.interface_filter]
|
|
is_list_ignored = true
|
|
list = ["virbr0.*"]
|
|
regex = true
|
|
case_sensitive = false
|
|
whole_word = false
|