LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   CPU speed - how to find out (https://www.linuxquestions.org/questions/linux-general-1/cpu-speed-how-to-find-out-558919/)

mechagojira 06-03-2007 07:59 PM

CPU speed - how to find out
 
Hi,

I often need to work on a Linux machine through ssh.
(I can only use the shell, no X)

How can I find out which processor is installed at the remote machine and - more important - at how many MHz it's running?

I tried using uname but this gives me only info like x86_64, which is the processor architecture.
But I want to know at how many MHz it's running and also the CPU type (AMD or Intel? Which one? Not only the fact that it's x86, 64 Bit architecture).

Thank you.

slackhack 06-03-2007 08:01 PM

cat /proc/cpuinfo

mechagojira 06-03-2007 08:09 PM

Thanks a lot!

Quote:

Originally Posted by slackhack
cat /proc/cpuinfo



All times are GMT -5. The time now is 03:13 AM.