LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 07-17-2006, 11:03 AM   #1
vkman72
LQ Newbie
 
Registered: Jul 2006
Posts: 1

Rep: Reputation: Disabled
Command to find out Memory speed


Hello,

I am looking for a command to find out the Memory hardware speed (like in MHZ).

I am working on suse linux 10.1.


Thanks for your help in Advance.


VK
 
Old 07-17-2006, 12:11 PM   #2
google01103
Member
 
Registered: May 2006
Distribution: Suse 10.2 x64
Posts: 247

Rep: Reputation: 31
Never saw a command or program that would. If you interupt your boot process and enter the bios it should be there.

One thing I've never found in Linux is overclocking utilities .
 
Old 07-17-2006, 12:45 PM   #3
marozsas
Senior Member
 
Registered: Dec 2005
Location: Campinas/SP - Brazil
Distribution: SuSE, RHEL, Fedora, Ubuntu
Posts: 1,499
Blog Entries: 2

Rep: Reputation: 68
There is the program memtest which can be found in the grub menu of some distros (Conectiva, Mandrake, Mandriva at least) or in some LiveCD.

For instance, the boot CD of SuSE 9.3 has memtest.
Just boot with the disk 1, and type "memtest" in the boot: prompt.

In the top left screen, you will see the speed for L1 and L2 cache, and RAM speed. Mine is target as 3120 MB/s @ 166MHz.

Last edited by marozsas; 07-17-2006 at 12:46 PM.
 
Old 08-13-2007, 03:39 PM   #4
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
http://www.crucial.com has a Windows executable (or an ActiveX thing, or maybe both) that can tell you this stuff. It's pretty amazing what it pulls up about your memory configuration, such as speed, used/unused slots, even motherboard model. Then, of course, it tells you what to buy to help the Windows system -- too bad it doesn't offer Linux!

I would love to see a tool like this for Linux, but I too cannot find anything.
 
Old 09-24-2007, 09:33 AM   #5
ignivs
LQ Newbie
 
Registered: Sep 2007
Posts: 1

Rep: Reputation: 0
try this

Try lshw. It won't tell you what you need to buy, of course, this is just for windows lamers like the one who posts first.
 
Old 09-25-2007, 12:47 PM   #6
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
root$ lshw

Wow, the lshw (when run as root) is exactly what I wanted. Thank you!

Code:
*-memory
          description: System Memory
          physical id: 1000
          slot: System board or motherboard
          size: 768MB
          capacity: 1GB
        *-bank:0
             description: DIMM SDRAM Synchronous 266 MHz (3.8 ns)
             physical id: 0
             slot: DIMM_A
             size: 512MB
             width: 64 bits
             clock: 266MHz (3.8ns)
        *-bank:1
             description: DIMM SDRAM Synchronous 266 MHz (3.8 ns)
             physical id: 1
             slot: DIMM_B
             size: 256MB
             width: 64 bits
             clock: 266MHz (3.8ns)
 
Old 09-25-2007, 01:22 PM   #7
marozsas
Senior Member
 
Registered: Dec 2005
Location: Campinas/SP - Brazil
Distribution: SuSE, RHEL, Fedora, Ubuntu
Posts: 1,499
Blog Entries: 2

Rep: Reputation: 68
nice tip. one more tool in my belt...
 
Old 09-25-2007, 09:09 PM   #8
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Rep: Reputation: 33
I tried lshw but I got "command not found"
 
Old 09-26-2007, 03:35 AM   #9
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Rep: Reputation: 31
Quote:
Originally Posted by pilotgi View Post
I tried lshw but I got "command not found"
I have SuSE 10.3RC1 and got the same :
Password:
riba:~ # lshw
-bash: lshw: command not found
riba:~ #
 
Old 09-26-2007, 04:14 AM   #10
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
You need to install it on some distros. It should in your package manager somewhere
 
Old 09-26-2007, 09:31 AM   #11
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Rep: Reputation: 31
Quote:
Originally Posted by pwc101 View Post
You need to install it on some distros. It should in your package manager somewhere
Thanks pwc101, I found it on the web and installed it. It works OK.
 
Old 12-04-2007, 08:17 PM   #12
rushtoshankar
LQ Newbie
 
Registered: Aug 2003
Location: India
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by ignivs View Post
Try lshw. It won't tell you what you need to buy, of course, this is just for windows lamers like the one who posts first.
Wonderful command ! Thanks !
 
Old 12-05-2007, 11:28 AM   #13
sadiqdm
Member
 
Registered: Nov 2003
Location: London, UK
Distribution: openSUSE, Ubuntu
Posts: 358

Rep: Reputation: 35
lshw is available for openSuse from the Packman repositories, and has GUI which appears as Hardware Lister in the System > Configuration menu.

I've been using a live cd from PartedMagic as my partitioning and rescue disk, and it has it. Very useful for checking your hardware before doing an install.
 
Old 12-05-2007, 12:28 PM   #14
mac57
Member
 
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253

Rep: Reputation: 30
openSUSE 10.3 has lshw and lshw-gui. You can run lshw via:

Code:
# lshw
and the GUI version via:

Code:
# lshw -X
You might also want to check out the excellent "hardinfo", available at:

http://hardinfo.berlios.de/HomePage

This does not appear to be in the openSUSE repository set - you will have to build from source. It is an excellent tool however - I have used it in other distros.
 
Old 11-26-2008, 04:29 AM   #15
trancephorm
Member
 
Registered: Nov 2004
Posts: 34

Rep: Reputation: 0
Nice, but here's what lshw outputs in my system... There's no info about memory clock

Code:
     *-memory
          description: System Memory
          physical id: 2a
          slot: System board or motherboard
          size: 2GiB
        *-bank:0
             description: DIMM SDRAM Synchronous
             product: PartNum0
             vendor: Manufacturer0
             physical id: 0
             serial: SerNum0
             slot: DIMM0
             size: 1GiB
             width: 64 bits
        *-bank:1
             description: DIMM SDRAM Synchronous
             product: PartNum1
             vendor: Manufacturer1
             physical id: 1
             serial: SerNum1
             slot: DIMM1
             size: 1GiB
             width: 64 bits
 
  


Reply

Tags
command, linux, memory, speed



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
tool to detect number of memory slots, memory module type, speed, and size stefanwolf Linux - Hardware 8 04-22-2013 09:48 AM
Using flash memory to speed up boot time? pengu Linux - General 2 07-02-2006 06:56 PM
Added Memory=difference in speed SteveSch Linux - General 10 10-30-2005 09:45 PM
Double memory, 1/100th the speed!!! Es_PagAn Linux - Laptop and Netbook 7 10-11-2005 10:29 AM
find out memory speed.... haora Linux - Hardware 1 07-29-2005 11:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 07:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration