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.
Related Posts
- Install Sentry on Ubuntu 18.04 Using Nginx and Let's Encrypt Certificates
- Tutorial: Ubuntu 18.04 LAMP Setup for WordPress
- Move a Domain to Another User in VestaCP
- Check Ubuntu Version From Command Line
- Fix "Failed to get metadata: Local: Broker transport failure" When Updating Sentry
- Add add-apt-repositor to Codeanywhere Container