diff --git a/lib/bash/collect.sh b/lib/bash/collect.sh index 71127905..03a51c70 100644 --- a/lib/bash/collect.sh +++ b/lib/bash/collect.sh @@ -141,7 +141,7 @@ collect() { # Grab a few general things first. Background all of these so we can start # them all up as quickly as possible. - ps -eaf >> "$d/$p-ps" & + ps -eaF >> "$d/$p-ps" & top -bn${OPT_RUN_TIME} >> "$d/$p-top" & [ "$mysqld_pid" ] && _lsof $mysqld_pid >> "$d/$p-lsof" &