Count the processors on a Linux server
Jun 2nd
If you need to see how many processors there are available on a Linu/Unix server, use the following command from your shell:
cat /proc/cpuinfo | grep processor
each of the processors will be listed in the output. For example, on a server I use the output looks like this:
processor : 0
processor [...]
