Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu command ram info

#to see the total amount of physical RAM installed:
sudo lshw -c memory
Comment

ubuntu get ram usage

$ free -m
Comment

get ram of ubuntu

free -h

#              total        used        free      shared  buff/cache   available
#Mem:      -->  7.7G  <--   6.2G        157M        503M        1.3G        709M
#Swap:          2.0G        118M        1.9G

Comment

ubuntu see ram usage

# to see ram usage, cpu core usage, and more:

htop
Comment

ubuntu ram type

sudo dmidecode | grep -A 15 Memory
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install requirements.txt 
Shell :: how to know namespace is present or not in kubernetes shell script 
Shell :: git set alias 
Shell :: free up ram in linux ubuntu 
Shell :: how to open boot config raspberry pi command propt 
Shell :: Yarn .gitignore for Zero Installs 
Shell :: remove user from sudo group 
Shell :: python pip upgrade 
Shell :: ubuntu delete files older than 5 days 
Shell :: git track lfs 
Shell :: docker clean logs 
Shell :: uninstall django 
Shell :: how to transfer a folder from ubuntu to ubuntu 
Shell :: wondershaper 
Shell :: sudo apt-get install podman 
Shell :: windows view processes command line 
Shell :: powershell command history file 
Shell :: wget files matching pattern 
Shell :: extract file extension bash 
Shell :: snap install chrome 
Shell :: ipconfig in ubantu 
Shell :: git push error 
Shell :: reset iis 
Shell :: react router dom with typescript 
Shell :: red bash linux 
Shell :: ohow to kill pm2 servers 
Shell :: git push username password 
Shell :: How to export a GPG private key to a file 
Shell :: cache your login credentials in git command 
Shell :: generate key and certificate openssl 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =