Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlaaAttya/3b6de42db3a84c3438445e6618f6b00c to your computer and use it in GitHub Desktop.
Save AlaaAttya/3b6de42db3a84c3438445e6618f6b00c to your computer and use it in GitHub Desktop.
## Free memory percentage per node
(((node_memory_MemFree_bytes + node_memory_Cached_bytes + node_memory_Buffers_bytes)/node_memory_MemTotal_bytes)*100) * on(instance) group_left(nodename) (node_uname_info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment