Process managementLinux CLI
ps
ps
top
htop
Display process information and CPU/memory consumption.
Command
ps aux | grep
Example usage
List processes and sort by resource usage.
ps aux | grep <process>
top -o %MEM
Related tags
Process managementtophtopshellprocessnetworking