Вы находитесь на странице: 1из 79

IPV6

[Config ETH]
network = NClientsEth
[Config PPP]
network = NClientsPPP
[General]
sim-time-limit = 168h
tkenv-plugin-path = ../../../etc/plugins
# number of client computers
*.n = 1
# configurator
*.configurator.useTentativeAddrs = false # FIXME TBD to be switched to
true, for testing DAD!
# tcp apps
#**.cli[*].numTcpApps = 1
#**.cli[*].tcpApp[*].typename = "TelnetApp"
#**.cli[0].tcpApp[0].localAddress = "aaaa:b::8aa:ff:fe00:7" #is this
the source addr of the client's TCP app?
#**.cli[1].tcpApp[0].localAddress = "aaaa:b::8aa:ff:fe00:8"
#**.cli[0].tcpApp[0].localPort = -1
#**.cli[1].tcpApp[0].localPort = -1
#**.cli[*].tcpApp[0].connectAddress = "srv"
##**.cli[*].tcpApp[0].connectAddress="bbbb::"
#**.cli[0].tcpApp[0].connectPort = 1000 #same destination port numbers
#**.cli[1].tcpApp[0].connectPort = 1000 #same destination port numbers
#
#**.cli[*].tcpApp[0].startTime = 3s
#**.cli[*].tcpApp[0].numCommands = 1
#**.cli[*].tcpApp[0].commandLength = 10B
#**.cli[*].tcpApp[0].keyPressDelay = 0.1s
#**.cli[*].tcpApp[0].commandOutputLength = 40B
#**.cli[*].tcpApp[0].thinkTime = 2s
#**.cli[*].tcpApp[0].idleInterval = 12s
#**.cli[*].tcpApp[0].reconnectInterval = 3s
#**.cli[*].tcpApp[0].startTime = uniform(10s,15s)
#**.cli[*].tcpApp[0].numCommands = exponential(1)
#**.cli[*].tcpApp[0].commandLength = exponential(1B)
#**.cli[*].tcpApp[0].keyPressDelay = exponential(0.1s)

#**.cli[*].tcpApp[0].commandOutputLength = exponential(40B)
#**.cli[*].tcpApp[0].thinkTime = truncnormal(2s,3s)
#**.cli[*].tcpApp[0].idleInterval = truncnormal(3600s,1200s)
#**.cli[*].tcpApp[0].reconnectInterval = 30s
# tcp apps
**.cli[*].numTcpApps = 1
**.cli[*].tcpApp[*].typename = "TelnetApp"
**.cli[*].tcpApp[0].localAddress = ""
**.cli[*].tcpApp[0].localPort = -1
**.cli[*].tcpApp[0].connectAddress = "srv"
**.cli[*].tcpApp[0].connectPort = 1000
**.cli[*].tcpApp[0].startTime = 15s + exponential(5s)
**.cli[*].tcpApp[0].numCommands = exponential(10)
**.cli[*].tcpApp[0].commandLength = exponential(10B)
**.cli[*].tcpApp[0].keyPressDelay = exponential(0.1s)
**.cli[*].tcpApp[0].commandOutputLength = exponential(40B)
**.cli[*].tcpApp[0].thinkTime = truncnormal(2s,3s)
**.cli[*].tcpApp[0].idleInterval = truncnormal(3600s,1200s)
**.cli[*].tcpApp[0].reconnectInterval = 30s
**.cli[*].tcpApp[0].dataTransferMode = "object"
**.srv.numTcpApps = 1
**.srv.tcpApp[*].typename = "TCPGenericSrvApp"
**.srv.tcpApp[0].localAddress = ""
**.srv.tcpApp[0].localPort = 1000
**.srv.tcpApp[0].replyDelay = 0
# tcp settings
**.tcpApp[*].dataTransferMode = "object"
# PPP NIC configuration
**.ppp[*].queueType = "DropTailQueue" # in routers
**.ppp[*].queue.frameCapacity = 10 # in routers
# Ethernet NIC configuration
**.eth[*].queueType = "DropTailQueue" # in routers
**.eth[*].queue.dataQueue.frameCapacity = 10 # in routers
#**.eth[*].mac.txrate = 10Mbps
**.eth[*].mac.duplexMode = true
# ADDED by WEI for testing purposes
#**.cli[0].eth[0].mac.address = "0A-AA-00-00-00-01"
#**.srv.eth[0].mac.address = "0A-AA-00-00-00-02"
#**.r1.eth[0].mac.address = "0A-AA-00-00-00-03"
#**.r1.eth[1].mac.address = "0A-AA-00-00-00-04"
#**.r2.eth[0].mac.address = "0A-AA-00-00-00-04"
#**.r2.eth[1].mac.address = "0A-AA-00-00-00-06"
#**.r3.eth[0].mac.address = "0A-AA-00-00-00-07"
#**.r3.eth[1].mac.address = "0A-AA-00-00-00-08"

version 2
run ETH-0-20140625-14:03:23-1828
attr configname ETH
attr datetime 20140625-14:03:23
attr experiment ETH
attr inifile omnetpp.ini
attr iterationvars ""
attr iterationvars2 $repetition=0
attr measurement ""
attr network NClientsEth
attr processid 1828
attr repetition 0
attr replication #0
attr resultdir results
attr runnumber 0
attr seedset 0
scalar NClientsEth.r1.networkLayer.neighbourDiscovery startDAD:count
2
attr title "DAD started, count"
scalar NClientsEth.r1.lo0.lo
rcvdPkFromHL:count
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, count"
scalar NClientsEth.r1.lo0.lo
rcvdPkFromHL:sum(packetBytes)
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, sum(packetBytes)"
scalar NClientsEth.r1.lo0.lo
passedUpPk:count
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r1.lo0.lo
passedUpPk:sum(packetBytes)
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r1.lo0.lo
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r1.lo0.lo
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none

attr source dropPkBitError


attr title "packets dropped/bit error, sum(packetBytes)"
statistic NClientsEth.r1.eth[0].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r1.eth[0].queue.pauseQueue
dropPk:count
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r1.eth[0].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none

attr source dropPkByQueue


attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].queue.pauseQueue
queueLength:max 0
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r1.eth[0].queue.pauseQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r1.eth[0].queue.pauseQueue
rcvdPk:count
0
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r1.eth[0].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.r1.eth[0].queue.dataQueue
queueingTime:histogram
field count 6
field mean 0
field stddev 0
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 6
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0

bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r1.eth[0].queue.dataQueue
dropPk:count
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r1.eth[0].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].queue.dataQueue
queueLength:max 1
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r1.eth[0].queue.dataQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r1.eth[0].queue.dataQueue
rcvdPk:count
6
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r1.eth[0].queue.dataQueue
rcvdPk:sum(packetBytes)
431
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].mac
"simulated time"
22.174079175527
scalar NClientsEth.r1.eth[0].mac
full-duplex
1
scalar NClientsEth.r1.eth[0].mac
"frames/sec sent"
0.27058620800011
scalar NClientsEth.r1.eth[0].mac
"frames/sec rcvd"
0.36078161066681
scalar NClientsEth.r1.eth[0].mac
"bits/sec sent" 155.4968741974
scalar NClientsEth.r1.eth[0].mac
"bits/sec rcvd" 212.13958707208
scalar NClientsEth.r1.eth[0].mac
"rx channel idle (%)"
99.99976477039
scalar NClientsEth.r1.eth[0].mac
"rx channel utilization (%)"
0.00023522961015476
scalar NClientsEth.r1.eth[0].mac
rxPkFromHL:count
6
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.r1.eth[0].mac
rxPkFromHL:sum(packetBytes)
431
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"

scalar NClientsEth.r1.eth[0].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.r1.eth[0].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.r1.eth[0].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.r1.eth[0].mac
txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.r1.eth[0].mac
txPk:count
6
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.r1.eth[0].mac
txPk:sum(packetBytes)
431
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].mac
droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.r1.eth[0].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].mac
passedUpPk:count
8
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r1.eth[0].mac
passedUpPk:sum(packetBytes)
588
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r1.eth[0].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"

scalar NClientsEth.r1.eth[0].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].mac
rxPkOk:count
8
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.r1.eth[0].mac
rxPkOk:sum(packetBytes)
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.r1.eth[0].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.r1.eth[0].encap
decapPk:count
8
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.r1.eth[0].encap
decapPk:sum(packetBytes)
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.r1.eth[0].encap
encapPk:count
6
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.r1.eth[0].encap
encapPk:sum(packetBytes)
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
statistic NClientsEth.r1.eth[1].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0

588

426

305

bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r1.eth[1].queue.pauseQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r1.eth[1].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].queue.pauseQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r1.eth[1].queue.pauseQueue
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r1.eth[1].queue.pauseQueue
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r1.eth[1].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.r1.eth[1].queue.dataQueue
queueingTime:histogram
field count 8
field mean 0
field stddev 0

dropPk:count

queueLength:max 0
queueLength:timeavg

rcvdPk:count

field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 8
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r1.eth[1].queue.dataQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r1.eth[1].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].queue.dataQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r1.eth[1].queue.dataQueue
0

dropPk:count

queueLength:max 1
queueLength:timeavg

attr interpolationmode sample-hold


attr title "queue length, timeavg"
scalar NClientsEth.r1.eth[1].queue.dataQueue
rcvdPk:count
8
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r1.eth[1].queue.dataQueue
rcvdPk:sum(packetBytes)
588
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
"simulated time"
22.174079175527
scalar NClientsEth.r1.eth[1].mac
full-duplex
1
scalar NClientsEth.r1.eth[1].mac
"frames/sec sent"
0.36078161066681
scalar NClientsEth.r1.eth[1].mac
"frames/sec rcvd"
0.27058620800011
scalar NClientsEth.r1.eth[1].mac
"bits/sec sent" 212.13958707208
scalar NClientsEth.r1.eth[1].mac
"bits/sec rcvd" 155.4968741974
scalar NClientsEth.r1.eth[1].mac
"rx channel idle (%)"
99.999827185608
scalar NClientsEth.r1.eth[1].mac
"rx channel utilization (%)"
0.0001728143915094
scalar NClientsEth.r1.eth[1].mac
rxPkFromHL:count
8
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.r1.eth[1].mac
rxPkFromHL:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.r1.eth[1].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.r1.eth[1].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.r1.eth[1].mac
txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.r1.eth[1].mac
txPk:count
8
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.r1.eth[1].mac
txPk:sum(packetBytes)
588
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
droppedPkNotForUs:count
0

attr interpolationmode none


attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.r1.eth[1].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
passedUpPk:count
6
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r1.eth[1].mac
passedUpPk:sum(packetBytes)
431
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r1.eth[1].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"
scalar NClientsEth.r1.eth[1].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].mac
rxPkOk:count
6
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.r1.eth[1].mac
rxPkOk:sum(packetBytes)
431
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.r1.eth[1].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.r1.eth[1].encap
decapPk:count
6
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.r1.eth[1].encap
decapPk:sum(packetBytes)
305

attr interpolationmode none


attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.r1.eth[1].encap
encapPk:count
8
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.r1.eth[1].encap
encapPk:sum(packetBytes)
426
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
scalar NClientsEth.r2.networkLayer.neighbourDiscovery startDAD:count
2
attr title "DAD started, count"
scalar NClientsEth.r2.lo0.lo
rcvdPkFromHL:count
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, count"
scalar NClientsEth.r2.lo0.lo
rcvdPkFromHL:sum(packetBytes)
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, sum(packetBytes)"
scalar NClientsEth.r2.lo0.lo
passedUpPk:count
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r2.lo0.lo
passedUpPk:sum(packetBytes)
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r2.lo0.lo
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r2.lo0.lo
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
statistic NClientsEth.r2.eth[0].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0

bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r2.eth[0].queue.pauseQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r2.eth[0].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].queue.pauseQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r2.eth[0].queue.pauseQueue
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r2.eth[0].queue.pauseQueue
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r2.eth[0].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none

dropPk:count

queueLength:max 0
queueLength:timeavg

rcvdPk:count

attr title "received packets, sum(packetBytes)"


statistic NClientsEth.r2.eth[0].queue.dataQueue
queueingTime:histogram
field count 7
field mean 0
field stddev 0
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 7
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r2.eth[0].queue.dataQueue
dropPk:count
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r2.eth[0].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue

attr title "dropped packets, sum(packetBytes)"


scalar NClientsEth.r2.eth[0].queue.dataQueue
queueLength:max 1
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r2.eth[0].queue.dataQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r2.eth[0].queue.dataQueue
rcvdPk:count
7
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r2.eth[0].queue.dataQueue
rcvdPk:sum(packetBytes)
509
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
"simulated time"
22.174079175527
scalar NClientsEth.r2.eth[0].mac
full-duplex
1
scalar NClientsEth.r2.eth[0].mac
"frames/sec sent"
0.27058620800011
scalar NClientsEth.r2.eth[0].mac
"frames/sec rcvd"
0.36078161066681
scalar NClientsEth.r2.eth[0].mac
"bits/sec sent" 155.4968741974
scalar NClientsEth.r2.eth[0].mac
"bits/sec rcvd" 212.13958707208
scalar NClientsEth.r2.eth[0].mac
"rx channel idle (%)"
99.99976477039
scalar NClientsEth.r2.eth[0].mac
"rx channel utilization (%)"
0.00023522961015476
scalar NClientsEth.r2.eth[0].mac
rxPkFromHL:count
7
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.r2.eth[0].mac
rxPkFromHL:sum(packetBytes)
509
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.r2.eth[0].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.r2.eth[0].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.r2.eth[0].mac
txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.r2.eth[0].mac
txPk:count
6
attr interpolationmode none
attr source txPk

attr title "packets transmitted, count"


scalar NClientsEth.r2.eth[0].mac
txPk:sum(packetBytes)
431
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.r2.eth[0].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
passedUpPk:count
8
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r2.eth[0].mac
passedUpPk:sum(packetBytes)
588
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r2.eth[0].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"
scalar NClientsEth.r2.eth[0].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].mac
rxPkOk:count
8
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.r2.eth[0].mac
rxPkOk:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.r2.eth[0].encap
pauseSent:sum
0

attr title "pause sent, sum"


scalar NClientsEth.r2.eth[0].encap
decapPk:count
8
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.r2.eth[0].encap
decapPk:sum(packetBytes)
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.r2.eth[0].encap
encapPk:count
7
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.r2.eth[0].encap
encapPk:sum(packetBytes)
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
statistic NClientsEth.r2.eth[1].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0

426

365

bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r2.eth[1].queue.pauseQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r2.eth[1].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].queue.pauseQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r2.eth[1].queue.pauseQueue
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r2.eth[1].queue.pauseQueue
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r2.eth[1].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.r2.eth[1].queue.dataQueue
queueingTime:histogram
field count 8
field mean 0
field stddev 0
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0

dropPk:count

queueLength:max 0
queueLength:timeavg

rcvdPk:count

bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 8
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r2.eth[1].queue.dataQueue
dropPk:count
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r2.eth[1].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].queue.dataQueue
queueLength:max 1
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r2.eth[1].queue.dataQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r2.eth[1].queue.dataQueue
rcvdPk:count
8
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r2.eth[1].queue.dataQueue
rcvdPk:sum(packetBytes)
588
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].mac
"simulated time"
22.174079175527
scalar NClientsEth.r2.eth[1].mac
full-duplex
1
scalar NClientsEth.r2.eth[1].mac
"frames/sec sent"
0.36078161066681
scalar NClientsEth.r2.eth[1].mac
"frames/sec rcvd"
0.31568390933346

scalar NClientsEth.r2.eth[1].mac
"bits/sec sent" 212.13958707208
scalar NClientsEth.r2.eth[1].mac
"bits/sec rcvd" 183.63783982941
scalar NClientsEth.r2.eth[1].mac
"rx channel idle (%)"
99.99979615839
scalar NClientsEth.r2.eth[1].mac
"rx channel utilization (%)"
0.00020384161002675
scalar NClientsEth.r2.eth[1].mac
rxPkFromHL:count
8
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.r2.eth[1].mac
rxPkFromHL:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.r2.eth[1].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.r2.eth[1].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.r2.eth[1].mac
txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.r2.eth[1].mac
txPk:count
8
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.r2.eth[1].mac
txPk:sum(packetBytes)
588
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].mac
droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.r2.eth[1].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].mac
passedUpPk:count
7
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r2.eth[1].mac
passedUpPk:sum(packetBytes)
509
attr interpolationmode none
attr source packetSentToUpper

attr title "packets passed to higher layer, sum(packetBytes)"


scalar NClientsEth.r2.eth[1].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r2.eth[1].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"
scalar NClientsEth.r2.eth[1].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].mac
rxPkOk:count
7
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.r2.eth[1].mac
rxPkOk:sum(packetBytes)
509
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.r2.eth[1].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.r2.eth[1].encap
decapPk:count
7
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.r2.eth[1].encap
decapPk:sum(packetBytes)
365
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.r2.eth[1].encap
encapPk:count
8
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.r2.eth[1].encap
encapPk:sum(packetBytes)
426
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
scalar NClientsEth.r3.networkLayer.neighbourDiscovery startDAD:count
2
attr title "DAD started, count"
scalar NClientsEth.r3.lo0.lo
rcvdPkFromHL:count
0
attr interpolationmode none

attr source packetReceivedFromUpper


attr title "packets received from higher layer, count"
scalar NClientsEth.r3.lo0.lo
rcvdPkFromHL:sum(packetBytes)
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, sum(packetBytes)"
scalar NClientsEth.r3.lo0.lo
passedUpPk:count
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r3.lo0.lo
passedUpPk:sum(packetBytes)
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r3.lo0.lo
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r3.lo0.lo
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
statistic NClientsEth.r3.eth[0].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0

bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r3.eth[0].queue.pauseQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r3.eth[0].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].queue.pauseQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r3.eth[0].queue.pauseQueue
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r3.eth[0].queue.pauseQueue
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r3.eth[0].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.r3.eth[0].queue.dataQueue
queueingTime:histogram
field count 8
field mean 0
field stddev 0
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0

dropPk:count

queueLength:max 0
queueLength:timeavg

rcvdPk:count

bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 8
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r3.eth[0].queue.dataQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r3.eth[0].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].queue.dataQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r3.eth[0].queue.dataQueue
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r3.eth[0].queue.dataQueue
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r3.eth[0].queue.dataQueue
rcvdPk:sum(packetBytes)
588
attr interpolationmode none
attr title "received packets, sum(packetBytes)"

dropPk:count

queueLength:max 1
queueLength:timeavg

rcvdPk:count

scalar NClientsEth.r3.eth[0].mac
"simulated time"
22.174079175527
scalar NClientsEth.r3.eth[0].mac
full-duplex
1
scalar NClientsEth.r3.eth[0].mac
"frames/sec sent"
0.31568390933346
scalar NClientsEth.r3.eth[0].mac
"frames/sec rcvd"
0.36078161066681
scalar NClientsEth.r3.eth[0].mac
"bits/sec sent" 183.63783982941
scalar NClientsEth.r3.eth[0].mac
"bits/sec rcvd" 212.13958707208
scalar NClientsEth.r3.eth[0].mac
"rx channel idle (%)"
99.99976477039
scalar NClientsEth.r3.eth[0].mac
"rx channel utilization (%)"
0.00023522961015476
scalar NClientsEth.r3.eth[0].mac
rxPkFromHL:count
8
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.r3.eth[0].mac
rxPkFromHL:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.r3.eth[0].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.r3.eth[0].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.r3.eth[0].mac
txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.r3.eth[0].mac
txPk:count
7
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.r3.eth[0].mac
txPk:sum(packetBytes)
509
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].mac
droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.r3.eth[0].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].mac
passedUpPk:count
8

attr interpolationmode none


attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r3.eth[0].mac
passedUpPk:sum(packetBytes)
588
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r3.eth[0].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"
scalar NClientsEth.r3.eth[0].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].mac
rxPkOk:count
8
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.r3.eth[0].mac
rxPkOk:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.r3.eth[0].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.r3.eth[0].encap
decapPk:count
8
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.r3.eth[0].encap
decapPk:sum(packetBytes)
426
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.r3.eth[0].encap
encapPk:count
8
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.r3.eth[0].encap
encapPk:sum(packetBytes)
426
attr interpolationmode none

attr source encapPk


attr title "packets encapsulated, sum(packetBytes)"
statistic NClientsEth.r3.eth[1].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r3.eth[1].queue.pauseQueue
dropPk:count
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r3.eth[1].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none

attr source dropPkByQueue


attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].queue.pauseQueue
queueLength:max 0
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r3.eth[1].queue.pauseQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r3.eth[1].queue.pauseQueue
rcvdPk:count
0
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r3.eth[1].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.r3.eth[1].queue.dataQueue
queueingTime:histogram
field count 8
field mean 0
field stddev 0
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 8
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0

bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.r3.eth[1].queue.dataQueue
dropPk:count
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.r3.eth[1].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].queue.dataQueue
queueLength:max 1
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.r3.eth[1].queue.dataQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.r3.eth[1].queue.dataQueue
rcvdPk:count
8
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.r3.eth[1].queue.dataQueue
rcvdPk:sum(packetBytes)
588
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].mac
"simulated time"
22.174079175527
scalar NClientsEth.r3.eth[1].mac
full-duplex
1
scalar NClientsEth.r3.eth[1].mac
"frames/sec sent"
0.36078161066681
scalar NClientsEth.r3.eth[1].mac
"frames/sec rcvd"
0.36078161066681
scalar NClientsEth.r3.eth[1].mac
"bits/sec sent" 212.13958707208
scalar NClientsEth.r3.eth[1].mac
"bits/sec rcvd" 212.13958707208
scalar NClientsEth.r3.eth[1].mac
"rx channel idle (%)"
99.99976477039
scalar NClientsEth.r3.eth[1].mac
"rx channel utilization (%)"
0.00023522961015476
scalar NClientsEth.r3.eth[1].mac
rxPkFromHL:count
8
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.r3.eth[1].mac
rxPkFromHL:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"

scalar NClientsEth.r3.eth[1].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.r3.eth[1].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.r3.eth[1].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.r3.eth[1].mac
txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.r3.eth[1].mac
txPk:count
8
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.r3.eth[1].mac
txPk:sum(packetBytes)
588
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].mac
droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.r3.eth[1].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].mac
passedUpPk:count
8
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.r3.eth[1].mac
passedUpPk:sum(packetBytes)
588
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.r3.eth[1].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"

