How to get the spec of a machine on Linux?
Posted
by
machinePurchaser
on Super User
See other posts from Super User
or by machinePurchaser
Published on 2013-11-06T20:22:29Z
Indexed on
2013/11/06
21:58 UTC
Read the original article
Hit count: 235
I am interested in getting the spec of a machine, because I am thinking getting a similar server.
What I am mostly interested in knowing is the number of cores / CPUs / etc., the amount of memory, the speed of the CPUs, the CPU cache size, and any other detail which is important for performance.
My question is two-fold:
Which parameters should I be interested in other than the ones I specified above?
Is there an easy way to read them off the machine in Linux? cat /proc/cpuinfo reveals a lot about the CPUs, for example... What about memory (would rather not rely on top), etc?
© Super User or respective owner