Linux Verifique a frequência da RAM
sudo lshw -short -C memory
TheLazyLemur
sudo lshw -short -C memory
free -mh
sudo dmidecode --type 17
sudo dmidecode | grep -A 15 Memory
sudo dmidecode -t 17
#Without root (total memory, available memory, etc)
less /proc/meminfo
vmstat -s
free -mh
#Or you can just look at the 4th and 5th line of "top" command
top
#And press "m" letter from the keyboard while looking at "top"
#for a better visualization of free RAM
#With root access (Memory type, speed, free, ...) -> more infos
sudo dmidecode -type memory