ps
Installation
SKILL.md
ps
Display information about active processes for monitoring and debugging.
Quick Start
- Verify availability:
ps --version(GNU) orps -V - List all processes:
ps aux - Search for a specific process:
ps aux | grep <name>
Intent Router
references/cheatsheet.md— Common invocations, BSD vs POSIX syntax, column meanings, and filteringreferences/advanced-usage.md— Custom output formats, sorting, parent-child trees, combining with kill/grep, and scriptingreferences/troubleshooting.md— Zombie processes, permission limitations, macOS vs Linux differences, and high-load interpretation