procps 4.0.3
Utilities that give information about processes
Procps is the package that has a bunch of small useful utilities that give information about processes using the Linux /proc file system. The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop, tload, top, vmstat, w, watch and sysctl.
- Website: https://gitlab.com/procps-ng/procps/
- Licenses: GPL 2
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install procps 4.0.3
as follows:
guix install procps@4.0.3
Or install the latest version:
guix install procps
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.