def get_pretty_allocation(self): return util.pretty_bytes(self.get_allocation())
def get_pretty_capacity(self): return util.pretty_bytes(self.get_capacity())
def get_pretty_available(self): return util.pretty_bytes(self.get_available())