scalar NClientsEth.r3.eth[1].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].mac
rxPkOk:count
8
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.r3.eth[1].mac
rxPkOk:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.r3.eth[1].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.r3.eth[1].encap
decapPk:count
8
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.r3.eth[1].encap
decapPk:sum(packetBytes)
426
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.r3.eth[1].encap
encapPk:count
8
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.r3.eth[1].encap
encapPk:sum(packetBytes)
426
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
scalar NClientsEth.cli[0].networkLayer.neighbourDiscovery
startDAD:count 1
attr title "DAD started, count"
scalar NClientsEth.cli[0].lo0.lo
rcvdPkFromHL:count
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, count"
scalar NClientsEth.cli[0].lo0.lo
rcvdPkFromHL:sum(packetBytes)
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, sum(packetBytes)"
scalar NClientsEth.cli[0].lo0.lo
passedUpPk:count
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.cli[0].lo0.lo
passedUpPk:sum(packetBytes)
0
attr interpolationmode none

attr source packetSentToUpper


attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.cli[0].lo0.lo
droppedPkBitError:count
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.cli[0].lo0.lo
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
statistic NClientsEth.cli[0].eth[0].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0

bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.cli[0].eth[0].queue.pauseQueue
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.cli[0].eth[0].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].queue.pauseQueue
0
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.cli[0].eth[0].queue.pauseQueue
queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.cli[0].eth[0].queue.pauseQueue
0
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.cli[0].eth[0].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.cli[0].eth[0].queue.dataQueue
queueingTime:histogram
field count 8
field mean 0
field stddev 0
field sum 0
field sqrsum 0
field min 0
field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0

dropPk:count

queueLength:max

rcvdPk:count

bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 8
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.cli[0].eth[0].queue.dataQueue dropPk:count
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.cli[0].eth[0].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].queue.dataQueue queueLength:max 1
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.cli[0].eth[0].queue.dataQueue queueLength:timeavg
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.cli[0].eth[0].queue.dataQueue rcvdPk:count
8
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.cli[0].eth[0].queue.dataQueue
rcvdPk:sum(packetBytes)
588
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac "simulated time"
22.174079175527
scalar NClientsEth.cli[0].eth[0].mac full-duplex
1
scalar NClientsEth.cli[0].eth[0].mac "frames/sec sent"
0.36078161066681
scalar NClientsEth.cli[0].eth[0].mac "frames/sec rcvd"
0.27058620800011
scalar NClientsEth.cli[0].eth[0].mac "bits/sec sent" 212.13958707208
scalar NClientsEth.cli[0].eth[0].mac "bits/sec rcvd" 155.4968741974

scalar NClientsEth.cli[0].eth[0].mac "rx channel idle (%)"


99.999827185608
scalar NClientsEth.cli[0].eth[0].mac "rx channel utilization (%)"
0.0001728143915094
scalar NClientsEth.cli[0].eth[0].mac rxPkFromHL:count
8
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.cli[0].eth[0].mac rxPkFromHL:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.cli[0].eth[0].mac rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.cli[0].eth[0].mac txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.cli[0].eth[0].mac txPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units sent, sum"
scalar NClientsEth.cli[0].eth[0].mac txPk:count
8
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.cli[0].eth[0].mac txPk:sum(packetBytes)
588
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.cli[0].eth[0].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac passedUpPk:count
6
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.cli[0].eth[0].mac passedUpPk:sum(packetBytes)
431
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac droppedPkBitError:count
0

attr interpolationmode none


attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.cli[0].eth[0].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"
scalar NClientsEth.cli[0].eth[0].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].mac rxPkOk:count
6
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.cli[0].eth[0].mac rxPkOk:sum(packetBytes)
431
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.cli[0].eth[0].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.cli[0].eth[0].encap
decapPk:count
6
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.cli[0].eth[0].encap
decapPk:sum(packetBytes)
305
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.cli[0].eth[0].encap
encapPk:count
8
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.cli[0].eth[0].encap
encapPk:sum(packetBytes)
426
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
scalar NClientsEth.cli[0].tcpApp[0]
numActiveSessions:max
1
attr "" ""
attr interpolationmode sample-hold
attr source sum(connect)
attr title "number of active sessions, max"

scalar NClientsEth.cli[0].tcpApp[0]
numActiveSessions:timeavg 1
attr "" ""
attr interpolationmode sample-hold
attr source sum(connect)
attr title "number of active sessions, timeavg"
scalar NClientsEth.cli[0].tcpApp[0]
numSessions:last
1
attr source sum(connect+1)/2
attr title "total number of sessions, last"
scalar NClientsEth.cli[0].tcpApp[0]
sentPk:count
2
attr interpolationmode none
attr source sentPk
attr title "packets sent, count"
scalar NClientsEth.cli[0].tcpApp[0]
sentPk:sum(packetBytes)
2
attr interpolationmode none
attr source sentPk
attr title "packets sent, sum(packetBytes)"
scalar NClientsEth.cli[0].tcpApp[0]
rcvdPk:count
1
attr interpolationmode none
attr source rcvdPk
attr title "packets received, count"
scalar NClientsEth.cli[0].tcpApp[0]
rcvdPk:sum(packetBytes)
1
attr interpolationmode none
attr source rcvdPk
attr title "packets received, sum(packetBytes)"
statistic NClientsEth.cli[0].tcpApp[0]
endToEndDelay:histogram
field count 1
field mean 6.4319999e-005
field stddev -1.#IND
field sum 6.4319999e-005
field sqrsum 4.13706227136e-009
field min 6.4319999e-005
field max 6.4319999e-005
attr interpolationmode none
attr source messageAge(rcvdPk)
attr title "end-to-end delay, histogram"
attr unit s
bin -INF 0
bin -0.499935680001 0
bin -0.46660234666767
0
bin -0.43326901333433
0
bin -0.399935680001 0
bin -0.36660234666767
0
bin -0.33326901333433
0
bin -0.299935680001 0
bin -0.26660234666767
0
bin -0.23326901333433
0
bin -0.199935680001 0
bin -0.16660234666767
0
bin -0.13326901333433
0
bin -0.099935680001 0
bin -0.066602346667667
0
bin -0.033269013334333
0

bin 6.4319998999966e-005 1
bin 0.033397653332333
0
bin 0.066730986665667
0
bin 0.100064319999 0
bin 0.13339765333233 0
bin 0.16673098666567 0
bin 0.200064319999 0
bin 0.23339765333233 0
bin 0.26673098666567 0
bin 0.300064319999 0
bin 0.33339765333233 0
bin 0.36673098666567 0
bin 0.400064319999 0
bin 0.43339765333233 0
bin 0.46673098666567 0
bin 0.500064319999 0
scalar NClientsEth.srv.networkLayer.neighbourDiscovery
startDAD:count 1
attr title "DAD started, count"
scalar NClientsEth.srv.lo0.lo
rcvdPkFromHL:count
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, count"
scalar NClientsEth.srv.lo0.lo
rcvdPkFromHL:sum(packetBytes)
0
attr interpolationmode none
attr source packetReceivedFromUpper
attr title "packets received from higher layer, sum(packetBytes)"
scalar NClientsEth.srv.lo0.lo
passedUpPk:count
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.srv.lo0.lo
passedUpPk:sum(packetBytes)
0
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.srv.lo0.lo
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.srv.lo0.lo
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
statistic NClientsEth.srv.eth[0].queue.pauseQueue
queueingTime:histogram
field count 0
field mean 0
field stddev -1.#IND
field sum 0
field sqrsum 0
field min 0

field max 0
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -0.5 0
bin -0.46666666666667
0
bin -0.43333333333333
0
bin -0.4 0
bin -0.36666666666667
0
bin -0.33333333333333
0
bin -0.3 0
bin -0.26666666666667
0
bin -0.23333333333333
0
bin -0.2 0
bin -0.16666666666667
0
bin -0.13333333333333
0
bin -0.1 0
bin -0.066666666666667
0
bin -0.033333333333333
0
bin -6.9388939039072e-018 0
bin 0.033333333333333
0
bin 0.066666666666667
0
bin 0.1 0
bin 0.13333333333333 0
bin 0.16666666666667 0
bin 0.2 0
bin 0.23333333333333 0
bin 0.26666666666667 0
bin 0.3 0
bin 0.33333333333333 0
bin 0.36666666666667 0
bin 0.4 0
bin 0.43333333333333 0
bin 0.46666666666667 0
bin 0.5 0
scalar NClientsEth.srv.eth[0].queue.pauseQueue
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, count"
scalar NClientsEth.srv.eth[0].queue.pauseQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].queue.pauseQueue
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.srv.eth[0].queue.pauseQueue
0
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.srv.eth[0].queue.pauseQueue

dropPk:count

queueLength:max 0
queueLength:timeavg

rcvdPk:count

attr interpolationmode none


attr title "received packets, count"
scalar NClientsEth.srv.eth[0].queue.pauseQueue
rcvdPk:sum(packetBytes)
0
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
statistic NClientsEth.srv.eth[0].queue.dataQueue
queueingTime:histogram
field count 8
field mean 1.72e-006
field stddev 3.1848211432176e-006
field sum 1.376e-005
field sqrsum 9.46688e-011
field min 0
field max 6.88e-006
attr interpolationmode none
attr title "queueing time, histogram"
bin -INF 0
bin -3.44e-006 0
bin -2.9813333333333e-006 0
bin -2.5226666666667e-006 0
bin -2.064e-006
0
bin -1.6053333333333e-006 0
bin -1.1466666666667e-006 0
bin -6.88e-007 0
bin -2.2933333333333e-007 6
bin 2.2933333333333e-007 0
bin 6.88e-007 0
bin 1.1466666666667e-006 0
bin 1.6053333333333e-006 0
bin 2.064e-006 0
bin 2.5226666666667e-006 0
bin 2.9813333333333e-006 0
bin 3.44e-006 0
bin 3.8986666666667e-006 0
bin 4.3573333333333e-006 0
bin 4.816e-006 0
bin 5.2746666666667e-006 0
bin 5.7333333333333e-006 0
bin 6.192e-006 0
bin 6.6506666666667e-006 2
bin 7.1093333333333e-006 0
bin 7.568e-006 0
bin 8.0266666666667e-006 0
bin 8.4853333333333e-006 0
bin 8.944e-006 0
bin 9.4026666666667e-006 0
bin 9.8613333333333e-006 0
bin 1.032e-005 0
scalar NClientsEth.srv.eth[0].queue.dataQueue
dropPk:count
attr interpolationmode none
attr source dropPkByQueue

attr title "dropped packets, count"


scalar NClientsEth.srv.eth[0].queue.dataQueue
dropPk:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkByQueue
attr title "dropped packets, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].queue.dataQueue
queueLength:max 1
attr interpolationmode sample-hold
attr title "queue length, max"
scalar NClientsEth.srv.eth[0].queue.dataQueue
queueLength:timeavg
6.2054437034691e-007
attr interpolationmode sample-hold
attr title "queue length, timeavg"
scalar NClientsEth.srv.eth[0].queue.dataQueue
rcvdPk:count
8
attr interpolationmode none
attr title "received packets, count"
scalar NClientsEth.srv.eth[0].queue.dataQueue
rcvdPk:sum(packetBytes)
588
attr interpolationmode none
attr title "received packets, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
"simulated time"
22.174079175527
scalar NClientsEth.srv.eth[0].mac
full-duplex
1
scalar NClientsEth.srv.eth[0].mac
"frames/sec sent"
0.36078161066681
scalar NClientsEth.srv.eth[0].mac
"frames/sec rcvd"
0.36078161066681
scalar NClientsEth.srv.eth[0].mac
"bits/sec sent" 212.13958707208
scalar NClientsEth.srv.eth[0].mac
"bits/sec rcvd" 212.13958707208
scalar NClientsEth.srv.eth[0].mac
"rx channel idle (%)"
99.99976477039
scalar NClientsEth.srv.eth[0].mac
"rx channel utilization (%)"
0.00023522961015476
scalar NClientsEth.srv.eth[0].mac
rxPkFromHL:count
8
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, count"
scalar NClientsEth.srv.eth[0].mac
rxPkFromHL:sum(packetBytes)
588
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
rxPausePkUnits:count 0
attr interpolationmode none
attr title "pause units received, count"
scalar NClientsEth.srv.eth[0].mac
rxPausePkUnits:sum
0
attr interpolationmode none
attr title "pause units received, sum"
scalar NClientsEth.srv.eth[0].mac
txPausePkUnits:count 0
attr interpolationmode none
attr title "pause units sent, count"
scalar NClientsEth.srv.eth[0].mac
txPausePkUnits:sum
0

attr interpolationmode none


attr title "pause units sent, sum"
scalar NClientsEth.srv.eth[0].mac
txPk:count
8
attr interpolationmode none
attr source txPk
attr title "packets transmitted, count"
scalar NClientsEth.srv.eth[0].mac
txPk:sum(packetBytes)
588
attr interpolationmode none
attr source txPk
attr title "packets transmitted, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
droppedPkNotForUs:count
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, count"
scalar NClientsEth.srv.eth[0].mac
droppedPkNotForUs:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkNotForUs
attr title "packets dropped/not for us, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
passedUpPk:count
8
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, count"
scalar NClientsEth.srv.eth[0].mac
passedUpPk:sum(packetBytes)
588
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
droppedPkBitError:count
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, count"
scalar NClientsEth.srv.eth[0].mac
droppedPkBitError:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkBitError
attr title "packets dropped/bit error, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
droppedPkIfaceDown:count
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, count"
scalar NClientsEth.srv.eth[0].mac
droppedPkIfaceDown:sum(packetBytes)
0
attr interpolationmode none
attr source dropPkIfaceDown
attr title "packets dropped/interface down, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].mac
rxPkOk:count
8
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, count"
scalar NClientsEth.srv.eth[0].mac
rxPkOk:sum(packetBytes)
588
attr interpolationmode none

attr source rxPkOk


attr title "packets received OK, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].encap
pauseSent:count 0
attr title "pause sent, count"
scalar NClientsEth.srv.eth[0].encap
pauseSent:sum
0
attr title "pause sent, sum"
scalar NClientsEth.srv.eth[0].encap
decapPk:count
8
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, count"
scalar NClientsEth.srv.eth[0].encap
decapPk:sum(packetBytes)
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, sum(packetBytes)"
scalar NClientsEth.srv.eth[0].encap
encapPk:count
8
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, count"
scalar NClientsEth.srv.eth[0].encap
encapPk:sum(packetBytes)
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, sum(packetBytes)"
scalar NClientsEth.srv.tcpApp[0]
sentPk:count
2
attr interpolationmode none
attr source sentPk
attr title "packets sent, count"
scalar NClientsEth.srv.tcpApp[0]
sentPk:sum(packetBytes)
attr interpolationmode none
attr source sentPk
attr title "packets sent, sum(packetBytes)"
scalar NClientsEth.srv.tcpApp[0]
rcvdPk:count
2
attr interpolationmode none
attr source rcvdPk
attr title "packets received, count"
scalar NClientsEth.srv.tcpApp[0]
rcvdPk:sum(packetBytes)
attr interpolationmode none
attr source rcvdPk
attr title "packets received, sum(packetBytes)"
statistic NClientsEth.srv.tcpApp[0]
endToEndDelay:histogram
field count 2
field mean 2.824e-005
field stddev 1.438739384079e-013
field sum 5.648e-005
field sqrsum 1.5949952e-009
field min 2.824e-005
field max 2.824e-005
attr interpolationmode none
attr source messageAge(rcvdPk)
attr title "end-to-end delay, histogram"
attr unit s
bin -INF 0
bin -0.49997176
0

426

426

bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin
bin

-0.46663842666667
-0.43330509333333
-0.39997176
0
-0.36663842666667
-0.33330509333333
-0.29997176
0
-0.26663842666667
-0.23330509333333
-0.19997176
0
-0.16663842666667
-0.13330509333333
-0.09997176
0
-0.066638426666667
-0.033305093333333
2.8240000000006e-005
0.033361573333333
0.066694906666667
0.10002824 0
0.13336157333333 0
0.16669490666667 0
0.20002824 0
0.23336157333333 0
0.26669490666667 0
0.30002824 0
0.33336157333333 0
0.36669490666667 0
0.40002824 0
0.43336157333333 0
0.46669490666667 0
0.50002824 0

0
0
0
0
0
0
0
0
0
0
2
0
0

file 37379 1403694719


version 2
run ETH-0-20140625-14:03:23-1828
attr configname ETH
attr datetime 20140625-14:03:23
attr experiment ETH
attr inifile omnetpp.ini
attr iterationvars ""
attr iterationvars2 $repetition=0
attr measurement ""
attr network NClientsEth
attr processid 1828
attr repetition 0
attr replication #0
attr resultdir results
attr runnumber 0
attr seedset 0

vector 19 NClientsEth.r1.eth[0].queue.pauseQueue queueLength:vector


ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 23 NClientsEth.r1.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 39 NClientsEth.r1.eth[1].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 43 NClientsEth.r1.eth[1].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 63 NClientsEth.r2.eth[0].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 67 NClientsEth.r2.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 83 NClientsEth.r2.eth[1].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 87 NClientsEth.r2.eth[1].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 107 NClientsEth.r3.eth[0].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 111 NClientsEth.r3.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 127 NClientsEth.r3.eth[1].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 131 NClientsEth.r3.eth[1].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 155 NClientsEth.cli[0].eth[0].queue.pauseQueue
queueLength:vector ETV
attr interpolationmode sample-hold

attr title "queue length, vector"


vector 159 NClientsEth.cli[0].eth[0].queue.dataQueue
queueLength:vector ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 182 NClientsEth.srv.eth[0].queue.pauseQueue
queueLength:vector ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 186 NClientsEth.srv.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 44 NClientsEth.r2.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 57 NClientsEth.r2.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 77 NClientsEth.r2.eth[1].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 64 NClientsEth.r2.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 66 NClientsEth.r2.eth[0].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 84 NClientsEth.r2.eth[1].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 86 NClientsEth.r2.eth[1].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 53 NClientsEth.r2.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 73 NClientsEth.r2.eth[1].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"

vector 48 NClientsEth.r2.eth[0].mac txPk:vector(packetBytes) ETV


attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 68 NClientsEth.r2.eth[1].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 25 NClientsEth.r1.eth[1].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 26 NClientsEth.r1.eth[1].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 93 NClientsEth.r3.eth[0].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 94 NClientsEth.r3.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 34 NClientsEth.r1.eth[1].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 102 NClientsEth.r3.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 88 NClientsEth.r3.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 101 NClientsEth.r3.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 121 NClientsEth.r3.eth[1].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 108 NClientsEth.r3.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none

attr title "received packets, vector(packetBytes)"


vector 110 NClientsEth.r3.eth[0].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 128 NClientsEth.r3.eth[1].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 130 NClientsEth.r3.eth[1].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 97 NClientsEth.r3.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 117 NClientsEth.r3.eth[1].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 92 NClientsEth.r3.eth[0].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 112 NClientsEth.r3.eth[1].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 69 NClientsEth.r2.eth[1].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 70 NClientsEth.r2.eth[1].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 168 NClientsEth.srv.eth[0].mac rxPkOk:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 169 NClientsEth.srv.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 78 NClientsEth.r2.eth[1].encap decapPk:vector(packetBytes)
ETV

attr interpolationmode none


attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 177 NClientsEth.srv.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 0 NClientsEth.r1.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 13 NClientsEth.r1.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 33 NClientsEth.r1.eth[1].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 20 NClientsEth.r1.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 22 NClientsEth.r1.eth[0].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 40 NClientsEth.r1.eth[1].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 42 NClientsEth.r1.eth[1].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 9 NClientsEth.r1.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 29 NClientsEth.r1.eth[1].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 4 NClientsEth.r1.eth[0].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 24 NClientsEth.r1.eth[1].mac txPk:vector(packetBytes) ETV

attr interpolationmode none


attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 141 NClientsEth.cli[0].eth[0].mac rxPkOk:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 142 NClientsEth.cli[0].eth[0].mac
passedUpPk:vector(packetBytes) ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 49 NClientsEth.r2.eth[0].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 50 NClientsEth.r2.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 150 NClientsEth.cli[0].eth[0].encap
decapPk:vector(packetBytes) ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 58 NClientsEth.r2.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 136 NClientsEth.cli[0].networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 149 NClientsEth.cli[0].eth[0].encap
encapPk:vector(packetBytes) ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 156 NClientsEth.cli[0].eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 158 NClientsEth.cli[0].eth[0].queue.dataQueue
queueingTime:vector ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 145 NClientsEth.cli[0].eth[0].mac
rxPkFromHL:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkFromHL

attr title "packet bytes from higher layer, vector(packetBytes)"


vector 140 NClientsEth.cli[0].eth[0].mac txPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 5 NClientsEth.r1.eth[0].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 6 NClientsEth.r1.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 14 NClientsEth.r1.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 163 NClientsEth.srv.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 176 NClientsEth.srv.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 183 NClientsEth.srv.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 185 NClientsEth.srv.eth[0].queue.dataQueue
queueingTime:vector ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 172 NClientsEth.srv.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 167 NClientsEth.srv.eth[0].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 113 NClientsEth.r3.eth[1].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 114 NClientsEth.r3.eth[1].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none

attr source packetSentToUpper


attr title "packets passed to higher layer, vector(packetBytes)"
vector 122 NClientsEth.r3.eth[1].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 135 NClientsEth.cli[0].tcpApp[0] numActiveSessions:vector
ETV
attr "" ""
attr interpolationmode sample-hold
attr source sum(connect)
attr title "number of active sessions, vector"
vector 226 NClientsEth.cli[0].tcp tcpRcvQueueBytes ETV
vector 213 NClientsEth.cli[0].tcp "advertised window" ETV
vector 212 NClientsEth.cli[0].tcp "receive window" ETV
vector 215 NClientsEth.cli[0].tcp "sent ack" ETV
vector 192 NClientsEth.srv.tcp "rcvd seq" ETV
vector 193 NClientsEth.srv.tcp "rcvd ack" ETV
vector 189 NClientsEth.srv.tcp "advertised window" ETV
vector 187 NClientsEth.srv.tcp "send window" ETV
vector 202 NClientsEth.srv.tcp tcpRcvQueueBytes ETV
vector 188 NClientsEth.srv.tcp "receive window" ETV
vector 191 NClientsEth.srv.tcp "sent ack" ETV
vector 216 NClientsEth.cli[0].tcp "rcvd seq" ETV
vector 217 NClientsEth.cli[0].tcp "rcvd ack" ETV
vector 211 NClientsEth.cli[0].tcp "send window" ETV
vector 194 NClientsEth.srv.tcp "unacked bytes" ETV
vector 133 NClientsEth.cli[0].tcpApp[0] sentPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source sentPk
attr title "packets sent, vector(packetBytes)"
vector 214 NClientsEth.cli[0].tcp "sent seq" ETV
vector 218 NClientsEth.cli[0].tcp "unacked bytes" ETV
vector 195 NClientsEth.srv.tcp "rcvd dupAcks" ETV
vector 160 NClientsEth.srv.tcpApp[0] rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr source rcvdPk
attr title "packets received, vector(packetBytes)"
vector 162 NClientsEth.srv.tcpApp[0] endToEndDelay:vector ETV
attr interpolationmode none
attr source messageAge(rcvdPk)
attr title "end-to-end delay, vector"
attr unit s
vector 161 NClientsEth.srv.tcpApp[0] sentPk:vector(packetBytes) ETV
attr interpolationmode none
attr source sentPk
attr title "packets sent, vector(packetBytes)"
vector 190 NClientsEth.srv.tcp "sent seq" ETV
vector 230 NClientsEth.cli[0].tcp "measured RTT" ETV
vector 231 NClientsEth.cli[0].tcp "smoothed RTT" ETV

