|
|
@@ -196,7 +196,7 @@ func getMemInfo() (int, string, string) {
|
|
|
}
|
|
|
|
|
|
func getDiskInfo() (int, string, string) {
|
|
|
- out, err := exec.Command("df", "-h", "/").Output()
|
|
|
+ out, err := exec.Command("df", "-hP", "/").Output()
|
|
|
if err != nil {
|
|
|
return 0, noValue, noValue
|
|
|
}
|