Blog

Check Memory Usage When Using Ubuntu 18.04

If you use Ubuntu 18.04 and want to check the memory usage, you can use the command:

watch -n 5 free -m

This command shows you available, free and used memory. The values gets an refresh every 5 seconds.