vector 232 NClientsEth.cli[0].tcp RTTVAR ETV


vector 233 NClientsEth.cli[0].tcp RTO ETV
vector 228 NClientsEth.cli[0].tcp cwnd ETV
vector 219 NClientsEth.cli[0].tcp "rcvd dupAcks" ETV
vector 132 NClientsEth.cli[0].tcpApp[0] rcvdPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source rcvdPk
attr title "packets received, vector(packetBytes)"
vector 134 NClientsEth.cli[0].tcpApp[0] endToEndDelay:vector ETV
attr interpolationmode none
attr source messageAge(rcvdPk)
attr title "end-to-end delay, vector"
attr unit s
vector 206 NClientsEth.srv.tcp "measured RTT" ETV
vector 207 NClientsEth.srv.tcp "smoothed RTT" ETV
vector 208 NClientsEth.srv.tcp RTTVAR ETV
vector 209 NClientsEth.srv.tcp RTO ETV
vector 204 NClientsEth.srv.tcp cwnd ETV
0
17703 46 50 50 0.289098829217 0.289098829217 2 1 1 2 2
4
17749 153 63 568 0.289104589217 22.012700048038 6 64 82 431 31337
5
17902 205 82 626 0.687992162841 22.174043095528 8 64 82 588 43662
6
18107 205 82 626 0.687992162841 22.174043095528 8 64 82 588 43662
9
18312 153 61 566 0.289098829217 22.012693088038 6 64 82 431 31337
13
18465 159 53 562 0.289098829217 22.012693088038 6 40 64 305 16217
14
18624 213 83 627 0.687992162841 22.174043095528 8 40 64 426 23538
19
18837 10 0 0 0 0 1 0 0 0 0
20
18847 159 57 564 0.289098829217 22.012693088038 6 64 82 431 31337
22
19006 153 57 564 0.289098829217 22.012693088038 6 0 0 0 0
23
19159 316 0 564 0 22.012693088038 13 0 1 6 6
24
19475 214 64 635 0.289104589217 22.174050055528 8 64 82 588 43662
25
19689 160 19 559 0.143305393496 22.012693088038 6 64 82 431 31337
26
19849 160 19 559 0.143305393496 22.012693088038 6 64 82 431 31337
29
20009 214 62 633 0.289098829217 22.174043095528 8 64 82 588 43662
33
20223 214 54 629 0.289098829217 22.174043095528 8 40 64 426 23538
34
20437 160 21 560 0.143305393496 22.012693088038 6 40 64 305 16217
39
20597 10 0 0 0 0 1 0 0 0 0
40
20607 214 58 631 0.289098829217 22.174043095528 8 64 82 588 43662
42
20821 206 58 631 0.289098829217 22.174043095528 8 0 0 0 0
43
21027 422 0 631 0 22.174043095528 17 0 1 8 8
44
21449 46 4 4 0.143299533496 0.143299533496 2 1 1 2 2
48
21495 160 17 558 0.143305293496 22.012692988038 6 64 82 431 31337
49
21655 214 66 636 0.289104689217 22.174050155528 8 64 82 588 43662
50
21869 214 66 636 0.289104689217 22.174050155528 8 64 82 588 43662
53
22083 187 15 693 0.143299533496 22.174078235528 7 64 82 509 37421
57
22270 186 7 689 0.143299533496 22.174078235528 7 40 64 365 19817
58
22456 214 68 637 0.289104689217 22.174050155528 8 40 64 426 23538
63
22670 10 0 0 0 0 1 0 0 0 0
64
22680 187 11 691 0.143299533496 22.174078235528 7 64 82 509 37421
66
22867 180 11 691 0.143299533496 22.174078235528 7 0 0 0 0
67
23047 370 0 691 0 22.174078235528 15 0 1 7 7
68
23417 214 18 645 0.143305293496 22.174057115528 8 64 82 588 43662

69
23631 187 42 686 0.158674336459 22.174078235528 7 64 82 509 37421
70
23818 187 42 686 0.158674336459 22.174078235528 7 64 82 509 37421
73
24005 214 16 643 0.143299533496 22.174050155528 8 64 82 588 43662
77
24219 213 8 639 0.143299533496 22.174050155528 8 40 64 426 23538
78
24432 187 44 687 0.158674336459 22.174078235528 7 40 64 365 19817
83
24619 10 0 0 0 0 1 0 0 0 0
84
24629 214 12 641 0.143299533496 22.174050155528 8 64 82 588 43662
86
24843 206 12 641 0.143299533496 22.174050155528 8 0 0 0 0
87
25049 422 0 641 0 22.174050155528 17 0 1 8 8
88
25471 48 27 27 0.158668476459 0.158668476459 2 1 1 2 2
92
25519 187 40 685 0.158674236459 22.174078135528 7 64 82 509 37421
93
25706 214 20 646 0.143305393496 22.174057215528 8 64 82 588 43662
94
25920 214 20 646 0.143305393496 22.174057215528 8 64 82 588 43662
97
26134 214 38 703 0.158668476459 22.174079175527 8 64 82 588 43662
101 26348 222 30 699 0.158668476459 22.174079175527 8 40 64 426 23538
102 26570 222 22 647 0.143305393496 22.174057215528 8 40 64 426 23538
107 26792 11 0 0 0 0 1 0 0 0 0
108 26803 222 34 701 0.158668476459 22.174079175527 8 64 82 588 43662
110 27025 214 34 701 0.158668476459 22.174079175527 8 0 0 0 0
111 27239 439 0 701 0 22.174079175527 17 0 1 8 8
112 27678 221 41 655 0.158674236459 22.174064175528 8 64 82 588 43662
113 27899 221 94 696 0.740832598253 22.174079175527 8 64 82 588 43662
114 28120 221 94 696 0.740832598253 22.174079175527 8 64 82 588 43662
117 28341 221 39 653 0.158668476459 22.174057215528 8 64 82 588 43662
121 28562 221 31 649 0.158668476459 22.174057215528 8 40 64 426 23538
122 28783 221 95 697 0.740832598253 22.174079175527 8 40 64 426 23538
127 29004 11 0 0 0 0 1 0 0 0 0
128 29015 221 35 651 0.158668476459 22.174057215528 8 64 82 588 43662
130 29236 213 35 651 0.158668476459 22.174057215528 8 0 0 0 0
131 29449 437 0 651 0 22.174057215528 17 0 1 8 8
132 29886 27 573 573 22.012700148038 22.012700148038 1 1 1 1 1
133 29913 54 444 617 22.012635828039 22.174036035528 2 1 1 2 2
134 29967 40 573 573 22.012700148038 22.012700148038 1 6.4319999e-005
6.4319999e-005 6.4319999e-005 4.13706227136e-009
135 30007 27 158 158 18.979372522828 18.979372522828 1 1 1 1 1
136 30034 25 74 74 0.687986302841 0.687986302841 1 1 1 1 1
140 30059 221 81 625 0.687992062841 22.174042995528 8 64 82 588 43662
141 30280 165 65 569 0.289104689217 22.012700148038 6 64 82 431 31337
142 30445 165 65 569 0.289104689217 22.012700148038 6 64 82 431 31337
145 30610 221 80 624 0.687986302841 22.174036035528 8 64 82 588 43662
149 30831 221 76 620 0.687986302841 22.174036035528 8 40 64 426 23538
150 31052 165 67 570 0.289104689217 22.012700148038 6 40 64 305 16217
155 31217 11 0 0 0 0 1 0 0 0 0
156 31228 221 78 622 0.687986302841 22.174036035528 8 64 82 588 43662
158 31449 213 78 622 0.687986302841 22.174036035528 8 0 0 0 0
159 31662 437 0 622 0 22.174036035528 17 0 1 8 8
160 32099 54 487 660 22.012664068039 22.174064275528 2 1 1 2 2
161 32153 54 487 660 22.012664068039 22.174064275528 2 1 1 2 2
162 32207 72 487 660 22.012664068039 22.174064275528 2 2.824e-005
2.824e-005 5.648e-005 1.5949952e-009
163 32279 25 86 86 0.740826738253 0.740826738253 1 1 1 1 1
167 32304 221 93 694 0.740832498253 22.174079075527 8 64 82 588 43662

168 32525 221 43 656 0.158674336459 22.174064275528 8 64 82 588 43662


169 32746 221 43 656 0.158674336459 22.174064275528 8 64 82 588 43662
172 32967 221 92 675 0.740826738253 22.174071155528 8 64 82 588 43662
176 33188 221 88 666 0.740826738253 22.174064275528 8 40 64 426 23538
177 33409 221 45 657 0.158674336459 22.174064275528 8 40 64 426 23538
182 33630 11 0 0 0 0 1 0 0 0 0
183 33641 221 90 670 0.740826738253 22.174064275528 8 64 82 588 43662
185 33862 229 90 673 0.740826738253 22.174071155528 8 0 6.88e-006
1.376e-005 9.46688e-011
186 34091 437 0 673 0 22.174071155528 17 0 1 8 8
187 34528 90 278 615 18.979436882828 22.012728068038 3 7504 7504
22512 168930048
188 34618 150 278 662 18.979436882828 22.174064275528 5 7504 7504
37520 281550080
189 34768 198 278 662 18.979436882828 22.174064275528 6 4752348
4752350 28514094 1.3550892610681e+014
190 34966 66 489 662 22.012664068039 22.174064275528 2 4744860
4744861 9489721 45027402328921
191 35032 165 278 662 18.979436882828 22.174064275528 5 4744844
4744846 23724226 1.1256777985982e+014
192 35197 165 278 659 18.979436882828 22.174064275528 5 4744843
4744845 23724221 1.1256773241137e+014
193 35362 159 278 659 18.979436882828 22.174064275528 5 0 4744861
18979442 90054804657842
194 35521 108 441 662 18.979529162828 22.174064275528 4 0 1 2 2
195 35629 81 486 659 22.012664068039 22.174064275528 3 0 0 0 0
202 35710 189 278 662 18.979436882828 22.174064275528 7 0 0 0 0
204 35899 30 615 615 22.012728068038 22.012728068038 1 1072 1072 1072
1149184
206 35929 40 615 615 22.012728068038 22.012728068038 1 6.3999999e-005
6.3999999e-005 6.3999999e-005 4.095999872e-009
207 35969 39 615 615 22.012728068038 22.012728068038 1 7.999999e-006
7.999999e-006 7.999999e-006 6.3999984000001e-011
208 36008 34 615 615 22.012728068038 22.012728068038 1 0.656258
0.656258 0.656258 0.430674562564
209 36042 40 615 615 22.012728068038 22.012728068038 1 2.625039999999
2.625039999999 2.625039999999 6.8908350015947
211 36082 60 398 556 18.979501242828 22.012691988039 2 7504 7504
15008 112620032
212 36142 150 159 618 18.979372522828 22.174036035528 5 7504 7504
37520 281550080
213 36292 195 159 618 18.979372522828 22.174036035528 6 7504 4752365
23769326 1.1292489326195e+014
214 36487 66 445 618 22.012635828039 22.174036035528 2 4744844
4744845 9489689 45027098658361
215 36553 159 159 618 18.979372522828 22.174036035528 5 0 4744861
18979442 90054804657842
216 36712 99 398 572 18.979501242828 22.012700148038 3 4744859
4744860 14234579 67541079769081
217 36811 99 398 572 18.979501242828 22.012700148038 3 4744844
4744845 14234534 67540652732386
218 36910 81 445 618 22.012635828039 22.174036035528 3 0 1 2 2

