1, , , Transport, TCP,Total Packets with Errors = 0
1, , , Transport, TCP,Packets Received with Checksum Errors = 0
1, , , Transport, TCP,Packets Received with Bad Offset = 0
1, , , Transport, TCP,Packets Received that are Too Short = 0
1, ,[1024], Application,TRAFFIC-GEN Server,Client Address = 192.0.0.6
1, ,[1024], Application,TRAFFIC-GEN Server,Session Start Time (s) = 0.226811597
1, ,[1024], Application,TRAFFIC-GEN Server,Session End Time (s) = 19.909754409
1, ,[1024], Application,TRAFFIC-GEN Server,Session Status = Closed
1, ,[1024], Application,TRAFFIC-GEN Server,Total bytes Received = 8320
1, ,[1024], Application,TRAFFIC-GEN Server,Total Data Units Received = 260
1, ,[1024], Application,TRAFFIC-GEN Server,Throughput (bits/s) = 3381
1, ,[1024], Application,TRAFFIC-GEN Server,Average End-to-End Delay (s) = 0.026102975
1, ,[1024], Application,TRAFFIC-GEN Server,Average Jitter (s) = 0.070900925
1, ,[1024], Application,TRAFFIC-GEN Server,Client Address = 192.0.0.4
1, ,[1024], Application,TRAFFIC-GEN Server,Session Start Time (s) = 0.107537260
1, ,[1024], Application,TRAFFIC-GEN Server,Session End Time (s) = 19.984968334
1, ,[1024], Application,TRAFFIC-GEN Server,Session Status = Closed
1, ,[1024], Application,TRAFFIC-GEN Server,Total bytes Received = 11232
1, ,[1024], Application,TRAFFIC-GEN Server,Total Data Units Received = 351
1, ,[1024], Application,TRAFFIC-GEN Server,Throughput (bits/s) = 4520
1, ,[1024], Application,TRAFFIC-GEN Server,Average End-to-End Delay (s) = 0.020293675
1, ,[1024], Application,TRAFFIC-GEN Server,Average Jitter (s) = 0.056769093
1, ,[1024], Application,TRAFFIC-GEN Server,Client Address = 192.0.0.5
1, ,[1024], Application,TRAFFIC-GEN Server,Session Start Time (s) = 0.058634166
1, ,[1024], Application,TRAFFIC-GEN Server,Session End Time (s) = 19.798208565
1, ,[1024], Application,TRAFFIC-GEN Server,Session Status = Closed
1, ,[1024], Application,TRAFFIC-GEN Server,Total bytes Received = 6624
1, ,[1024], Application,TRAFFIC-GEN Server,Total Data Units Received = 207
1, ,[1024], Application,TRAFFIC-GEN Server,Throughput (bits/s) = 2684
1, ,[1024], Application,TRAFFIC-GEN Server,Average End-to-End Delay (s) = 0.026288118
1, ,[1024], Application,TRAFFIC-GEN Server,Average Jitter (s) = 0.090685171
1, ,[1024], Application,TRAFFIC-GEN Server,Client Address = 192.0.0.2
1, ,[1024], Application,TRAFFIC-GEN Server,Session Start Time (s) = 0.028508654
1, ,[1024], Application,TRAFFIC-GEN Server,Session End Time (s) = 19.981800333
1, ,[1024], Application,TRAFFIC-GEN Server,Session Status = Closed
1, ,[1024], Application,TRAFFIC-GEN Server,Total bytes Received = 12832
1, ,[1024], Application,TRAFFIC-GEN Server,Total Data Units Received = 401
1, ,[1024], Application,TRAFFIC-GEN Server,Throughput (bits/s) = 5144
1, ,[1024], Application,TRAFFIC-GEN Server,Average End-to-End Delay (s) = 0.009312223
1, ,[1024], Application,TRAFFIC-GEN Server,Average Jitter (s) = 0.046495978
1, ,[1024], Application,TRAFFIC-GEN Server,Client Address = 192.0.0.3
1, ,[1024], Application,TRAFFIC-GEN Server,Session Start Time (s) = 0.017999448
1, ,[1024], Application,TRAFFIC-GEN Server,Session End Time (s) = 19.943126887
1, ,[1024], Application,TRAFFIC-GEN Server,Session Status = Closed
1, ,[1024], Application,TRAFFIC-GEN Server,Total bytes Received = 10880
1, ,[1024], Application,TRAFFIC-GEN Server,Total Data Units Received = 340
1, ,[1024], Application,TRAFFIC-GEN Server,Throughput (bits/s) = 4368
1, ,[1024], Application,TRAFFIC-GEN Server,Average End-to-End Delay (s) = 0.019138684
1, ,[1024], Application,TRAFFIC-GEN Server,Average Jitter (s) = 0.060386082
2, , [0], Physical, 802_15_4,Signals transmitted = 1571
2, , [0], Physical, 802_15_4,Signals detected = 1732
2, , [0], Physical, 802_15_4,Signals locked on by PHY = 1191
####
open(STATFILE,$statfile) or die ("could not open the stat file");
my $lines = do { local $/; };
my @ones;
my @twos;
while($lines =~ m/traffic-gen.*client address = 192\.0\.0\.(\d+).*data units received = (\d+).*jitter/scgi)
{
print $1, "\tyes\t",$2,"\n";
push @ones, $1;
push @twos, $2;
}
print @ones,@twos;