{"id":19543292,"url":"https://github.com/uutils/procps","last_synced_at":"2025-04-07T15:07:59.329Z","repository":{"id":219740170,"uuid":"743744937","full_name":"uutils/procps","owner":"uutils","description":"Rust reimplementation of the procps project","archived":false,"fork":false,"pushed_at":"2024-10-30T08:37:14.000Z","size":801,"stargazers_count":18,"open_issues_count":22,"forks_count":13,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-30T08:38:23.029Z","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/uutils.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T22:26:55.000Z","updated_at":"2024-10-30T08:37:18.000Z","dependencies_parsed_at":"2024-05-06T02:39:52.798Z","dependency_job_id":"dd050d06-a5e6-47ae-af5e-f6dd62a59115","html_url":"https://github.com/uutils/procps","commit_stats":null,"previous_names":["uutils/procps"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fprocps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fprocps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fprocps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fprocps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uutils","download_url":"https://codeload.github.com/uutils/procps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"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-11-11T03:18:14.083Z","updated_at":"2025-04-07T15:07:59.323Z","avatar_url":"https://github.com/uutils.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/procps.svg)](https://crates.io/crates/procps)\n[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord\u0026longCache=true\u0026style=flat)](https://discord.gg/wQVJbvJ)\n[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/procps/blob/main/LICENSE)\n[![dependency status](https://deps.rs/repo/github/uutils/procps/status.svg)](https://deps.rs/repo/github/uutils/procps)\n\n[![CodeCov](https://codecov.io/gh/uutils/procps/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/procps)\n\n# procps\n\nRust reimplementation of the procps project\n\nProvides command line and full screen utilities for browsing procfs, a \"pseudo\" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a \"zombie\").\n\nOngoing:\n* `free`: Shows the amount of free and used memory in the system.\n* `pgrep`: Searches for processes based on name and other attributes.\n* `pidof`: Find the process ID of a running program.\n* `pidwait`: Waits for a specific process to terminate.\n* `pkill`: Kills processes based on name and other attributes.\n* `pmap`: Displays the memory map of a process.\n* `ps`: Displays information about active processes.\n* `pwdx`: Shows the current working directory of a process.\n* `slabtop`: Displays detailed kernel slab cache information in real time.\n* `snice`: Changes the scheduling priority of a running process.\n* `sysctl`: Read or write kernel parameters at run-time.\n* `tload`: Prints a graphical representation of system load average to the terminal.\n* `top`: Displays real-time information about system processes.\n* `vmstat`: Reports information about processes, memory, paging, block IO, traps, and CPU activity.\n* `w`: Shows who is logged on and what they are doing.\n* `watch`: Executes a program periodically, showing output fullscreen.\n\nTODO:\n* `hugetop`: Report hugepage usage of processes and the system as a whole.\n* `skill`: Sends a signal to processes based on criteria like user, terminal, etc.\n\nElsewhere:\n\n * `kill` is already implemented in https://github.com/uutils/coreutils\n * `uptime`: Shows how long the system has been running, including load average. It is already implemented in https://github.com/uutils/coreutils\n\n## Installation\n\nEnsure you have Rust installed on your system. You can install Rust through [rustup](https://rustup.rs/).\n\nClone the repository and build the project using Cargo:\n\n```bash\ngit clone https://github.com/uutils/procps.git\ncd procps\ncargo build --release\ncargo run --release\n```\n\n## License\n\nprocps is licensed under the MIT License - see the `LICENSE` file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuutils%2Fprocps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuutils%2Fprocps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuutils%2Fprocps/lists"}