219 36991 54 556 572 22.012691988039 22.012700148038 2 0 0 0 0


226 37045 162 159 618 18.979372522828 22.174036035528 6 0 0 0 0
228 37207 30 556 556 22.012691988039 22.012691988039 1 1072 1072 1072
1149184
230 37237 36 556 556 22.012691988039 22.012691988039 1 5.616e-005
5.616e-005 5.616e-005 3.1539456e-009
231 37273 35 556 556 22.012691988039 22.012691988039 1 7.02e-006
7.02e-006 7.02e-006 4.92804e-011
232 37308 36 556 556 22.012691988039 22.012691988039 1 0.65625702
0.65625702 0.65625702 0.43067327629928
233 37344 35 556 556 22.012691988039 22.012691988039 1 2.6250351
2.6250351 2.6250351 6.890809276232
version 2
run ETH-0-20140625-14:03:23-1828
attr configname ETH
attr datetime 20140625-14:03:23
attr experiment ETH
attr inifile omnetpp.ini
attr iterationvars ""
attr iterationvars2 $repetition=0
attr measurement ""
attr network NClientsEth
attr processid 1828
attr repetition 0
attr replication #0
attr resultdir results
attr runnumber 0
attr seedset 0
vector 19 NClientsEth.r1.eth[0].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 23 NClientsEth.r1.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 39 NClientsEth.r1.eth[1].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 43 NClientsEth.r1.eth[1].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 63 NClientsEth.r2.eth[0].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 67 NClientsEth.r2.eth[0].queue.dataQueue queueLength:vector
ETV

attr interpolationmode sample-hold


attr title "queue length, vector"
vector 83 NClientsEth.r2.eth[1].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 87 NClientsEth.r2.eth[1].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 107 NClientsEth.r3.eth[0].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 111 NClientsEth.r3.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 127 NClientsEth.r3.eth[1].queue.pauseQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 131 NClientsEth.r3.eth[1].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 155 NClientsEth.cli[0].eth[0].queue.pauseQueue
queueLength:vector ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 159 NClientsEth.cli[0].eth[0].queue.dataQueue
queueLength:vector ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 182 NClientsEth.srv.eth[0].queue.pauseQueue
queueLength:vector ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 186 NClientsEth.srv.eth[0].queue.dataQueue queueLength:vector
ETV
attr interpolationmode sample-hold
attr title "queue length, vector"
vector 44 NClientsEth.r2.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 57 NClientsEth.r2.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 77 NClientsEth.r2.eth[1].encap encapPk:vector(packetBytes)
ETV

attr interpolationmode none


attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 64 NClientsEth.r2.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 66 NClientsEth.r2.eth[0].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 84 NClientsEth.r2.eth[1].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 86 NClientsEth.r2.eth[1].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 53 NClientsEth.r2.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 73 NClientsEth.r2.eth[1].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 48 NClientsEth.r2.eth[0].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 68 NClientsEth.r2.eth[1].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 25 NClientsEth.r1.eth[1].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 26 NClientsEth.r1.eth[1].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 93 NClientsEth.r3.eth[0].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 94 NClientsEth.r3.eth[0].mac passedUpPk:vector(packetBytes)
ETV

attr interpolationmode none


attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 34 NClientsEth.r1.eth[1].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 102 NClientsEth.r3.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 88 NClientsEth.r3.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 101 NClientsEth.r3.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 121 NClientsEth.r3.eth[1].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 108 NClientsEth.r3.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 110 NClientsEth.r3.eth[0].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 128 NClientsEth.r3.eth[1].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 130 NClientsEth.r3.eth[1].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 97 NClientsEth.r3.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 117 NClientsEth.r3.eth[1].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"

vector 92 NClientsEth.r3.eth[0].mac txPk:vector(packetBytes) ETV


attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 112 NClientsEth.r3.eth[1].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 69 NClientsEth.r2.eth[1].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 70 NClientsEth.r2.eth[1].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 168 NClientsEth.srv.eth[0].mac rxPkOk:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 169 NClientsEth.srv.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 78 NClientsEth.r2.eth[1].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 177 NClientsEth.srv.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 0 NClientsEth.r1.networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 13 NClientsEth.r1.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 33 NClientsEth.r1.eth[1].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 20 NClientsEth.r1.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV

attr interpolationmode none


attr title "received packets, vector(packetBytes)"
vector 22 NClientsEth.r1.eth[0].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 40 NClientsEth.r1.eth[1].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 42 NClientsEth.r1.eth[1].queue.dataQueue queueingTime:vector
ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 9 NClientsEth.r1.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 29 NClientsEth.r1.eth[1].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 4 NClientsEth.r1.eth[0].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 24 NClientsEth.r1.eth[1].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 141 NClientsEth.cli[0].eth[0].mac rxPkOk:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 142 NClientsEth.cli[0].eth[0].mac
passedUpPk:vector(packetBytes) ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 49 NClientsEth.r2.eth[0].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 50 NClientsEth.r2.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"

vector 150 NClientsEth.cli[0].eth[0].encap


decapPk:vector(packetBytes) ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 58 NClientsEth.r2.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 136 NClientsEth.cli[0].networkLayer.neighbourDiscovery
startDAD:vector ETV
attr title "DAD started, vector"
vector 149 NClientsEth.cli[0].eth[0].encap
encapPk:vector(packetBytes) ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 156 NClientsEth.cli[0].eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 158 NClientsEth.cli[0].eth[0].queue.dataQueue
queueingTime:vector ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 145 NClientsEth.cli[0].eth[0].mac
rxPkFromHL:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 140 NClientsEth.cli[0].eth[0].mac txPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 5 NClientsEth.r1.eth[0].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 6 NClientsEth.r1.eth[0].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 14 NClientsEth.r1.eth[0].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 163 NClientsEth.srv.networkLayer.neighbourDiscovery
startDAD:vector ETV

attr title "DAD started, vector"


vector 176 NClientsEth.srv.eth[0].encap encapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source encapPk
attr title "packets encapsulated, vector(packetBytes)"
vector 183 NClientsEth.srv.eth[0].queue.dataQueue
rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr title "received packets, vector(packetBytes)"
vector 185 NClientsEth.srv.eth[0].queue.dataQueue
queueingTime:vector ETV
attr interpolationmode none
attr title "queueing time, vector"
vector 172 NClientsEth.srv.eth[0].mac rxPkFromHL:vector(packetBytes)
ETV
attr interpolationmode none
attr source rxPkFromHL
attr title "packet bytes from higher layer, vector(packetBytes)"
vector 167 NClientsEth.srv.eth[0].mac txPk:vector(packetBytes) ETV
attr interpolationmode none
attr source txPk
attr title "packets transmitted, vector(packetBytes)"
vector 113 NClientsEth.r3.eth[1].mac rxPkOk:vector(packetBytes) ETV
attr interpolationmode none
attr source rxPkOk
attr title "packets received OK, vector(packetBytes)"
vector 114 NClientsEth.r3.eth[1].mac passedUpPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source packetSentToUpper
attr title "packets passed to higher layer, vector(packetBytes)"
vector 122 NClientsEth.r3.eth[1].encap decapPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source decapPk
attr title "packets decapsulated, vector(packetBytes)"
vector 135 NClientsEth.cli[0].tcpApp[0] numActiveSessions:vector
ETV
attr "" ""
attr interpolationmode sample-hold
attr source sum(connect)
attr title "number of active sessions, vector"
vector 226 NClientsEth.cli[0].tcp tcpRcvQueueBytes ETV
vector 213 NClientsEth.cli[0].tcp "advertised window" ETV
vector 212 NClientsEth.cli[0].tcp "receive window" ETV
vector 215 NClientsEth.cli[0].tcp "sent ack" ETV
vector 192 NClientsEth.srv.tcp "rcvd seq" ETV
vector 193 NClientsEth.srv.tcp "rcvd ack" ETV
vector 189 NClientsEth.srv.tcp "advertised window" ETV
vector 187 NClientsEth.srv.tcp "send window" ETV
vector 202 NClientsEth.srv.tcp tcpRcvQueueBytes ETV

vector 188 NClientsEth.srv.tcp "receive window" ETV


vector 191 NClientsEth.srv.tcp "sent ack" ETV
vector 216 NClientsEth.cli[0].tcp "rcvd seq" ETV
vector 217 NClientsEth.cli[0].tcp "rcvd ack" ETV
vector 211 NClientsEth.cli[0].tcp "send window" ETV
vector 194 NClientsEth.srv.tcp "unacked bytes" ETV
vector 133 NClientsEth.cli[0].tcpApp[0] sentPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source sentPk
attr title "packets sent, vector(packetBytes)"
vector 214 NClientsEth.cli[0].tcp "sent seq" ETV
vector 218 NClientsEth.cli[0].tcp "unacked bytes" ETV
vector 195 NClientsEth.srv.tcp "rcvd dupAcks" ETV
vector 160 NClientsEth.srv.tcpApp[0] rcvdPk:vector(packetBytes) ETV
attr interpolationmode none
attr source rcvdPk
attr title "packets received, vector(packetBytes)"
vector 162 NClientsEth.srv.tcpApp[0] endToEndDelay:vector ETV
attr interpolationmode none
attr source messageAge(rcvdPk)
attr title "end-to-end delay, vector"
attr unit s
vector 161 NClientsEth.srv.tcpApp[0] sentPk:vector(packetBytes) ETV
attr interpolationmode none
attr source sentPk
attr title "packets sent, vector(packetBytes)"
vector 190 NClientsEth.srv.tcp "sent seq" ETV
vector 230 NClientsEth.cli[0].tcp "measured RTT" ETV
vector 231 NClientsEth.cli[0].tcp "smoothed RTT" ETV
vector 232 NClientsEth.cli[0].tcp RTTVAR ETV
vector 233 NClientsEth.cli[0].tcp RTO ETV
vector 228 NClientsEth.cli[0].tcp cwnd ETV
vector 219 NClientsEth.cli[0].tcp "rcvd dupAcks" ETV
vector 132 NClientsEth.cli[0].tcpApp[0] rcvdPk:vector(packetBytes)
ETV
attr interpolationmode none
attr source rcvdPk
attr title "packets received, vector(packetBytes)"
vector 134 NClientsEth.cli[0].tcpApp[0] endToEndDelay:vector ETV
attr interpolationmode none
attr source messageAge(rcvdPk)
attr title "end-to-end delay, vector"
attr unit s
vector 206 NClientsEth.srv.tcp "measured RTT" ETV
vector 207 NClientsEth.srv.tcp "smoothed RTT" ETV
vector 208 NClientsEth.srv.tcp RTTVAR ETV
vector 209 NClientsEth.srv.tcp RTO ETV
vector 204 NClientsEth.srv.tcp cwnd ETV
0
50
0.289098829217 1
0
50
0.289098829217 1
4
63
0.289104589217 64

