I have access to another college's standalone server and am running several experiments on it. However, I don't know how many cores or the speed of the cores in the machine. Is there a way to get that information through the command line? Right now I'm accessing it through SSH.

link|improve this question
What operating system? SSH isn't a clue, as it's cross-platform. – John Gardeniers Apr 9 '10 at 0:59
feedback

1 Answer

cat /proc/cpuinfo
link|improve this answer
You beat me to it. – tylerl Apr 9 '10 at 0:00
1  
That's assuming it's a *nix system. – John Gardeniers Apr 9 '10 at 0:57
1  
...that uses the /proc filesystem. – Dennis Williamson Apr 9 '10 at 1:04
feedback

Your Answer

 
or
required, but never shown