mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
Collect df -k instead of df -h. Set log_error with abs path to fix failing t/lib/bash/collect.t test.
This commit is contained in:
@@ -218,7 +218,7 @@ collect() {
|
||||
fi
|
||||
fi
|
||||
|
||||
(echo $ts; df -h) >> "$d/$p-df" &
|
||||
(echo $ts; df -k) >> "$d/$p-df" &
|
||||
|
||||
(echo $ts; netstat -antp) >> "$d/$p-netstat" &
|
||||
(echo $ts; netstat -s) >> "$d/$p-netstat_s" &
|
||||
|
Reference in New Issue
Block a user