4
4
4
4
4
5
5
5
5
5
5
5
5
6
6
6
6
6
6
6
6
9
9
9
9
9
9
13
13
13
13
13
13
14
14
14
14
14
14
14
14
19
20
20
20
20
20
20
22
22
22
22

152
370
394
552
568
82
140
167
383
408
453
582
626
82
140
167
383
408
453
582
626
61
151
368
392
540
566
53
147
364
388
536
562
83
141
168
384
409
454
583
627
0
57
149
366
390
538
564
57
149
366
390

3.363500342428
18.979487982828
18.979501142828
22.012691888039
22.012700048038
0.687992162841
3.293319193717
18.979379822828
18.979493942828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0.687992162841
3.293319193717
18.979379822828
18.979493942828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0.289098829217
3.363494582428
18.979482222828
18.979493942828
22.012685008039
22.012693088038
0.289098829217
3.363494582428
18.979482222828
18.979493942828
22.012685008039
22.012693088038
0.687992162841
3.293319193717
18.979379822828
18.979493942828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0
0
0.289098829217
3.363494582428
18.979482222828
18.979493942828
22.012685008039
22.012693088038
0.289098829217
3.363494582428
18.979482222828
18.979493942828

64
64
82
78
79
64
64
82
64
78
79
78
79
64
64
82
64
78
79
78
79
64
64
64
82
78
79
40
40
40
64
60
61
40
40
64
40
60
61
60
61
64
64
64
82
78
79
0
0
0
0

22
22
23
23
23
23
23
23
23
23
23
23
23
23
23
24
24
24
24
24
24
24
24
25
25
25
25
25
25
26
26
26
26
26
26
29
29
29
29
29
29
29
29
33
33
33
33
33
33
33
33
34

538
564
0
57
57
149
149
366
366
390
390
538
538
564
564
64
178
202
346
417
462
591
635
19
191
335
359
533
559
19
191
335
359
533
559
62
176
200
344
415
460
589
633
54
172
196
340
411
456
585
629
21

22.012685008039
22.012693088038
0
0
0.289098829217
0.289098829217
3.363494582428
3.363494582428
18.979482222828
18.979482222828
18.979493942828
18.979493942828
22.012685008039
22.012685008039
22.012693088038
22.012693088038
0.289104589217
18.979385582828
18.979398742828
18.979474822828
18.979515102828
22.012649848039
22.012714008038
22.174050055528
0.143305393496
18.979391542828
18.979469062828
18.979482222828
22.012685008039
22.012693088038
0.143305393496
18.979391542828
18.979469062828
18.979482222828
22.012685008039
22.012693088038
0.289098829217
18.979379822828
18.979391542828
18.979469062828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0.289098829217
18.979379822828
18.979391542828
18.979469062828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0.143305393496

0
0
1
0
1
0
1
0
1
0
1
0
1
0
64
64
82
64
78
79
78
79
64
64
64
82
78
79
64
64
64
82
78
79
64
64
82
64
78
79
78
79
40
40
64
40
60
61
60
61
40

34
34
34
34
34
39
40
40
40
40
40
40
40
40
42
42
42
42
42
42
42
42
43
43
43
43
43
43
43
43
43
43
43
43
43
43
43
43
43
44
44
48
48
48
48
48
48
49
49
49
49
49

192
336
360
534
560
0
58
174
198
342
413
458
587
631
58
174
198
342
413
458
587
631
0
58
58
174
174
198
198
342
342
413
413
458
458
587
587
631
631
4
4
17
190
334
358
532
558
66
179
203
347
418

18.979391542828
18.979469062828
18.979482222828
22.012685008039
22.012693088038
0
0
0.289098829217
18.979379822828
18.979391542828
18.979469062828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0.289098829217
18.979379822828
18.979391542828
18.979469062828
18.979508222828
22.012642888039
22.012707128038
22.174043095528
0
0
0.289098829217
0.289098829217
18.979379822828
18.979379822828
18.979391542828
18.979391542828
18.979469062828
18.979469062828
18.979508222828
18.979508222828
22.012642888039
22.012642888039
22.012707128038
22.012707128038
22.174043095528
22.174043095528
0.143299533496
0.143299533496
0.143305293496
18.979391442828
18.979468962828
18.979482122828
22.012684908039
22.012692988038
0.289104689217
18.979385682828
18.979398842828
18.979474922828
18.979515202828

40
40
64
60
61
64
64
82
64
78
79
78
79
0
0
0
0
0
0
0
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
1
64
64
64
82
78
79
64
64
82
64
78

49
49
49
50
50
50
50
50
50
50
50
53
53
53
53
53
53
53
57
57
57
57
57
57
57
58
58
58
58
58
58
58
58
63
64
64
64
64
64
64
64
66
66
66
66
66
66
66
67
67
67
67

463
592
636
66
179
203
347
418
463
592
636
15
188
332
356
520
550
693
7
184
328
352
516
546
689
68
180
204
348
419
464
593
637
0
11
186
330
354
518
548
691
11
186
330
354
518
548
691
0
11
11
186

22.012649948039
22.012714108038
22.174050155528
0.289104689217
18.979385682828
18.979398842828
18.979474922828
18.979515202828
22.012649948039
22.012714108038
22.174050155528
0.143299533496
18.979385682828
18.979463202828
18.979474922828
22.012678028039
22.012686028038
22.174078235528
0.143299533496
18.979385682828
18.979463202828
18.979474922828
22.012678028039
22.012686028038
22.174078235528
0.289104689217
18.979385682828
18.979398842828
18.979474922828
18.979515202828
22.012649948039
22.012714108038
22.174050155528
0
0
0.143299533496
18.979385682828
18.979463202828
18.979474922828
22.012678028039
22.012686028038
22.174078235528
0.143299533496
18.979385682828
18.979463202828
18.979474922828
22.012678028039
22.012686028038
22.174078235528
0
0
0.143299533496
0.143299533496
18.979385682828

79
78
79
64
64
82
64
78
79
78
79
64
64
64
82
78
79
78
40
40
40
64
60
61
60
40
40
64
40
60
61
60
61
64
64
64
82
78
79
78
0
0
0
0
0
0
0
1
0
1

67
67
67
67
67
67
67
67
67
67
67
68
68
68
68
68
68
68
68
69
69
69
69
69
69
69
70
70
70
70
70
70
70
73
73
73
73
73
73
73
73
77
77
77
77
77
77
77
77
78
78
78

186
330
330
354
354
518
518
548
548
691
691
18
214
238
310
427
472
601
645
42
227
299
323
513
543
686
42
227
299
323
513
543
686
16
212
236
308
425
470
599
643
8
208
232
304
421
466
595
639
44
228
300

18.979385682828
18.979463202828
18.979463202828
18.979474922828
18.979474922828
22.012678028039
22.012678028039
22.012686028038
22.012686028038
22.174078235528
22.174078235528
0.143305293496
18.979404602828
18.979417762828
18.979455802828
18.979522082828
22.012656908039
22.012720988038
22.174057115528
0.158674336459
18.979410562828
18.979450042828
18.979463202828
22.012678028039
22.012686028038
22.174078235528
0.158674336459
18.979410562828
18.979450042828
18.979463202828
22.012678028039
22.012686028038
22.174078235528
0.143299533496
18.979398842828
18.979410562828
18.979450042828
18.979515202828
22.012649948039
22.012714108038
22.174050155528
0.143299533496
18.979398842828
18.979410562828
18.979450042828
18.979515202828
22.012649948039
22.012714108038
22.174050155528
0.158674336459
18.979410562828
18.979450042828

0
1
0
1
0
1
0
1
0
1
0
64
64
82
64
78
79
78
79
64
64
64
82
78
79
78
64
64
64
82
78
79
78
64
64
82
64
78
79
78
79
40
40
64
40
60
61
60
61
40
40
40

78
78
78
78
83
84
84
84
84
84
84
84
84
86
86
86
86
86
86
86
86
87
87
87
87
87
87
87
87
87
87
87
87
87
87
87
87
87
88
88
92
92
92
92
92
92
92
93
93
93
93
93

324
514
544
687
0
12
210
234
306
423
468
597
641
12
210
234
306
423
468
597
641
0
12
12
210
210
234
234
306
306
423
423
468
468
597
597
641
641
27
27
40
226
298
322
512
542
685
20
215
239
311
428

18.979463202828
22.012678028039
22.012686028038
22.174078235528
0
0
0.143299533496
18.979398842828
18.979410562828
18.979450042828
18.979515202828
22.012649948039
22.012714108038
22.174050155528
0.143299533496
18.979398842828
18.979410562828
18.979450042828
18.979515202828
22.012649948039
22.012714108038
22.174050155528
0
0
0.143299533496
0.143299533496
18.979398842828
18.979398842828
18.979410562828
18.979410562828
18.979450042828
18.979450042828
18.979515202828
18.979515202828
22.012649948039
22.012649948039
22.012714108038
22.012714108038
22.174050155528
22.174050155528
0.158668476459
0.158668476459
0.158674236459
18.979410462828
18.979449942828
18.979463102828
22.012677928039
22.012685928038
22.174078135528
0.143305393496
18.979404702828
18.979417862828
18.979455902828
18.979522182828

64
60
61
60
64
64
82
64
78
79
78
79
0
0
0
0
0
0
0
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
1
64
64
64
82
78
79
78
64
64
82
64
78

93
93
93
94
94
94
94
94
94
94
94
97
97
97
97
97
97
97
97
101
101
101
101
101
101
101
101
102
102
102
102
102
102
102
102
107
108
108
108
108
108
108
108
108
110
110
110
110
110
110
110
110

473
602
646
20
215
239
311
428
473
602
646
38
224
296
320
510
530
683
703
30
220
292
316
506
526
679
699
22
216
240
312
429
474
603
647
0
34
222
294
318
508
528
681
701
34
222
294
318
508
528
681
701

22.012657008039
22.012721088038
22.174057215528
0.143305393496
18.979404702828
18.979417862828
18.979455902828
18.979522182828
22.012657008039
22.012721088038
22.174057215528
0.158668476459
18.979404702828
18.979444182828
18.979455902828
22.012671048039
22.012678968038
22.174071255528
22.174079175527
0.158668476459
18.979404702828
18.979444182828
18.979455902828
22.012671048039
22.012678968038
22.174071255528
22.174079175527
0.143305393496
18.979404702828
18.979417862828
18.979455902828
18.979522182828
22.012657008039
22.012721088038
22.174057215528
0
0
0.158668476459
18.979404702828
18.979444182828
18.979455902828
22.012671048039
22.012678968038
22.174071255528
22.174079175527
0.158668476459
18.979404702828
18.979444182828
18.979455902828
22.012671048039
22.012678968038
22.174071255528
22.174079175527

79
78
79
64
64
82
64
78
79
78
79
64
64
64
82
78
79
78
79
40
40
40
64
60
61
60
61
40
40
64
40
60
61
60
61
64
64
64
82
78
79
78
79
0
0
0
0
0
0
0
0

111
111
111
111
111
111
111
111
111
111
111
111
111
111
111
111
111
112
112
112
112
112
112
112
112
113
113
113
113
113
113
113
113
114
114
114
114
114
114
114
114
117
117
117
117
117
117
117
117
121
121
121

