Get CPU Information

Get CPU Model

cat "/proc/cpuinfo" | grep "model name"

Get CPU Frequency

cat "/proc/cpuinfo" | grep "cpu MHz"

Get CPU Cache Size

cat "/proc/cpuinfo" | grep "cache size"

Tags:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.