find linux memory speed

Post Reply
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

find linux memory speed

Post by Chris »

Is there a command to find at what speed the RAM-memory is running.
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: find linux memory speed

Post 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
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Re: find linux memory speed

Post by mister_v »

Thanks just what i needed.
Post Reply