Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux ram info

free -mh
Comment

how to get ram detail in linux

sudo dmidecode --type 17
Comment

How to find information about my RAM on linux

sudo dmidecode --type 17 | more
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall packages linux terminal 
Shell :: vlc install linux 
Shell :: ubuntu no bluetooth found 
Shell :: centos see user list 
Shell :: git check first commit 
Shell :: install .deb ubuntu 20.04 
Shell :: pipreqs not working 
Shell :: run laravel git project 
Shell :: yii2 advanced install 
Shell :: cmd command to install xlrd version 1.2.0 
Shell :: shell get size of directory 
Shell :: python3 install mutagen 
Shell :: sudo user centos 
Shell :: watch nvidia smi 
Shell :: git bajar rama remota nueva 
Shell :: how to install git lfs on mac 
Shell :: debian install python 3 
Shell :: installing hinterland for jupyter without anaconda 
Shell :: npm does not support Node.js v10.24.0 
Shell :: snap install microsoft teams 
Shell :: git discard local changes 
Shell :: grep docker logs 
Shell :: docker output ps format 
Shell :: apt install openssh 
Shell :: arch code 
Shell :: macos install airport 
Shell :: delete swp file linux 
Shell :: ubuntu install Tesseract OCR 
Shell :: wget with username and password 
Shell :: how to install ghostscript on linux 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =