Skip to content

Commit

Permalink
Merge pull request #257 from jrafanie/log_top_command_line_program_na…
Browse files Browse the repository at this point in the history
…me_toggled

Run top in command-line/program name mode

(cherry picked from commit 526ae97)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767818
  • Loading branch information
bdunne authored and simaishi committed Nov 1, 2019
1 parent 71c195d commit 467ac20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LINK/usr/bin/miqtop.sh
Expand Up @@ -29,5 +29,5 @@ then
fi

echo "miqtop: start: date time is-> $(date) $(date +%z)" >> ${LOG_FILE}
TERM=dumb COLUMNS=512 top -b -d 60 >> ${LOG_FILE} 2>&1 &
TERM=dumb COLUMNS=512 top -b -c -d 60 >> ${LOG_FILE} 2>&1 &
echo $! >> ${PID_FILE}

0 comments on commit 467ac20

Please sign in to comment.