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
When to Use
- as part of a larger automation pipeline
- when you need quick procmon from the command line
Output
Returns results to stdout. Redirect to a file with procmon run > output.txt.
Configuration
Set PROCMON_DIR environment variable to change the data directory. Default: ~/.local/share/procmon/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback