Let’s say one of our production server going to hung state twice in a weekday due to high paging activity.
In above scenario, applications team wants to know the list of process being utilized by paging.
For such request you can execute the below command and determine paging usage on your next system hung (Due to low paging space problem).
labserver:/ # nohup svmon -P -O unit=MB,sortentity=virtual,timestamp=on -t 30 -i 60 1440 >> /tmp/svmon.24hrs.`hostname`.`date +\%H:\%M_\%m_\%d` &