1234567891011121314151617181920212223242526272829303132 |
- @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
- 1,2,1,3,25.786463
- 1,1,2,3,1
- 1,3,1,3,25.786463
- 1,1,3,3,1
- 1,4,1,15,0
- 1,1,4,15,1
- 1,5,1,14,1
- 1,1,5,14,1
- 1,6,1,5,0
- 1,1,6,5,1
- 1,5,1,13,0
- 1,1,5,13,1
- 1,1,4,13,1
- 1,4,1,13,1
- 1,6,1,3,1
- 1,1,6,3,1
- 1,2,1,2,25.786463
- 1,1,2,2,1
- 1,1,3,2,1
- 1,3,1,2,25.786463
- 1,5,1,13,1
- _
|