Analyzing Database Server CPU/Processor Bottlenecks using MPSTAT
mpstat (multiple processor statistics) is an utility that report processors related statistics. Below is the sample default output generated by mpstat with no options: The report generated by the mpstat command has the following format: CPU: Processor number, starts with 0. The keyword all indicates that statistics are calculated as averages among all processors. %user: …
Analyzing Database Server CPU/Processor Bottlenecks using MPSTAT Read More »