Results 1 to 2 of 2

Thread: RAM reading

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    i love linux
    Beans
    108
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    RAM reading

    is there a way to read what is stored in a stick of ram ddr1 ddr2 ddr3

  2. #2
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: RAM reading

    Try either:

    Code:
    sudo dmidecode --type memory
    Or

    Code:
    sudo lshw -C memory
    Don't try to make something "fast" until you are able to quantify "slow".

Bookmarks

Posting Permissions

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