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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

bmon: command not found

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

you may try installing the below package as per your choice of distribution:

Distribution Command
OS X brew install bmon
Debian apt-get install bmon
Ubuntu apt-get install bmon
Alpine apk add bmon
Arch Linux pacman -S bmon
Kali Linux apt-get install bmon
Fedora dnf install bmon
Raspbian apt-get 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. httpd Command Examples in Linux
  2. Unable to login with GUI on CentOS/RHEL 7
  3. virt-manager: command not found
  4. jlink: command not found
  5. rsyslogd Command Examples in Linux
  6. How to install/get packages from Oracle EPEL Repository on OEL 7
  7. CentOS / RHEL 5,6 : How to reinstall GRUB loader from rescue mode
  8. img2txt Command Examples in Linux
  9. dir: command not found
  10. cal: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright