🧪 Skills
Procmon
Process monitor and manager. List running processes with resource usage, search processes by name, monitor specific process CPU and memory over time, send si...
v1.0.0
Description
name: ProcMon description: "Process monitor and manager. List running processes with resource usage, search processes by name, monitor specific process CPU and memory over time, send signals to processes, and view process trees. System process management made simple." version: "1.0.0" author: "BytesAgain" tags: ["process","monitor","manager","kill","system","admin","top","htop"] categories: ["System Tools", "Developer Tools"]
ProcMon
Monitor and manage processes. Find, watch, and control what's running.
Commands
list [filter]— List processes (optional name filter)top [n]— Top N processes by CPUmem [n]— Top N processes by memorywatch <pid>— Monitor a process over timetree— Show process treefind <name>— Find processes by namesignal <pid> <signal>— Send signal to process
Usage Examples
procmon list python
procmon top 10
procmon find nginx
procmon watch 1234
procmon tree
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!