Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/supportconfig
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ basic_healthcheck() {
log_cmd $OF 'vmstat 1 4'
[[ -x /usr/bin/mpstat ]] && log_cmd $OF 'mpstat -P ALL 1 3'
log_cmd $OF 'free -k'
timed_log_cmd $OF 'df -h' || IO_DELAYS=1
log_cmd $OF 'free -h'
timed_log_cmd $OF 'df -hT' || IO_DELAYS=1
(( $IO_DELAYS )) || log_cmd $OF 'df -i'
TAINT_SRC='/proc/sys/kernel/tainted'
conf_files $OF $TAINT_SRC
Expand Down