5 commands to check memory usage on Linux

1. free command

$ free -m  # m stands for MBs

2. /proc/meminfo

$ cat /proc/meminfo

3. vmstat

$ vmstat -s

4. top command, and 5. htop command

$ top
$ htop

results matching ""

    No results matching ""