💾 Archived View for freeshell.de › tldr › procs.gmi captured on 2024-02-05 at 11:51:32. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
procs
Display information about the active processes.
More information.
- List all processes showing the PID, user, CPU usage, memory usage, and the command which started them:
procs
- Show information about processes, if the commands which started them contain `zsh`:
procs {zsh}
- Show information about all processes sorted by CPU time in [a]scending or [d]escending order:
procs {--sortd|--sorta} cpu
- Show information about processes with either a PID, command, or user containing (`zsh` or `firefox`):
procs --or {PID|command|user} {41} {firefox}
- Show information about processes with both PID `41` and a command or user containing `zsh`:
procs --and {41} {zsh}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY