1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 09:15:24 +02:00
tldr/pages/linux/bmon.md

21 lines
532 B
Markdown
Raw Normal View History

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