“RAM Info Unix” Code-Antworten

Linux RAM Info

free -mh
Elated Eagle

RAM Info Unix

#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
Big Feeeeeb

Ähnliche Antworten wie “RAM Info Unix”

Fragen ähnlich wie “RAM Info Unix”

Weitere verwandte Antworten zu “RAM Info Unix” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen