I need to inventory the hardware on some Linux clients I recently "inherited". In the past, on Windows, I've used the excellent CPU-z to generate the hardware inventory. Is there a Linux equivalent?
|
CPU-G is an application that shows useful information about your hardware. It collects and displays information about your CPU, RAM, Motherboard, some general information about your system and more |
|||
|
|
As root will all show you info about both CPU and memory, you might want to run |
||||
|
|
|
Other answers about But for big jobs, HAL is the major mechanism to enumerate and identify hardware on Linux. Strictly, speaking, HAL is an API accessible over the system DBus, but there are command-line tools to make HAL information available for human or script consumption. To start out, try this:
The UDI is a namespace within HAL for all devices in your system. Everything else is key/value pairs where the keys are in a hierarchy defined in the HAL specification I'm not familiar with CPU-z, but if you are interested in CPU information, search or grep for |
|||||
|