ufes-20191-redes-mininet/proj-impl/clos.ospf.autotest.json
2019-06-18 05:31:10 -03:00

56 lines
960 B
JSON

{
"pairs": {
"ping": [
"h1",
"h12"
],
"iperf": [
[
"h2",
"h11"
],
[
"h3",
"h10"
],
[
"h4",
"h9"
],
[
"h5",
"h8"
],
[
"h6",
"h7"
]
]
},
"sequential": {
"ping": {
"avg": 0.11,
"mdev": 0.168
},
"iperfs": [
1150000,
1150000,
1150000,
1170000,
1170000
]
},
"parallel": {
"ping": {
"avg": 1.698,
"mdev": 3.449
},
"iperfs": [
1170000,
1040000,
1080000,
1170000,
1170000
]
}
}