find linux memory speed
- 
				Chris
- Site Admin
- Posts: 132
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
find linux memory speed
Is there a command to find at what speed the RAM-memory is running.
			
			
									
						
										
						- 
				Chris
- Site Admin
- Posts: 132
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
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 17- 
				mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
Re: find linux memory speed
Thanks just what i needed.