“ОЗУ info unix” Ответ

Информация Linux Ram

free -mh
Elated Eagle

ОЗУ 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

Ответы похожие на “ОЗУ info unix”

Вопросы похожие на “ОЗУ info unix”

Больше похожих ответов на “ОЗУ info unix” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования