gtop
brew install gtop
v1.1.5
MIT
System monitoring dashboard for terminal
83
30-day installs · #3735
312
90-day · #3479
1.4k
365-day · #3280
9.9k
★ GitHub stars · updated 9mo ago
Runtime dependencies
GitHub topics
command-line
monitoring
nodejs
system-monitoring
top
tui
Links
- https://github.com/aksakalli/gtop
- GitHub: aksakalli/gtop
- Brew formula source: Formula/g/gtop.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"node"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "System monitoring dashboard for terminal",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:30+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "gtop",
"github_default_branch": "master",
"github_last_commit_at": "2025-11-06T13:55:02Z",
"github_readme_excerpt": "# gtop\n\n\n\nSystem monitoring dashboard for terminal.\n\n [](https://npmjs.org/package/gtop)\n [](https://npmjs.org/package/gtop)\n [](https://snapcraft.io/gtop)\n [](https://hub.docker.com/r/aksakalli/gtop)\n [](https://hub.docker.com/r/aksakalli/gtop/builds)\n\n### Requirements\n\n* Linux / OSX / Windows (partial support)\n* Node.js \u003e= v8\n\n### Installation\n\n```sh\n$ npm install gtop -g\n```\n\n#### Docker\n\nYou need to assign host `net` and `pid` to access the metrics in the host machine.\n\n```sh\n$ docker run --rm -it \\\n --name gtop \\\n --net=\"host\" \\\n --pid=\"host\" \\\n aksakalli/gtop\n```\n\n### Usage\n\nStart gtop with the `gtop` command\n\n```sh\n$ gtop\n```\n\nTo stop gtop use `q`, or `ctrl+c` in most shell environments.\n\nYou can sort the process table by pressing\n\n* `p`: Process Id\n* `c`: CPU usage\n* `m`: Memory usage\n\n### Troubleshooting\n\nIf you see question marks or other different characters, try to run it with these environment variables:\n\n```sh\n$ LANG=en_US.utf8 TERM=xterm-256color gtop\n```\n\n## License\n\nReleased under [the MIT license](LICENSE).\n",
"github_repo": "aksakalli/gtop",
"github_stars": 9918,
"github_topics": [
"command-line",
"monitoring",
"nodejs",
"system-monitoring",
"top",
"tui"
],
"homepage": "https://github.com/aksakalli/gtop",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 83,
"installs_365d": 1422,
"installs_90d": 312,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "gtop",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3735,
"rank_365d": 3280,
"rank_90d": 3479,
"raw_hash": "395e7984e00e10f0",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/gtop.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.1.5",
"versioned_formulae": [],
"why_use_this": null
}