• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

bmon Command Examples in Linux

by admin

bmon is a command-line utility in Linux that is used to monitor and display network bandwidth usage on a system. bmon provides a real-time view of the network traffic on the system, including the input and output data rates for each network interface.

If you encounter the below error while running the bmon command:

bmon: command not found

To use bmon, you will need to have the bmon utility installed on your Linux system. You can install bmon using the package manager for your specific distribution of Linux. For example, on an Ubuntu system, you can use the apt command to install bmon:

$ sudo apt install bmon

Once bmon is installed, you can start the utility by running the bmon command. bmon will start in interactive mode, displaying a real-time view of the network traffic on the system. To display a real-time view of the network traffic on the system, you can use the following command:

# bmon

This command will start bmon in interactive mode, displaying a real-time view of the network traffic on the system. For more information on using bmon, you can consult the bmon documentation or use the bmon –help command to view a list of available options and usage examples.

bmon Command Examples

1. Display the list of all the interfaces:

# bmon -a

2. Display data transfer rates in bits per second:

# bmon -b

3. Set policy to define which network interface(s) is/are displayed:

# bmon -p interface_1,interface_2,interface_3

4. Set interval (in seconds) in which rate per counter is calculated:

# bmon -R 2.0

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to find the inode size of an ext2/ext3/ext4 filesystem?
  2. Ubuntu Linux – OpenShot Video Editor
  3. CentOS / RHEL 6 : How to password-protect single user mode
  4. gh auth: Authenticate with a GitHub host from the command-line
  5. script: command not found
  6. Using vmstat to troubleshoot performance issues in Linux
  7. How to create a Python Dictionary
  8. rtorrent Command Examples in Linux
  9. Is there a CSS parent selector
  10. “comm” Command in Linux with Examples

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright