“Info pamięci RAM UNIX” Kod odpowiedzi

Informacje o RAM Linux

free -mh
Elated Eagle

Info pamięci RAM 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

Odpowiedzi podobne do “Info pamięci RAM UNIX”

Pytania podobne do “Info pamięci RAM UNIX”

Więcej pokrewnych odpowiedzi na “Info pamięci RAM UNIX” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu