Files
uutils.github.io/content/procps.md
T
Sylvestre Ledru 0e5a991130 Add new project pages
Add pages for acl, bsdutils, hostname, login, procps, sed, tar,
and util-linux.
2026-04-01 08:29:59 +02:00

999 B

+++

title = "procps" template = "project.html"

[extra] wip = true

+++

uutils procps is a work-in-progress Rust reimplementation of procps, the package that provides utilities for monitoring and interacting with processes.

This project aims to provide memory-safe replacements for tools such as ps, top, kill, free, vmstat, uptime, and others found in procps.

Note: This project is still in early development. Many features are not yet implemented and behavior may differ from the original procps tools.

Goals

Implement a cross-platform, memory-safe set of process monitoring utilities compatible with the procps command-line interfaces.

Contributing

To contribute to uutils procps, please see CONTRIBUTING.

License

uutils procps is licensed under the MIT License - see the LICENSE file for details.

procps is licensed under the GPL 2.0 or later.