Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Created October 24, 2019 16:17
Show Gist options
  • Select an option

  • Save cyrex562/79dfd29c3c67cdde603825bda80b645c to your computer and use it in GitHub Desktop.

Select an option

Save cyrex562/79dfd29c3c67cdde603825bda80b645c to your computer and use it in GitHub Desktop.
root partition storage query
((node_filesystem_size_bytes{mountpoint="/"} - node_filesystem_free_bytes{mountpoint="/"}) / node_filesystem_size_bytes{mountpoint="/"} ) * 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment