By default mpstat displays CPU statistics
# mpstat
To display all information about CPU
# mpstat -I ALL -u -P ALL
# mpstat –A
To display CPU statistics of individual CPU (or) Core
# mpstat -P ALL
To display statistics information of a particular CPU (or core)
# mpstat -P 0
# mpstat -P 1
To check version of mpstat
# mpstat -V
No comments:
Post a Comment