Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to tell processor speed from command line? 1

Status
Not open for further replies.

SirCharles

Programmer
Jun 10, 2002
212
US
What command would you use to tell the processor speed from the command line. Top would show available memory, but how could you tell the cpu speed. On sun there is a psrinfo -v command. Anything similar on linux?
 
Code:
cat /proc/cpuinfo
should tell you everything you need to know about your processor(s).

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top