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 :: untar a file 
Shell :: install apt-cyg 
Shell :: update ubuntu 
Shell :: upgrade plotly version 
Shell :: install jq on mac 
Shell :: Failed to restart mongodb.service: Unit mongodb.service is masked. 
Shell :: heroku logs tail 
Shell :: Could not build wheels for pygalmesh which use PEP 517 and cannot be installed directly 
Shell :: restart php nginx mac 
Shell :: How to add username and password in github 
Shell :: Syntax Error: TypeError: this.getOptions is not a function 
Shell :: Could not find OpenSSL. Install an OpenSSL development package or 
Shell :: how to install yup 
Shell :: magento 2 file permission 
Shell :: npm install redux and react-redux 
Shell :: Create file if not exist bash 
Shell :: remove app ubuntu terminal 
Shell :: bash find process using port 
Shell :: delete all local branches git 
Shell :: Could not find tools.jar debian 
Shell :: how to change a user email for a project in git 
Shell :: npm ERR! cb() never called! 
Shell :: public class FileProvider extends android.support.v4.content.FileProvider 
Shell :: adonis install 
Shell :: powershell arry initialize add 
Shell :: make docker sudo less 
Shell :: gzip folder with tar 
Shell :: how to pull submodules git 
Shell :: angular cli 
Shell :: sql like bracket 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =