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

PREVIOUS NEXT
Code Example
Shell :: ngrok command 
Shell :: how to activate administrator account in windows 10 command prompt 
Shell :: file location path in linux 
Shell :: git revert file to master 
Shell :: bash test boolean 
Shell :: how to exit from vi 
Shell :: linux view kernel version 
Shell :: github adding images to readme 
Shell :: arch add keyboard layout 
Shell :: how to install gatsby with typescript 
Shell :: git filter branch recursively 
Shell :: firefox hide password warning 
Shell :: how to install differnt version of temsorflow 
Shell :: ubuntu 20 install lib32ncurses5 
Shell :: rvm install new ruby version 
Shell :: git hard reset to commit id 
Shell :: install jupyter homebrew 
Shell :: docker interactive shell 
Shell :: mac list used port 
Shell :: cd ~/.ssh on mac 
Shell :: npm install globally 
Shell :: microstack change dashboard port 
Shell :: iterm ftp command not found 
Shell :: postgresql status ubuntu 
Shell :: install packet tracer on ubuntu 
Shell :: gcloud list current CLI Configuration 
Shell :: linux find and delete files by extension 
Shell :: reload vimrc without exiting 
Shell :: git prune remote branches 
Shell :: adoni check migration status 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =