Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

25
linux/bmon Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# bmon
> Monitor bandwidth and capture network related statistics.
> More information: <https://github.com/tgraf/bmon>.
- Display the list of all the interfaces:
`bmon -a`
- Display data transfer rates in bits per second:
`bmon -b`
- Specify the policy to define which network interface(s) is/are displayed:
`bmon -p {{interface_1,interface_2,interface_3}}`
- Specify the interval (in seconds) in which rate per counter is calculated:
`bmon -R {{2.0}}`