To display processes in order of I/O (PGIN)
$ ps avx |head -1 ; ps avx | grep -v PID | sort -rn +4 | head -10
PGIN represents the number of page ins caused by page faults. Because all AIX I/O is classified as page faults, this value represents the measure of all I/O volume.
Thanks
Monday, May 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment