I'm confronted with a bewildering array of linux boxen.
How do I find out how many processors they have, how many cores, how much RAM they have, how fast their disks are, how heavily loaded they are by competing people etc, etc?
|
I'm confronted with a bewildering array of linux boxen. How do I find out how many processors they have, how many cores, how much RAM they have, how fast their disks are, how heavily loaded they are by competing people etc, etc? |
|||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I'm not aware of any 'general purpose' tool that will gather everything you want. However, all of this information is available if you want to script something yourself. For hardware information, there's no single place but you might want to start in Check out the wikipedia article here: https://secure.wikimedia.org/wikipedia/en/wiki/Procfs#Linux Highlights include:
There are then also commands such as As for finding out how used the machine is... that's not the most straightforward thing to determine and I'm going to leave that alone.. |
|||
|
|