Linux Server Admin Tools and GNU Benchmark Tools Directory, OpenSource Tools

Dmidecode

Dmidecode is an excellent tool useful for administrators to list all the hardware information described in your system BIOS according to the SMBIOS/DMI standard. The information typically list the following information like

Dmidecode also comes with three additional tools :

Installing Dmidecode

Dmidecode rpm can be download from here

To install it from source


Usage: dmidecode [OPTIONS]

Options are:
-d, –dev-mem FILE Read memory from device FILE (default: /dev/mem)
-h, –help Display this help text and exit
-q, –quiet Less verbose output
s, –string KEYWORD Only display the value of the given DMI string
-t, –type TYPE Only display the entries of given type
-u, –dump Do not decode the entries
-V, –version Display the version and exit

Click here for sample output

Useful Links : Dmidecode home page