You can execute following command to get the details :
$ for i in {1..65353}; do if [ -f /proc/$i/io ] ; then echo "---------------------------------------------------"; echo "Process name :" ; cat /proc/$i/cmdline; echo "PID : $i" ; echo "IO Details:" ; cat /proc/$i/io ; fi; done
Monday, 2 January 2012
Which command will provide IO details of all processes in the system?
Posted on 22:33 by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment