process
v3.0.1List, filter, and manage system processes. Use when scanning running tasks, monitoring CPU usage, reporting memory hogs, alerting on runaway processes.
Installation
Please help me install the skill `process` from SkillHub official store.
npx skills add bytesagain/process
process
Process manager.
Commands
list
List processes (filter by name)
scripts/script.sh list [filter]
top
Top N processes by CPU/memory
scripts/script.sh top [n]
find
Find processes by name
scripts/script.sh find <name>
tree
Process tree
scripts/script.sh tree [pid]
ports
Show listening ports
scripts/script.sh ports [port]
watch
Watch process for 10 seconds
scripts/script.sh watch <pid>
mem
Memory details for process
scripts/script.sh mem <pid>
cpu
CPU details for process
scripts/script.sh cpu <pid>
env
Show process environment
scripts/script.sh env <pid>
kill
Send signal to process (default: TERM)
scripts/script.sh kill <pid> [signal]
stats
System process statistics
scripts/script.sh stats
Requirements
- bash 4.0+
Powered by BytesAgain | bytesagain.com | [email protected]