To monitor one CPU at a time.
# sar -P 2 10 5
The o/p displays the result for the 3rd CPU, 10 seconds apart, 5 times.
# sar -P 0,3 10 5
The o/p displays the result for the 1st and 4th CPU, 10 seconds apart, 5 times.
# sar -P ALL 10 5
The o/p displays the result for all the CPU, 10 seconds apart, 5 times.
Thanks
Monday, May 18, 2009
SAR (Cpu) Individual
Labels:
CPU Tuning,
SAR,
Server Tuning,
Unix
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment