find linux memory speed
find linux memory speed
Is there a command to find at what speed the RAM-memory is running.
Re: find linux memory speed
ok, find the answer to my own question.
Install dmidecode:
or
Install dmidecode:
Code: Select all
emerge -q sys-apps/dmidecode
Code: Select all
sudo dmidecode --type memory
Code: Select all
sudo dmidecode --type 17
Re: find linux memory speed
Thanks just what i needed.