summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rwxr-xr-xexample/ivystat.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/example/ivystat.pl b/example/ivystat.pl
index 933ad7c..0d4e2e4 100755
--- a/example/ivystat.pl
+++ b/example/ivystat.pl
@@ -234,7 +234,8 @@ sub writeLogs ()
# total : nb octets envoyés, nb mess envoyés, nb octets reçus, nb mess reçus
# pour chaque agents en receptions :
# nb octets envoyés, nb mess envoyés,
- my (@sortedApp, $appf, $appn, $appt, $regx, $numRegx);
+ my (@sortedApp, $appf, $appn, $appt, $regx);
+ my $numRegx = 0;
my %regxByNumOccur;
# il faut que le filehandle LOG soit valide
@@ -336,7 +337,7 @@ sub receivePongCb($$)
$max = $time if $time > $max;
$total += $time;
$received ++;
-# printf ("DBG> :$received: $appf [$min, $time, $max]\n");
+ printf ("DBG> :$received: $appf [$min, $time, $max]\n");
@{$pingResponse{$appf}} = ($min, $max, $total, $received, $sent);
}