Skip to content

Commit

Permalink
qa/1350: add some diagnostics
Browse files Browse the repository at this point in the history
That are no longer needed once I fixed the proc PMDA.
  • Loading branch information
kmcdonell committed Jul 14, 2024
1 parent 61ee733 commit d0e4597
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qa/1350
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ nvctxw=`pminfo -f proc.psinfo.vctxsw | tee -a $seq.full | awk '$2 == "['$$'" {pr
echo "=> $nvctxw" >> $seq.full
if [ -z "$nvctxw" ]
then
echo "Botch: awk failed on ..."
echo "Botch: awk failed on proc.psinfo.vctxsw for PID $$ ..."
pminfo -f proc.psinfo.vctxsw | grep "$$ "
$PCP_PS_PROG $PCP_PS_ALL_FLAGS | grep -E "[P]PID| $$ "
exit
fi
[ "$nvctxw" -eq 0 ] || status=0
if [ $status -eq 1 ]
Expand Down

0 comments on commit d0e4597

Please sign in to comment.