
mpstat
List of commands for mpstat:
-
mpstat:tldr:96dcc mpstat: Display CPU statistics every 2 seconds.$ mpstat ${2}try on your machineexplain this command
-
mpstat:tldr:9e249 mpstat: Display 5 reports, one by one, from a given processor, at 2 second intervals.$ mpstat -P ${0} ${2} ${5}try on your machineexplain this command
-
mpstat:tldr:d3b3b mpstat: Display 5 reports, one by one, at 2 second intervals.$ mpstat ${2} ${5}try on your machineexplain this command