intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
251 stars 153 forks source link

Add max_utilization fields in mpstat monitor #345

Closed SSapkal closed 6 months ago

SSapkal commented 7 months ago

mpstat monitor captures different types of statistics like sys, usr, idle and iowait percent while running the benchmark. Add the stat fields to show number of seconds taken by system to reach max utilization and also the maximum utilization in percentage. Here system utilization is computed by subtracting idle and iowait percentages from 100.

rli9 commented 6 months ago

thanks for the patch