Pagemon is an interactive memory/page monitoring tool allowing one to browse the memory map of an active running process.
pagemon command line options:
- -h help
- -a enable automatic zoom mode
- -d delay in microseconds between refreshes, default 15000
- -p specify process ID of process to monitor
- -r read (page back in) pages at start
- -t specify ticks between dirty page checks
- -z set page zoom scale
- viewing an ARM64 QEMU virtual machine running
- viewing page activity on a process that is sorting data
pagemon -avp $(pgrep -la "COMMANDNAME" | fzf --exact --height=~70% --border | awk '{print $1}')