Skip to content

Instantly share code, notes, and snippets.

@marcusscomputer
Created October 1, 2020 09:22
Show Gist options
  • Save marcusscomputer/bf38ccf1c81c18ff7fd3f26fe5c4c606 to your computer and use it in GitHub Desktop.
Save marcusscomputer/bf38ccf1c81c18ff7fd3f26fe5c4c606 to your computer and use it in GitHub Desktop.
#!/bin/bash
free | awk '/Mem/{printf("RAM Usage: %.2f%\n"), $3/$2*100}' | awk '{print $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment