The mpstat utility reports CPU statistics. Where the first parameter specifies the interval like this (from mpstat man page):
The interval parameter specifies the amount of time in seconds between each report.
Is there a way to define an interval less than one second like e.g. in sleep
, there can be passed fractions of one second with sleep 0.2
?