Improve system performance
Tip:
Find Linux major and minor page faults to improve system performance.
Once the number of page faults gone down the performance of the daemons
and entire Linux os will go up.
ps -o min_flt,maj_flt PID
ps -o min_flt,maj_flt,cmd,args,uid,gid PID-HERE
sar -B 1 10