Skip to content

Instantly share code, notes, and snippets.

@stnbu
Created April 12, 2018 01:14
Show Gist options
  • Save stnbu/321384714d65b92e47ea86b1acfbdf6b to your computer and use it in GitHub Desktop.
Save stnbu/321384714d65b92e47ea86b1acfbdf6b to your computer and use it in GitHub Desktop.
import os
s = os.statvfs('/')
use = 1 - float(s.f_bavail) / float(s.f_blocks)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment