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/dmidecodeCode: Select all
sudo dmidecode --type memoryCode: Select all
sudo dmidecode --type 17Re: find linux memory speed
Thanks just what i needed.