Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux ram info

free -mh
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 :: github remote permisiion denied on git push 
Shell :: install pip archlinux 
Shell :: tar file linux 
Shell :: how to open appimage in linux 
Shell :: vagrant run paralel 
Shell :: export bigquery scheam 
Shell :: create jar with maven commandline 
Shell :: cat eof 
Shell :: grep recursive file extension 
Shell :: grant current user access to /dev/kvm 
Shell :: docker clear disk 
Shell :: github create branch from issue 
Shell :: kubectl commands 
Shell :: ubuntu hide home folder on desktop 
Shell :: powershell add user to remote desktop group 
Shell :: how to update git in vscode 
Shell :: install brew 
Shell :: debian bullseye install nvm 
Shell :: install brave browser 
Shell :: remove commit not pushed 
Shell :: extract tar.xz linux 
Shell :: centos set permissions on folder recursively 
Shell :: next upgrade 
Shell :: start Gui on your Ubuntu 20.04 system from cli 
Shell :: how to install docker in ubuntu using terminal 
Shell :: adb screenrecord 
Shell :: linux back cd 
Shell :: how to delete directory 
Shell :: how to install ssl certificate in aws lightsail 
Shell :: install spotify-web-api-js 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =