~percona-toolkit-dev/percona-toolkit/fix-log-parser-writer-bug-963225

« back to all changes in this revision

Viewing changes to bin/pt-sift

  • Committer: Daniel Nichter
  • Date: 2012-03-06 19:33:42 UTC
  • mfrom: (196.3.1 2.0)
  • Revision ID: daniel@percona.com-20120306193342-92oufvchgacqu3pl
MergeĀ lp:~percona-toolkit-dev/percona-toolkit/pt-sift-pt-pmp-fix-bug-945836.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
            done
378
378
 
379
379
            echo "--stack traces--"
380
 
            $PR_pmp -l 5 "${BASEDIR}/${PREFIX}-stacktrace" | head -n 5
 
380
            if [ -e "${BASEDIR}/${PREFIX}-stacktrace" ]; then
 
381
               $PR_pmp -l 5 "${BASEDIR}/${PREFIX}-stacktrace" | head -n 5
 
382
            else
 
383
               echo "    No stack trace file exists"
 
384
            fi
381
385
 
382
386
            echo "--oprofile--"
383
387
            if [ ! -e "${BASEDIR}/${PREFIX}-opreport" ]; then