Find the answer to your Linux question:
Results 1 to 5 of 5
Hi guys. Is there any way to see my RAM frequency. In yast there is just the amount of memory visible, what about the frequency. I intend to buy some ...
  1. #1
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Slovenia
    Posts
    162

    How can I see RAM frequency?

    Hi guys. Is there any way to see my RAM frequency. In yast there is just the amount of memory visible, what about the frequency. I intend to buy some more memory, so I have to make sure it has the same frequency. Thanks in advance.

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    on redhat system you can do it as follows(you run the command as root)
    Code:
    /usr/sbin/dmidecode | grep -i "current speed"
    im not sure about Suse since i dont have it
    Linux and me it's a love story

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You can also take a look on the memory sticks themselves. They usually have a label on them giving the speed and type.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by khafa View Post
    on redhat system you can do it as follows(you run the command as root)
    Code:
    /usr/sbin/dmidecode | grep -i "current speed"
    im not sure about Suse since i dont have it
    dmidecode is available in almost all distros and should work fine in SUSE too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Slovenia
    Posts
    162
    Thanks guys

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...