Oct
15
2009
unix active process viewing
- active process viewing
– prstat -a: alternative to top
– top: j for next screen, k for previous screen, q to quit
– ps -e -o time,user,pid,pcpu,vsz,rss,args | grep SBORCL | sort -nr -k 4
– /proc (procfs): process file system
– stores images of active processes by process id
- /usr/proc/bin: contains process tools
