table of contents
PROCS(1) | User Commands | PROCS(1) |
NAME¶
procs - a replacement for `ps` written in Rust
SYNOPSIS¶
procs [OPTIONS] [KEYWORDS]
DESCRIPTION¶
procs is a command-line tool that provides an alternative to the ps command.
OPTIONS¶
--and
--or
--nand
--nor
--watch
--watch-interval <second>
--tree
--sorta <column>
--sortd <column>
--insert <column>
--gen-completion
EXAMPLES¶
Show all processes
Search by non-numeric keyword
Search by numeric keyword
Show Docker container name
WATCH MODE SHORTCUTS¶
If --watch or --watch-interval <second> option is used, procs automatically updates output like top. Keyboard shortcuts are available for control.
n
p
a
d
q
CONFIGURATION FILE¶
The output of procs can be fully customized by writing up a configuration file and saving it as $HOME/.config/procs/config.toml (per-user) or /etc/procs/procs.toml (system-wide). A complete example can be found at /usr/share/doc/procs/config.toml.example. A thorough explanation of the file format is provided at <https://github.com/dalance/procs> or in /usr/share/doc/procs/README.md.
RESOURCES¶
Project source code and full documentation: <https://github.com/dalance/procs>
2024-10-22 | procs |