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:
|
|
|
|
|
|
|
|
`bmon -a`
|
|
|
|
|
|
|
|
- Display data transfer rates in bits per second:
|
|
|
|
|
|
|
|
`bmon -b`
|
|
|
|
|
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
|
|
|
|
|
|
|
`bmon -p {{interface_1,interface_2,interface_3}}`
|
|
|
|
|
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
|
|
|
|
|
|
|
`bmon -R {{2.0}}`
|