Open ashay-maheshwari opened 7 years ago
Sar tool given in the refernece link is a better tool to get more better stats.
sar -B
sar -B 1 10
See the command and sample output on reference link - https://www.cyberciti.biz/faq/linux-command-to-see-major-minor-pagefaults/
Probably we can check which process is resulting in maximum page faults using /usr/bin/time
command.
The details to the same command is given in the reference link mentioned above.
Document found at here
Page faults are suspected to happen in large numbers in College Cloud. To count the no of page faults use the command below -
ps -o min_flt,maj_flt 1
Reference - https://www.cyberciti.biz/faq/linux-command-to-see-major-minor-pagefaults/
Identify the page faults count in College Cloud for various combinations of containers running.