{"id":13407407,"url":"https://github.com/cjbassi/ytop","last_synced_at":"2025-03-14T12:30:59.181Z","repository":{"id":45774907,"uuid":"197859634","full_name":"cjbassi/ytop","owner":"cjbassi","description":"A TUI system monitor written in Rust","archived":true,"fork":false,"pushed_at":"2020-08-29T01:04:42.000Z","size":699,"stargazers_count":2149,"open_issues_count":52,"forks_count":84,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-07-31T20:27:14.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjbassi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-20T00:36:33.000Z","updated_at":"2024-07-23T16:27:50.000Z","dependencies_parsed_at":"2022-07-26T00:19:38.653Z","dependency_job_id":null,"html_url":"https://github.com/cjbassi/ytop","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbassi%2Fytop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbassi%2Fytop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbassi%2Fytop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbassi%2Fytop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjbassi","download_url":"https://codeload.github.com/cjbassi/ytop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243577714,"owners_count":20313693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:39.577Z","updated_at":"2025-03-14T12:30:58.846Z","avatar_url":"https://github.com/cjbassi.png","language":"Rust","funding_links":[],"categories":["Linux Tools","System Monitor","Monitoring","Rust","Other","Applications","Productivity Tools","others","Packages","Uncategorized","\u003ca name=\"monitor-top\"\u003e\u003c/a\u003eProcess viewers and monitoring (alternatives to top)","💻 Apps"],"sub_categories":["TOPs","System tools","CLI Tools","Uncategorized","👨‍💻 System Administration"],"readme":"### **NO LONGER MAINTAINED.** For a similar program, check out https://github.com/ClementTsang/bottom.\n\n# ytop\n\n![Minimum rustc version](https://img.shields.io/badge/rustc-1.39+-green.svg)\n[![Matrix](https://img.shields.io/badge/matrix-%23ytop-blue.svg)](https://matrix.to/#/#ytop:matrix.org)\n\n\u003cdiv align=\"center\"\u003e\n\n*Another* TUI based system monitor, this time in Rust!\n\n\u003cimg src=\"./assets/demos/demo.gif\" /\u003e\n\u003cimg src=\"./assets/screenshots/minimal.png\" width=\"96%\" /\u003e\n\n\u003c/div\u003e\n\n## Missing features\n\n- macOS is missing disk io counters and process commandline\n- Process filtering isn't implemented\n- Mouse usage isn't implemented\n- FreeBSD is currently unsupported\n\n## Installation\n\nytop currently works on Linux and macOS with support planned for all major platforms.\n\n### Package managers\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/ytop.svg)](https://repology.org/project/ytop/versions)\n\n#### AUR\n\nytop is available in three different AUR packages: `ytop`, `ytop-bin`, and `ytop-git`.\n\n#### COPR\n\nytop is also available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/ytop/):\n\n```bash\nsudo dnf copr enable atim/ytop -y\nsudo dnf install ytop\n```\n\n### Homebrew\n\n```bash\nbrew tap cjbassi/ytop\nbrew install ytop\n```\n\n### Prebuilt binaries\n\nPrebuilt binaries are provided in the [releases](https://github.com/cjbassi/ytop/releases) tab.\n\n### From source\n\n```bash\ncargo install ytop\n```\n\n## Usage\n\n### Keybinds\n\n- Quit: `q` or `\u003cC-c\u003e`\n- Pause: `\u003cSpace\u003e`\n- Process navigation:\n\t- `k` and `\u003cUp\u003e`: up\n\t- `j` and `\u003cDown\u003e`: down\n\t- `\u003cC-u\u003e`: half page up\n\t- `\u003cC-d\u003e`: half page down\n\t- `\u003cC-b\u003e`: full page up\n\t- `\u003cC-f\u003e`: full page down\n\t- `gg` and `\u003cHome\u003e`: jump to top\n\t- `G` and `\u003cEnd\u003e`: jump to bottom\n- Process actions:\n\t- `\u003cTab\u003e`: toggle process grouping\n\t- `dd`: kill selected process or process group\n- Process sorting:\n\t- `p`: PID/Count\n\t- `n`: Command\n\t- `c`: CPU\n\t- `m`: Mem\n- Process filtering:\n\t- `/`: start editing filter\n\t- (while editing):\n\t\t- `\u003cEnter\u003e`: accept filter\n\t\t- `\u003cC-c\u003e` and `\u003cEscape\u003e`: clear filter\n- CPU and Mem graph scaling:\n\t- `h`: scale in\n\t- `l`: scale out\n- `?`: toggles keybind help menu\n\n### Mouse\n\n- click to select process\n- mouse wheel to scroll through processes\n\n### Colorschemes\n\nytop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](./colorschemes).\n\nTo make a custom colorscheme, copy one of the default ones to `~/.config/ytop/\u003cnew-name\u003e.json` and load it with `ytop -c \u003cnew-name\u003e`. Colorscheme PRs are welcome!\n\n### CLI Options\n\n```\nUSAGE:\n    ytop [FLAGS] [OPTIONS]\n\nFLAGS:\n    -a, --average-cpu    Show average CPU in the CPU widget\n    -b, --battery        Show Battery widget (overridden by 'minimal' flag)\n    -f, --fahrenheit     Show temperatures in fahrenheit\n    -h, --help           Prints help information\n    -m, --minimal        Only show the CPU, Mem, and Process widgets\n    -p, --per-cpu        Show each CPU in the CPU widget\n    -s, --statusbar      Show a statusbar with the time\n    -V, --version        Prints version information\n\nOPTIONS:\n    -c, --colorscheme \u003ccolorscheme\u003e    Set a colorscheme [default: default]\n    -i, --interface \u003cinterface\u003e        The name of the network interface to show in the Net widget. 'all' shows all\n                                       interfaces [default: all]\n    -I, --interval \u003cinterval\u003e          Interval in seconds between updates of the CPU and Mem widgets. Can specify\n                                       either a whole number or a fraction with a numerator of 1 [default: 1]\n```\n\n## Related projects\n\n- [bashtop](https://github.com/aristocratos/bashtop)\n- [bottom](https://github.com/ClementTsang/bottom)\n- [glances](https://github.com/nicolargo/glances)\n- [gotop](https://github.com/cjbassi/gotop)\n- [gtop](https://github.com/aksakalli/gtop)\n- [htop](https://github.com/hishamhm/htop)\n- [vtop](https://github.com/MrRio/vtop)\n- [zenith](https://github.com/bvaisvil/zenith)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjbassi%2Fytop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjbassi%2Fytop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjbassi%2Fytop/lists"}