I'm looking for a way to find out what kind of RAM a system has (clocking speed, DDR-X etc.). Is there a specific command for that? I'm only aware of free
or lspci
which don't offer those things.
I'm looking for a way to find out what kind of RAM a system has (clocking speed, DDR-X etc.). Is there a specific command for that? I'm only aware of free
or lspci
which don't offer those things.
Yes there is:
It will output something like this:
You may also want to take a look at the full output of
sudo lshw -short
or evensudo lshw
to get much more information about your hardware.My thanks to jet and CYREX for pointing out a much better method:
Which outputs something like this:
This method is based on the Desktop Management Interface:
It should therefore work pretty reliably.