memory usage commands in linux

Show free memory and used memory in MB

free -m

Show processes with memory usage from high to low

ps aux --sort rss

Show memory usage from the virtual file /proc/meminfo

cat /proc/meminfo

Report virtual memory statistics

vmstat -s

memory usage monitor command

top

Search within Codexpedia

Custom Search

Search the entire web

Custom Search