You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current SAR command prints the system's average CPU utilization. mpstat breaks down CPU utilization per CPU. With this data, we can find out if a particular CPU is more heavily used than others. A sample output is here:
The current SAR command prints the system's average CPU utilization. mpstat breaks down CPU utilization per CPU. With this data, we can find out if a particular CPU is more heavily used than others. A sample output is here:
mpstat -P ALL 2
11:30:49 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle
11:30:51 AM all 6.88 0.00 1.79 0.71 0.00 0.00 0.00 0.00 90.61
11:30:51 AM 0 8.04 0.00 3.52 0.00 0.00 0.00 0.00 0.00 88.44
11:30:51 AM 1 2.48 0.00 1.49 0.00 0.00 0.00 0.00 0.00 96.04
11:30:51 AM 2 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00
11:30:51 AM 3 0.50 0.00 0.50 6.53 0.00 0.00 0.00 0.00 92.46
11:30:51 AM 4 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.00
11:30:51 AM 5 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50
11:30:51 AM 6 7.00 0.00 2.50 0.00 0.00 0.00 0.00 0.00 90.50
11:30:51 AM 7 58.00 0.00 4.50 0.00 0.00 0.00 0.00 0.00 37.50
11:30:51 AM 8 3.02 0.00 5.03 0.00 0.00 0.00 0.00 0.00 91.96
11:30:51 AM 9 0.50 0.00 2.00 2.00 0.00 0.00 0.00 0.00 95.50
11:30:51 AM 10 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 98.51
11:30:51 AM 11 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 99.00
The text was updated successfully, but these errors were encountered: