2017-11-13 23:17:57 +05:30
|
|
|
# bmon
|
|
|
|
|
|
|
|
> Monitor bandwidth and capture network related statistics.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://github.com/tgraf/bmon>.
|
2017-11-13 23:17:57 +05:30
|
|
|
|
|
|
|
- Display the list of all the interfaces:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`bmon {{[-a|--show-all]}}`
|
2017-11-13 23:17:57 +05:30
|
|
|
|
|
|
|
- Display data transfer rates in bits per second:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`bmon {{[-b|--use-bit]}}`
|
2017-11-13 23:17:57 +05:30
|
|
|
|
2024-02-09 10:55:36 -03:00
|
|
|
- Specify the policy to define which network interface(s) is/are displayed:
|
2017-11-13 23:17:57 +05:30
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`bmon {{[-p|--policy]}} {{interface_1,interface_2,interface_3}}`
|
2017-11-13 23:17:57 +05:30
|
|
|
|
2024-02-09 10:55:36 -03:00
|
|
|
- Specify the interval (in seconds) in which rate per counter is calculated:
|
2017-11-13 23:17:57 +05:30
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`bmon {{[-R|--rate-interval]}} {{2.0}}`
|