123456789101112131415161718192021222324252627282930 |
- @relation Directions
- @attribute Link-Name numeric
- @attribute Source-Port-number numeric
- @attribute Destination-Port-number numeric
- @attribute Packets-per-simulationstep numeric
- @attribute 'Average Value' numeric
- @data
- 0,2,1,9,25.222221
- 0,1,3,9,25.222221
- 0,5,1,12,0.5
- 0,1,4,12,0.5
- 0,6,1,9,0.555556
- 0,6,1,10,0.5
- 0,5,1,11,0.454545
- 0,1,4,11,0.454545
- 0,2,1,9,32.777779
- 0,1,3,9,32.777779
- 0,6,1,10,0.5
- 0,5,1,12,0.5
- 0,1,4,12,0.5
- 0,2,1,8,34.125
- 0,1,3,8,34.125
- 0,6,1,11,0.454545
- 0,5,1,11,0.545455
- 0,1,4,11,0.545455
- 0,2,1,8,33.125
- 0,1,3,8,33.125
- 0,2,1,9,31
|