Page 1 of 1

find linux memory speed

Posted: Fri Jan 08, 2021 4:52 pm
by Chris
Is there a command to find at what speed the RAM-memory is running.

Re: find linux memory speed

Posted: Fri Jan 08, 2021 4:54 pm
by Chris
ok, find the answer to my own question.

Install dmidecode:

Code: Select all

emerge -q sys-apps/dmidecode

Code: Select all

sudo dmidecode --type memory
or

Code: Select all

sudo dmidecode --type 17

Re: find linux memory speed

Posted: Tue Jan 26, 2021 7:49 pm
by mister_v
Thanks just what i needed.