You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
availThreshold=flag.String("avail-threshold", "10G,1G", "specifies the coloring threshold (yellow, red) of the avail column, must be integer with optional SI prefixes")
42
+
usageThreshold=flag.String("usage-threshold", "0.5,0.9", "specifies the coloring threshold (yellow, red) of the usage bars as a floating point number from 0 to 1")
43
+
40
44
inodes=flag.Bool("inodes", false, "list inode information instead of block usage")
41
45
jsonOutput=flag.Bool("json", false, "output all devices in JSON format")
42
46
warns=flag.Bool("warnings", false, "output all warnings to STDERR")
0 commit comments