Main Menu

Search

LINUX: How To Check CPU Performance and Speed Using DMIDECODE Command In Linux?

Below dmidecode command can be executed for checking CPU performance and speed in Linux hosts.

dmidecode -t processor | grep "Speed"

Below is example snippet of above command.


# dmidecode -t processor | grep "Speed"
        Max Speed: 2195 MHz
        Current Speed: 2195 MHz
        Max Speed: 2195 MHz
        Current Speed: 2195 MHz
        Max Speed: 2195 MHz
        Current Speed: 2195 MHz
        Max Speed: 2195 MHz
        Current Speed: 2195 MHz


Products to which Article Applies


All Linux Environments

Additional References
https://www.linuxtechi.com/dmidecode-command-examples-linux/


 


tarun boyella

No comments:

Post a Comment