What is my RAM speed?

Asked by igsen

I want to get information about my RAM using gui so I go to System Monitor.
Under System, It says "Memory 2.0 GiB" and no information of its speed.
Is there any way of knowing this without going through terminal?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-system-monitor Edit question
Assignee:
No assignee Edit question
Solved by:
George Standish
Solved:
Last query:
Last reply:
Revision history for this message
igsen (imsentina) said :
#1

I went Googling, and found this link useful:

http://www.cyberciti.biz/faq/check-ram-speed-linux/

Revision history for this message
Best George Standish (george-standish-deactivatedaccount) said :
#2

An alternative terminal method is to use the command "sudo lshw -c memory", I'm unaware of a GUI application that provides this information.

Revision history for this message
igsen (imsentina) said :
#3

Thanks George Standish, that solved my question.