bmon
brew install bmon
v4.0_2
BSD-2-Clause
Interface bandwidth monitor
90
30-day installs · #3620
324
90-day · #3413
1.4k
365-day · #3346
1.4k
★ GitHub stars · updated 2y ago
Runtime dependencies
Build dependencies
GitHub topics
monitoring
network
network-analysis
network-monitoring
networking
Links
- https://github.com/tgraf/bmon
- GitHub: tgraf/bmon
- Brew formula source: Formula/b/bmon.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"pkgconf"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"confuse"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Interface bandwidth monitor",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:55+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "bmon",
"github_default_branch": "master",
"github_last_commit_at": "2023-09-19T13:03:31Z",
"github_readme_excerpt": "# bmon - Bandwidth Monitor\n\n[](https://travis-ci.org/tgraf/bmon)\n[](https://scan.coverity.com/projects/2864)\n\nbmon is a monitoring and debugging tool to capture networking related\nstatistics and prepare them visually in a human friendly way. It\nfeatures various output methods including an interactive curses user\ninterface and a programmable text output for scripting.\n\n## Download\n\n * [Latest Release](https://github.com/tgraf/bmon/releases/latest)\n * [Older Releases](https://github.com/tgraf/bmon/releases)\n\n## Debian/Ubuntu Installation\n\n```\ngit clone https://github.com/tgraf/bmon.git\ncd bmon\napt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev pkg-config dh-autoreconf\n./autogen.sh\n./configure\nmake\nmake install\nbmon\n```\n## CentOS 6 Installation\n\n```\ngit clone https://github.com/tgraf/bmon.git\ncd bmon\nyum install make libconfuse-devel libnl3-devel libnl-route3-devel ncurses-devel\n./autogen.sh\n./configure\nmake\nmake install\nbmon\n```\n\n## CentOS 7 Installation\n\n```\nyum install bmon\n```\n\n## Fedora Installation\n\n```\ndnf install bmon\n```\n\n## OSX Installation\n\n### Brew\n```\nbrew install bmon\n```\n\n### Compile yourself\nInstall libconfuse\n```\nwget https://github.com/martinh/libconfuse/releases/download/v2.8/confuse-2.8.zip\nunzip confuse-2.8.zip \u0026\u0026 cd confuse-2.8\nPATH=/usr/local/opt/gettext/bin:$PATH ./configure\nmake\nmake install\n```\n\nInstall bmon\n```\ngit clone https://github.com/tgraf/bmon.git\ncd bmon\n./autogen.sh\n./configure\nmake\nmake install\nbmon\n```\n\n-------------\n## New in 4.0\n * Use monotonic clock instead of realtime clock\n * Pick default selected interface based on policy\n * Collect RX NoHandler statistics if available (Linux)\n * CentOS installation instructions\n * Proper stdout flush in ASCII mode\n * Bugfixes\n\n-------------\n### Usage\n\nTo run bmon in the default curses mode:\n\n\u003e bmon\n\nThere are ma",
"github_repo": "tgraf/bmon",
"github_stars": 1373,
"github_topics": [
"monitoring",
"network",
"network-analysis",
"network-monitoring",
"networking"
],
"homepage": "https://github.com/tgraf/bmon",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 90,
"installs_365d": 1361,
"installs_90d": 324,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-2-Clause",
"llm_generated_at": null,
"llm_model": null,
"name": "bmon",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3620,
"rank_365d": 3346,
"rank_90d": 3413,
"raw_hash": "2b3f1e2290382a09",
"recommended_dependencies": [],
"revision": 2,
"ruby_source_path": "Formula/b/bmon.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"ncurses"
],
"version_head": "HEAD",
"version_stable": "4.0",
"versioned_formulae": [],
"why_use_this": null
}