I was just wondering if anyone knew of a program, or command that give
you a "scan" of your memory running on your system? Preferably, it
should also give you stats as to what KIND of memory you have, the
AMOUNT of memory, and the MAX capacity that your machine can hold. Any
advice or suggestions would be greatly appreciated.
EGO II
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
06-29-2012, 09:02 AM
Alan Cox
Memory......
On Fri, 29 Jun 2012 04:45:40 -0400
"Eddie G.O'Connor Jr-I" <eoconnor25@gmail.com> wrote:
> Hello All,
>
> I was just wondering if anyone knew of a program, or command that give
> you a "scan" of your memory running on your system? Preferably, it
> should also give you stats as to what KIND of memory you have, the
> AMOUNT of memory, and the MAX capacity that your machine can hold. Any
> advice or suggestions would be greatly appreciated.
You scan the internet with google for the user manual.
In theory "dmidecode" will provide the data you need, in practice this
involves BIOS tables. Most vendors can't get things like "putting the
serial number here" right, so I wouldn't trust the tables on low end
devices too far.
Some of the memory vendors have flashy web sites you can give your
machine info to and they'll tell you which of their products you can buy.
You can then take those specs and go search for decent prices 8)
Alan
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
06-29-2012, 12:00 PM
fedora
Memory......
cat /proc/meminfo
suomi
On 06/29/2012 10:45 AM, Eddie G.O'Connor Jr-I wrote:
Hello All,
I was just wondering if anyone knew of a program, or command that give
you a "scan" of your memory running on your system? Preferably, it
should also give you stats as to what KIND of memory you have, the
AMOUNT of memory, and the MAX capacity that your machine can hold. Any
advice or suggestions would be greatly appreciated.
EGO II
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
06-29-2012, 12:01 PM
Zdenek Pytela
Memory......
Eddie G.O'Connor Jr-I pise:
> I was just wondering if anyone knew of a program, or command that
> give you a "scan" of your memory running on your system? Preferably,
> it should also give you stats as to what KIND of memory you have,
> the AMOUNT of memory, and the MAX capacity that your machine can
> hold. Any advice or suggestions would be greatly appreciated.
Most of the information can be gathered by lshw. Maximum capacity
and similar things depend on what motherboard supports.
--
--Zdenek Pytela, <pytela@phil.muni.cz>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
06-29-2012, 03:01 PM
Digimer
Memory......
On 06/29/2012 04:45 AM, Eddie G.O'Connor Jr-I wrote:
Hello All,
I was just wondering if anyone knew of a program, or command that give
you a "scan" of your memory running on your system? Preferably, it
should also give you stats as to what KIND of memory you have, the
AMOUNT of memory, and the MAX capacity that your machine can hold. Any
advice or suggestions would be greatly appreciated.
EGO II
dmidecode -t 16,17
Type 16 tells you what the system can support. Type 17 returns the
detail of each installed DIMM.
--
Digimer
Papers and Projects: https://alteeve.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org