0
34
34
222
222
294
294
318
318
508
508
528
528
681
681
701
701
41
126
250
274
437
482
611
655
94
113
263
287
503
523
676
696
94
113
263
287
503
523
676
696
39
125
248
272
435
480
609
653
31
121
244

0
0
0.158668476459
0.158668476459
18.979404702828
18.979404702828
18.979444182828
18.979444182828
18.979455902828
18.979455902828
22.012671048039
22.012671048039
22.012678968038
22.012678968038
22.174071255528
22.174071255528
22.174079175527
22.174079175527
0.158674236459
2.545608216155
18.979423622828
18.979436782828
18.979529062828
22.012663968039
22.012727968038
22.174064175528
0.740832598253
2.129292534735
18.979429582828
18.979444182828
22.012671048039
22.012678968038
22.174071255528
22.174079175527
0.740832598253
2.129292534735
18.979429582828
18.979444182828
22.012671048039
22.012678968038
22.174071255528
22.174079175527
0.158668476459
2.545602456155
18.979417862828
18.979429582828
18.979522182828
22.012657008039
22.012721088038
22.174057215528
0.158668476459
2.545602456155
18.979417862828

1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
64
64
64
82
78
79
78
79
64
64
64
82
78
79
78
79
64
64
64
82
78
79
78
79
64
64
64
82
78
79
78
79
40
40
40

121
121
121
121
121
122
122
122
122
122
122
122
122
127
128
128
128
128
128
128
128
128
130
130
130
130
130
130
130
130
131
131
131
131
131
131
131
131
131
131
131
131
131
131
131
131
131
132
133
133
134
135

268
431
476
605
649
95
114
264
288
504
524
677
697
0
35
123
246
270
433
478
607
651
35
123
246
270
433
478
607
651
0
35
35
123
123
246
246
270
270
433
433
478
478
607
607
651
651
573
444
617
573
158

18.979429582828
18.979522182828
22.012657008039
22.012721088038
22.174057215528
0.740832598253
2.129292534735
18.979429582828
18.979444182828
22.012671048039
22.012678968038
22.174071255528
22.174079175527
0
0
0.158668476459
2.545602456155
18.979417862828
18.979429582828
18.979522182828
22.012657008039
22.012721088038
22.174057215528
0.158668476459
2.545602456155
18.979417862828
18.979429582828
18.979522182828
22.012657008039
22.012721088038
22.174057215528
0
0
0.158668476459
0.158668476459
2.545602456155
2.545602456155
18.979417862828
18.979417862828
18.979429582828
18.979429582828
18.979522182828
18.979522182828
22.012657008039
22.012657008039
22.012721088038
22.012721088038
22.174057215528
22.174057215528
22.012700148038
22.012635828039
22.174036035528
22.012700148038
18.979372522828

64
60
61
60
61
40
40
40
64
60
61
60
61
64
64
64
82
78
79
78
79
0
0
0
0
0
0
0
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
1
1
6.4319999e-005
1

136
140
140
140
140
140
140
140
140
141
141
141
141
141
141
142
142
142
142
142
142
145
145
145
145
145
145
145
145
149
149
149
149
149
149
149
149
150
150
150
150
150
150
155
156
156
156
156
156
156
156
156

74
81
139
166
382
407
452
581
625
65
153
371
395
553
569
65
153
371
395
553
569
80
138
165
380
405
451
579
624
76
134
161
376
401
447
575
620
67
154
372
396
554
570
0
78
136
163
378
403
449
577
622

0.687986302841
0.687992062841
3.293319093717
18.979379722828
18.979493842828
18.979508122828
22.012642788039
22.012707028038
22.174042995528
0.289104689217
3.363500442428
18.979488082828
18.979501242828
22.012691988039
22.012700148038
0.289104689217
3.363500442428
18.979488082828
18.979501242828
22.012691988039
22.012700148038
0.687986302841
3.293313333717
18.979372522828
18.979488082828
18.979501242828
22.012635828039
22.012700148038
22.174036035528
0.687986302841
3.293313333717
18.979372522828
18.979488082828
18.979501242828
22.012635828039
22.012700148038
22.174036035528
0.289104689217
3.363500442428
18.979488082828
18.979501242828
22.012691988039
22.012700148038
0
0
0.687986302841
3.293313333717
18.979372522828
18.979488082828
18.979501242828
22.012635828039
22.012700148038
22.174036035528

1
64
64
82
64
78
79
78
79
64
64
64
82
78
79
64
64
64
82
78
79
64
64
82
64
78
79
78
79
40
40
64
40
60
61
60
61
40
40
40
64
60
61
64
64
82
64
78
79
78
79

158
158
158
158
158
158
158
158
159
159
159
159
159
159
159
159
159
159
159
159
159
159
159
159
159
160
160
161
161
162
162
163
167
167
167
167
167
167
167
167
168
168
168
168
168
168
168
168
169
169
169
169

78
136
163
378
403
449
577
622
0
78
78
136
136
163
163
378
378
403
403
449
449
577
577
622
622
487
660
487
660
487
660
86
93
112
262
286
500
521
673
694
43
127
251
275
438
483
612
656
43
127
251
275

0.687986302841
3.293313333717
18.979372522828
18.979488082828
18.979501242828
22.012635828039
22.012700148038
22.174036035528
0
0
0.687986302841
0.687986302841
3.293313333717
3.293313333717
18.979372522828
18.979372522828
18.979488082828
18.979488082828
18.979501242828
18.979501242828
22.012635828039
22.012635828039
22.012700148038
22.012700148038
22.174036035528
22.174036035528
22.012664068039
22.174064275528
22.012664068039
22.174064275528
22.012664068039
22.174064275528
0.740826738253
0.740832498253
2.129292434735
18.979429482828
18.979444082828
22.012670948039
22.012678868038
22.174071155528
22.174079075527
0.158674336459
2.545608316155
18.979423722828
18.979436882828
18.979529162828
22.012664068039
22.012728068038
22.174064275528
0.158674336459
2.545608316155
18.979423722828
18.979436882828

0
0
0
0
0
0
0
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
1
1
1
2.824e-005
2.824e-005
1
64
64
64
82
78
79
78
79
64
64
64
82
78
79
78
79
64
64
64
82

169
169
169
169
172
172
172
172
172
172
172
172
176
176
176
176
176
176
176
176
177
177
177
177
177
177
177
177
182
183
183
183
183
183
183
183
183
185
185
185
185
185
185
185
185
186
186
186
186
186
186
186

438
483
612
656
92
111
260
284
498
502
671
675
88
107
256
280
490
493
663
666
45
128
252
276
439
484
613
657
0
90
109
258
282
494
497
667
670
90
109
258
282
494
500
667
673
0
90
90
109
109
258
258

18.979529162828
22.012664068039
22.012728068038
22.174064275528
0.740826738253
2.129286674735
18.979423722828
18.979436882828
22.012664068039
22.012670948039
22.174064275528
22.174071155528
0.740826738253
2.129286674735
18.979423722828
18.979436882828
22.012664068039
22.012664068039
22.174064275528
22.174064275528
0.158674336459
2.545608316155
18.979423722828
18.979436882828
18.979529162828
22.012664068039
22.012728068038
22.174064275528
0
0
0.740826738253
2.129286674735
18.979423722828
18.979436882828
22.012664068039
22.012664068039
22.174064275528
22.174064275528
0.740826738253
2.129286674735
18.979423722828
18.979436882828
22.012664068039
22.012670948039
22.174064275528
22.174071155528
0
0
0.740826738253
0.740826738253
2.129286674735
2.129286674735
18.979423722828
18.979423722828

78
79
78
79
64
64
64
82
78
79
78
79
40
40
40
64
60
61
60
61
40
40
40
64
60
61
60
61
64
64
64
82
78
79
78
79
0
0
0
0
0
6.88e-006
0
6.88e-006
1
0
1
0
1
0

186
186
186
186
186
186
186
186
186
186
187
187
187
188
188
188
188
188
189
189
189
189
189
189
190
190
191
191
191
191
191
192
192
192
192
192
193
193
193
193
193
194
194
194
194
195
195
195
202
202
202
202

282
282
494
494
497
500
667
667
670
673
278
441
615
278
486
489
659
662
278
278
486
489
659
662
489
662
278
486
489
659
662
278
441
486
615
659
278
441
486
615
659
441
489
615
662
486
615
659
278
486
486
489

18.979436882828
18.979436882828
22.012664068039
22.012664068039
22.012664068039
22.012670948039
22.174064275528
22.174064275528
22.174064275528
22.174071155528
18.979436882828
18.979529162828
22.012728068038
18.979436882828
22.012664068039
22.012664068039
22.174064275528
22.174064275528
18.979436882828
18.979436882828
22.012664068039
22.012664068039
22.174064275528
22.174064275528
22.012664068039
22.174064275528
18.979436882828
22.012664068039
22.012664068039
22.174064275528
22.174064275528
18.979436882828
18.979529162828
22.012664068039
22.012728068038
22.174064275528
18.979436882828
18.979529162828
22.012664068039
22.012728068038
22.174064275528
18.979529162828
22.012664068039
22.012728068038
22.174064275528
22.012664068039
22.012728068038
22.174064275528
18.979436882828
22.012664068039
22.012664068039
22.012664068039

1
0
1
0
1
0
1
0
1
0
7504
7504
7504
7504
7504
7504
7504
7504
4752348
4752348
4752349
4752349
4752350
4752350
4744860
4744861
4744844
4744845
4744845
4744846
4744846
4744843
4744844
4744844
4744845
4744845
0
4744860
4744860
4744861
4744861
0
1
0
1
0
0
0
0
0
0
0

202
202
202
204
206
207
208
209
211
211
212
212
212
212
212
213
213
213
213
213
213
214
214
215
215
215
215
215
216
216
216
217
217
217
218
218
218
219
219
226
226
226
226
226
226
228
230
231
232
233

659
659
662
615
615
615
615
615
398
556
159
398
445
572
618
159
398
398
445
572
618
445
618
159
398
445
572
618
398
556
572
398
556
572
445
556
618
556
572
159
398
445
572
572
618
556
556
556
556
556

22.174064275528
22.174064275528
22.174064275528
22.012728068038
22.012728068038
22.012728068038
22.012728068038
22.012728068038
18.979501242828
22.012691988039
18.979372522828
18.979501242828
22.012635828039
22.012700148038
22.174036035528
18.979372522828
18.979501242828
18.979501242828
22.012635828039
22.012700148038
22.174036035528
22.012635828039
22.174036035528
18.979372522828
18.979501242828
22.012635828039
22.012700148038
22.174036035528
18.979501242828
22.012691988039
22.012700148038
18.979501242828
22.012691988039
22.012700148038
22.012635828039
22.012691988039
22.174036035528
22.012691988039
22.012700148038
18.979372522828
18.979501242828
22.012635828039
22.012700148038
22.012700148038
22.174036035528
22.012691988039
22.012691988039
22.012691988039
22.012691988039
22.012691988039

0
0
0
1072
6.3999999e-005
7.999999e-006
0.656258
2.625039999999
7504
7504
7504
7504
7504
7504
7504
7504
4752364
4752364
4752364
4752365
4752365
4744844
4744845
0
4744860
4744860
4744861
4744861
4744859
4744860
4744860
4744844
4744845
4744845
1
0
1
0
0
0
0
0
0
0
0
1072
5.616e-005
7.02e-006
0.65625702
2.6250351

Вам также может понравиться