From b19328aecd79a91ea4535edd8dddc2e4908d615f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Jan 2014 09:19:35 +0100 Subject: implement -oq (qos_messages in Result.pm) --- bin/db-iris | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/db-iris') diff --git a/bin/db-iris b/bin/db-iris index 1bbe5b2..d0e2662 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -151,6 +151,10 @@ sub display_result { if ( $edata{delay} and $d->delay and $d->delay_messages ) { printf( ' %s', ( $d->delay_messages )[-1]->[1] ); } + if ( $edata{qos} and $d->qos_messages ) { + printf( ' %s', + join( ' ', map { $_->[1] } ( reverse $d->qos_messages ) ) ); + } print "\n"; if ( $edata{times} ) { -- cgit v1.2.3