david 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/benchmarks/data/jruby-1.7.19-rack +84 -0
  4. data/benchmarks/data/jruby-1.7.19-rack.csv +29 -0
  5. data/benchmarks/data/jruby-1.7.19-rails +84 -0
  6. data/benchmarks/data/jruby-1.7.19-rails.csv +29 -0
  7. data/benchmarks/data/jruby-9.0.0.0-pre1-rack +84 -0
  8. data/benchmarks/data/jruby-9.0.0.0-pre1-rack.csv +29 -0
  9. data/benchmarks/data/jruby-9.0.0.0-pre1-rails +84 -0
  10. data/benchmarks/data/jruby-9.0.0.0-pre1-rails.csv +29 -0
  11. data/benchmarks/data/mri-2.2.0p0-rack +84 -0
  12. data/benchmarks/data/mri-2.2.0p0-rack.csv +29 -0
  13. data/benchmarks/data/mri-2.2.0p0-rails +84 -0
  14. data/benchmarks/data/mri-2.2.0p0-rails.csv +29 -0
  15. data/benchmarks/data/mri-2.3.0-dev-rack +84 -0
  16. data/benchmarks/data/mri-2.3.0-dev-rack.csv +29 -0
  17. data/benchmarks/data/mri-2.3.0-dev-rails +84 -0
  18. data/benchmarks/data/mri-2.3.0-dev-rails.csv +29 -0
  19. data/benchmarks/interop.sh +2 -0
  20. data/benchmarks/max.rb +3 -0
  21. data/benchmarks/plot.frameworks.r +30 -0
  22. data/benchmarks/plot.loss.r +35 -0
  23. data/benchmarks/plot.vms.r +37 -0
  24. data/benchmarks/rackup/Gemfile.lock +7 -1
  25. data/benchmarks/rackup/interop.ru +17 -0
  26. data/experiments/concurrency/stub.rb +5 -5
  27. data/lib/david/etsi.rb +5 -0
  28. data/lib/david/etsi/mandatory.rb +4 -0
  29. data/lib/david/{interop/mandatory_etsi → etsi/mandatory}/grape.rb +1 -1
  30. data/lib/david/{interop/mandatory_etsi → etsi/mandatory}/hobbit.rb +1 -1
  31. data/lib/david/{interop/mandatory_etsi → etsi/mandatory}/nyny.rb +1 -1
  32. data/lib/david/{interop/mandatory_etsi → etsi/mandatory}/rack.rb +3 -3
  33. data/lib/david/{interop/mandatory_etsi → etsi/mandatory}/sinatra.rb +1 -1
  34. data/lib/david/etsi/optional.rb +4 -0
  35. data/lib/david/etsi/optional/rack.rb +26 -0
  36. data/lib/david/registry.rb +5 -3
  37. data/lib/david/server.rb +5 -6
  38. data/lib/david/server/utility.rb +8 -0
  39. data/lib/david/version.rb +1 -1
  40. data/spec/interop/mandatory_spec.rb +5 -9
  41. data/spec/interop/optional_spec.rb +113 -0
  42. data/spec/spec_helper.rb +1 -1
  43. metadata +35 -10
  44. data/benchmarks/plot.r +0 -24
  45. data/lib/david/interop.rb +0 -4
  46. data/lib/david/interop/mandatory_etsi.rb +0 -4
@@ -0,0 +1,29 @@
1
+ concurrent,loss,throughput
2
+ 10.0,0.0,1898.0
3
+ 20.0,0.0,3671.33333
4
+ 30.0,0.0,4611.0
5
+ 40.0,0.0,5441.33333
6
+ 50.0,0.0,6057.0
7
+ 60.0,0.0,6521.66667
8
+ 70.0,0.0,6727.33333
9
+ 80.0,0.0,7102.33333
10
+ 90.0,0.0,7346.66667
11
+ 100.0,0.0,7576.66667
12
+ 200.0,0.0,8743.0
13
+ 300.0,0.01695,8654.0
14
+ 400.0,0.09348,8700.33333
15
+ 500.0,0.17188,8616.33333
16
+ 600.0,0.26859,8624.66667
17
+ 700.0,0.37221,8638.33333
18
+ 800.0,0.49335,8636.66667
19
+ 900.0,0.63501,8652.0
20
+ 1000.0,0.72363,8661.0
21
+ 2000.0,1.87251,8600.66667
22
+ 3000.0,3.05652,8667.0
23
+ 4000.0,4.19376,8708.33333
24
+ 5000.0,5.21177,8938.0
25
+ 6000.0,6.5111,8707.66667
26
+ 7000.0,7.5681,8788.33333
27
+ 8000.0,8.77693,8719.66667
28
+ 9000.0,9.64561,8970.0
29
+ 10000.0,10.60239,9131.33333
@@ -0,0 +1,84 @@
1
+ c=10, t=29,999, received=309881, timeouts=0, throughput=10329,62, uri=coap://[::1]:5683/hello
2
+ c=10, t=30,000, received=305948, timeouts=0, throughput=10198,18, uri=coap://[::1]:5683/hello
3
+ c=10, t=30,000, received=307054, timeouts=0, throughput=10235,04, uri=coap://[::1]:5683/hello
4
+ c=20, t=30,000, received=327066, timeouts=0, throughput=10902,11, uri=coap://[::1]:5683/hello
5
+ c=20, t=30,000, received=327200, timeouts=0, throughput=10906,58, uri=coap://[::1]:5683/hello
6
+ c=20, t=30,000, received=327156, timeouts=0, throughput=10905,10, uri=coap://[::1]:5683/hello
7
+ c=30, t=30,000, received=329893, timeouts=0, throughput=10996,33, uri=coap://[::1]:5683/hello
8
+ c=30, t=30,000, received=333755, timeouts=0, throughput=11125,05, uri=coap://[::1]:5683/hello
9
+ c=30, t=30,000, received=333555, timeouts=0, throughput=11118,39, uri=coap://[::1]:5683/hello
10
+ c=40, t=30,000, received=330671, timeouts=0, throughput=11022,35, uri=coap://[::1]:5683/hello
11
+ c=40, t=30,000, received=335197, timeouts=0, throughput=11173,12, uri=coap://[::1]:5683/hello
12
+ c=40, t=30,000, received=335261, timeouts=0, throughput=11175,26, uri=coap://[::1]:5683/hello
13
+ c=50, t=30,013, received=338226, timeouts=0, throughput=11269,50, uri=coap://[::1]:5683/hello
14
+ c=50, t=30,000, received=335414, timeouts=0, throughput=11180,37, uri=coap://[::1]:5683/hello
15
+ c=50, t=30,000, received=339941, timeouts=0, throughput=11331,29, uri=coap://[::1]:5683/hello
16
+ c=60, t=30,000, received=339708, timeouts=0, throughput=11323,52, uri=coap://[::1]:5683/hello
17
+ c=60, t=30,000, received=339359, timeouts=0, throughput=11311,88, uri=coap://[::1]:5683/hello
18
+ c=60, t=30,000, received=338087, timeouts=0, throughput=11269,48, uri=coap://[::1]:5683/hello
19
+ c=70, t=30,000, received=339418, timeouts=0, throughput=11313,85, uri=coap://[::1]:5683/hello
20
+ c=70, t=30,000, received=338909, timeouts=0, throughput=11296,88, uri=coap://[::1]:5683/hello
21
+ c=70, t=30,000, received=340588, timeouts=0, throughput=11352,85, uri=coap://[::1]:5683/hello
22
+ c=80, t=30,000, received=340966, timeouts=0, throughput=11365,43, uri=coap://[::1]:5683/hello
23
+ c=80, t=30,000, received=339578, timeouts=0, throughput=11319,18, uri=coap://[::1]:5683/hello
24
+ c=80, t=30,000, received=341499, timeouts=0, throughput=11383,22, uri=coap://[::1]:5683/hello
25
+ c=90, t=30,000, received=340127, timeouts=0, throughput=11337,48, uri=coap://[::1]:5683/hello
26
+ c=90, t=30,000, received=341399, timeouts=0, throughput=11379,88, uri=coap://[::1]:5683/hello
27
+ c=90, t=30,000, received=342623, timeouts=0, throughput=11420,69, uri=coap://[::1]:5683/hello
28
+ c=100, t=30,000, received=341122, timeouts=0, throughput=11370,65, uri=coap://[::1]:5683/hello
29
+ c=100, t=30,010, received=337454, timeouts=0, throughput=11244,74, uri=coap://[::1]:5683/hello
30
+ c=100, t=30,000, received=340956, timeouts=0, throughput=11365,11, uri=coap://[::1]:5683/hello
31
+ c=200, t=30,000, received=344031, timeouts=0, throughput=11467,61, uri=coap://[::1]:5683/hello
32
+ c=200, t=30,000, received=343943, timeouts=0, throughput=11464,69, uri=coap://[::1]:5683/hello
33
+ c=200, t=30,000, received=339074, timeouts=0, throughput=11302,37, uri=coap://[::1]:5683/hello
34
+ c=300, t=30,000, received=343902, timeouts=44, throughput=11463,32, uri=coap://[::1]:5683/hello
35
+ c=300, t=30,000, received=340513, timeouts=44, throughput=11350,34, uri=coap://[::1]:5683/hello
36
+ c=300, t=30,000, received=345537, timeouts=44, throughput=11517,81, uri=coap://[::1]:5683/hello
37
+ c=400, t=30,000, received=346540, timeouts=244, throughput=11551,24, uri=coap://[::1]:5683/hello
38
+ c=400, t=30,000, received=345515, timeouts=244, throughput=11517,08, uri=coap://[::1]:5683/hello
39
+ c=400, t=30,000, received=340833, timeouts=244, throughput=11361,01, uri=coap://[::1]:5683/hello
40
+ c=500, t=30,000, received=338108, timeouts=444, throughput=11270,17, uri=coap://[::1]:5683/hello
41
+ c=500, t=30,000, received=342532, timeouts=445, throughput=11417,63, uri=coap://[::1]:5683/hello
42
+ c=500, t=30,000, received=342477, timeouts=468, throughput=11415,80, uri=coap://[::1]:5683/hello
43
+ c=600, t=30,000, received=344921, timeouts=654, throughput=11497,26, uri=coap://[::1]:5683/hello
44
+ c=600, t=30,000, received=340432, timeouts=728, throughput=11347,65, uri=coap://[::1]:5683/hello
45
+ c=600, t=29,999, received=341572, timeouts=644, throughput=11386,03, uri=coap://[::1]:5683/hello
46
+ c=700, t=30,000, received=344076, timeouts=990, throughput=11469,12, uri=coap://[::1]:5683/hello
47
+ c=700, t=30,000, received=341457, timeouts=1051, throughput=11381,80, uri=coap://[::1]:5683/hello
48
+ c=700, t=30,000, received=340045, timeouts=889, throughput=11334,73, uri=coap://[::1]:5683/hello
49
+ c=800, t=30,000, received=342747, timeouts=1223, throughput=11424,82, uri=coap://[::1]:5683/hello
50
+ c=800, t=30,000, received=343271, timeouts=1302, throughput=11442,27, uri=coap://[::1]:5683/hello
51
+ c=800, t=30,000, received=343662, timeouts=1397, throughput=11455,31, uri=coap://[::1]:5683/hello
52
+ c=900, t=30,000, received=343403, timeouts=1368, throughput=11446,88, uri=coap://[::1]:5683/hello
53
+ c=900, t=30,000, received=342179, timeouts=1630, throughput=11405,85, uri=coap://[::1]:5683/hello
54
+ c=900, t=30,000, received=337847, timeouts=1561, throughput=11261,46, uri=coap://[::1]:5683/hello
55
+ c=1000, t=30,000, received=341199, timeouts=1863, throughput=11373,17, uri=coap://[::1]:5683/hello
56
+ c=1000, t=30,000, received=339187, timeouts=1957, throughput=11306,14, uri=coap://[::1]:5683/hello
57
+ c=1000, t=30,000, received=341028, timeouts=2024, throughput=11367,52, uri=coap://[::1]:5683/hello
58
+ c=2000, t=30,000, received=342235, timeouts=4825, throughput=11407,72, uri=coap://[::1]:5683/hello
59
+ c=2000, t=30,000, received=342360, timeouts=4809, throughput=11411,90, uri=coap://[::1]:5683/hello
60
+ c=2000, t=30,000, received=341132, timeouts=4868, throughput=11370,96, uri=coap://[::1]:5683/hello
61
+ c=3000, t=30,000, received=336795, timeouts=7973, throughput=11226,38, uri=coap://[::1]:5683/hello
62
+ c=3000, t=30,000, received=334698, timeouts=7970, throughput=11156,49, uri=coap://[::1]:5683/hello
63
+ c=3000, t=30,000, received=333460, timeouts=7874, throughput=11115,25, uri=coap://[::1]:5683/hello
64
+ c=4000, t=30,000, received=341342, timeouts=11117, throughput=11377,97, uri=coap://[::1]:5683/hello
65
+ c=4000, t=30,000, received=344549, timeouts=10865, throughput=11484,88, uri=coap://[::1]:5683/hello
66
+ c=4000, t=30,000, received=339810, timeouts=10938, throughput=11326,88, uri=coap://[::1]:5683/hello
67
+ c=5000, t=30,000, received=340988, timeouts=13934, throughput=11366,16, uri=coap://[::1]:5683/hello
68
+ c=5000, t=30,000, received=342746, timeouts=13978, throughput=11424,78, uri=coap://[::1]:5683/hello
69
+ c=5000, t=30,000, received=337892, timeouts=13913, throughput=11262,98, uri=coap://[::1]:5683/hello
70
+ c=6000, t=30,000, received=339992, timeouts=16988, throughput=11332,97, uri=coap://[::1]:5683/hello
71
+ c=6000, t=30,000, received=345979, timeouts=17001, throughput=11532,55, uri=coap://[::1]:5683/hello
72
+ c=6000, t=30,000, received=344358, timeouts=17080, throughput=11478,50, uri=coap://[::1]:5683/hello
73
+ c=7000, t=30,000, received=338983, timeouts=19889, throughput=11299,34, uri=coap://[::1]:5683/hello
74
+ c=7000, t=29,999, received=339269, timeouts=20046, throughput=11309,26, uri=coap://[::1]:5683/hello
75
+ c=7000, t=30,000, received=344553, timeouts=19873, throughput=11485,01, uri=coap://[::1]:5683/hello
76
+ c=8000, t=30,000, received=342412, timeouts=22966, throughput=11413,60, uri=coap://[::1]:5683/hello
77
+ c=8000, t=30,000, received=344035, timeouts=22924, throughput=11467,72, uri=coap://[::1]:5683/hello
78
+ c=8000, t=30,000, received=343989, timeouts=22953, throughput=11466,21, uri=coap://[::1]:5683/hello
79
+ c=9000, t=30,000, received=343956, timeouts=26131, throughput=11465,08, uri=coap://[::1]:5683/hello
80
+ c=9000, t=30,000, received=341209, timeouts=26057, throughput=11373,55, uri=coap://[::1]:5683/hello
81
+ c=9000, t=30,000, received=338015, timeouts=26092, throughput=11267,08, uri=coap://[::1]:5683/hello
82
+ c=10000, t=30,000, received=341124, timeouts=28972, throughput=11370,69, uri=coap://[::1]:5683/hello
83
+ c=10000, t=30,000, received=344526, timeouts=29146, throughput=11484,23, uri=coap://[::1]:5683/hello
84
+ c=10000, t=30,000, received=344895, timeouts=29096, throughput=11496,31, uri=coap://[::1]:5683/hello
@@ -0,0 +1,29 @@
1
+ concurrent,loss,throughput
2
+ 10.0,0.0,10254.0
3
+ 20.0,0.0,10904.33333
4
+ 30.0,0.0,11079.66667
5
+ 40.0,0.0,11123.33333
6
+ 50.0,0.0,11260.0
7
+ 60.0,0.0,11301.0
8
+ 70.0,0.0,11320.33333
9
+ 80.0,0.0,11355.66667
10
+ 90.0,0.0,11378.66667
11
+ 100.0,0.0,11326.33333
12
+ 200.0,0.0,11411.0
13
+ 300.0,0.01282,11443.33333
14
+ 400.0,0.07087,11476.33333
15
+ 500.0,0.13263,11367.33333
16
+ 600.0,0.19729,11410.0
17
+ 700.0,0.28569,11394.66667
18
+ 800.0,0.3809,11440.33333
19
+ 900.0,0.44546,11370.66667
20
+ 1000.0,0.57215,11348.66667
21
+ 2000.0,1.41383,11396.0
22
+ 3000.0,2.36996,11165.66667
23
+ 4000.0,3.20951,11395.66667
24
+ 5000.0,4.09396,11350.66667
25
+ 6000.0,4.95657,11447.33333
26
+ 7000.0,5.84745,11364.33333
27
+ 8000.0,6.68096,11448.66667
28
+ 9000.0,7.65066,11368.33333
29
+ 10000.0,8.4629,11450.0
@@ -0,0 +1,84 @@
1
+ c=10, t=30,000, received=156489, timeouts=0, throughput=5216,26, uri=coap://[::1]:5683/hello
2
+ c=10, t=30,000, received=143003, timeouts=0, throughput=4766,71, uri=coap://[::1]:5683/hello
3
+ c=10, t=30,000, received=146669, timeouts=0, throughput=4888,92, uri=coap://[::1]:5683/hello
4
+ c=20, t=30,000, received=176746, timeouts=0, throughput=5891,48, uri=coap://[::1]:5683/hello
5
+ c=20, t=30,000, received=170808, timeouts=0, throughput=5693,54, uri=coap://[::1]:5683/hello
6
+ c=20, t=30,000, received=178722, timeouts=0, throughput=5957,36, uri=coap://[::1]:5683/hello
7
+ c=30, t=30,000, received=228544, timeouts=0, throughput=7618,05, uri=coap://[::1]:5683/hello
8
+ c=30, t=30,000, received=228683, timeouts=0, throughput=7622,69, uri=coap://[::1]:5683/hello
9
+ c=30, t=30,000, received=229717, timeouts=0, throughput=7657,17, uri=coap://[::1]:5683/hello
10
+ c=40, t=30,000, received=243886, timeouts=0, throughput=8129,47, uri=coap://[::1]:5683/hello
11
+ c=40, t=30,000, received=238322, timeouts=0, throughput=7944,14, uri=coap://[::1]:5683/hello
12
+ c=40, t=29,999, received=241413, timeouts=0, throughput=8047,31, uri=coap://[::1]:5683/hello
13
+ c=50, t=30,000, received=248313, timeouts=0, throughput=8277,04, uri=coap://[::1]:5683/hello
14
+ c=50, t=30,004, received=249804, timeouts=0, throughput=8325,65, uri=coap://[::1]:5683/hello
15
+ c=50, t=30,000, received=249509, timeouts=0, throughput=8316,90, uri=coap://[::1]:5683/hello
16
+ c=60, t=30,000, received=258813, timeouts=0, throughput=8627,04, uri=coap://[::1]:5683/hello
17
+ c=60, t=30,000, received=260181, timeouts=0, throughput=8672,63, uri=coap://[::1]:5683/hello
18
+ c=60, t=30,000, received=260319, timeouts=0, throughput=8677,23, uri=coap://[::1]:5683/hello
19
+ c=70, t=30,010, received=272441, timeouts=0, throughput=9078,27, uri=coap://[::1]:5683/hello
20
+ c=70, t=30,000, received=268634, timeouts=0, throughput=8954,40, uri=coap://[::1]:5683/hello
21
+ c=70, t=30,000, received=263208, timeouts=0, throughput=8773,52, uri=coap://[::1]:5683/hello
22
+ c=80, t=30,003, received=273177, timeouts=0, throughput=9104,89, uri=coap://[::1]:5683/hello
23
+ c=80, t=30,000, received=273909, timeouts=0, throughput=9130,22, uri=coap://[::1]:5683/hello
24
+ c=80, t=30,000, received=276056, timeouts=0, throughput=9201,80, uri=coap://[::1]:5683/hello
25
+ c=90, t=30,000, received=277192, timeouts=0, throughput=9239,66, uri=coap://[::1]:5683/hello
26
+ c=90, t=30,000, received=272335, timeouts=0, throughput=9077,76, uri=coap://[::1]:5683/hello
27
+ c=90, t=30,000, received=273076, timeouts=0, throughput=9102,46, uri=coap://[::1]:5683/hello
28
+ c=100, t=30,000, received=277646, timeouts=0, throughput=9254,79, uri=coap://[::1]:5683/hello
29
+ c=100, t=30,009, received=279023, timeouts=0, throughput=9298,05, uri=coap://[::1]:5683/hello
30
+ c=100, t=30,007, received=277351, timeouts=0, throughput=9242,99, uri=coap://[::1]:5683/hello
31
+ c=200, t=29,999, received=287987, timeouts=0, throughput=9599,80, uri=coap://[::1]:5683/hello
32
+ c=200, t=30,000, received=305412, timeouts=0, throughput=10180,32, uri=coap://[::1]:5683/hello
33
+ c=200, t=30,000, received=301788, timeouts=0, throughput=10059,52, uri=coap://[::1]:5683/hello
34
+ c=300, t=30,000, received=301471, timeouts=44, throughput=10048,95, uri=coap://[::1]:5683/hello
35
+ c=300, t=30,000, received=298770, timeouts=44, throughput=9958,92, uri=coap://[::1]:5683/hello
36
+ c=300, t=30,000, received=296668, timeouts=44, throughput=9888,86, uri=coap://[::1]:5683/hello
37
+ c=400, t=30,000, received=290340, timeouts=244, throughput=9677,93, uri=coap://[::1]:5683/hello
38
+ c=400, t=30,000, received=299505, timeouts=244, throughput=9983,42, uri=coap://[::1]:5683/hello
39
+ c=400, t=30,000, received=300704, timeouts=244, throughput=10023,38, uri=coap://[::1]:5683/hello
40
+ c=500, t=30,000, received=299097, timeouts=444, throughput=9969,82, uri=coap://[::1]:5683/hello
41
+ c=500, t=30,000, received=292806, timeouts=444, throughput=9760,12, uri=coap://[::1]:5683/hello
42
+ c=500, t=30,000, received=303623, timeouts=444, throughput=10120,68, uri=coap://[::1]:5683/hello
43
+ c=600, t=29,999, received=301129, timeouts=841, throughput=10037,89, uri=coap://[::1]:5683/hello
44
+ c=600, t=30,000, received=302059, timeouts=712, throughput=10068,53, uri=coap://[::1]:5683/hello
45
+ c=600, t=30,000, received=299651, timeouts=683, throughput=9988,29, uri=coap://[::1]:5683/hello
46
+ c=700, t=30,000, received=298302, timeouts=1095, throughput=9943,32, uri=coap://[::1]:5683/hello
47
+ c=700, t=30,000, received=298339, timeouts=959, throughput=9944,55, uri=coap://[::1]:5683/hello
48
+ c=700, t=30,000, received=302625, timeouts=926, throughput=10087,40, uri=coap://[::1]:5683/hello
49
+ c=800, t=29,999, received=297580, timeouts=1341, throughput=9919,59, uri=coap://[::1]:5683/hello
50
+ c=800, t=30,000, received=299813, timeouts=1231, throughput=9993,68, uri=coap://[::1]:5683/hello
51
+ c=800, t=30,000, received=303435, timeouts=1329, throughput=10114,44, uri=coap://[::1]:5683/hello
52
+ c=900, t=30,000, received=300717, timeouts=1646, throughput=10023,82, uri=coap://[::1]:5683/hello
53
+ c=900, t=30,000, received=297875, timeouts=1640, throughput=9929,10, uri=coap://[::1]:5683/hello
54
+ c=900, t=30,000, received=297460, timeouts=1633, throughput=9915,26, uri=coap://[::1]:5683/hello
55
+ c=1000, t=30,000, received=302937, timeouts=1983, throughput=10097,81, uri=coap://[::1]:5683/hello
56
+ c=1000, t=30,000, received=291749, timeouts=2010, throughput=9724,89, uri=coap://[::1]:5683/hello
57
+ c=1000, t=30,000, received=300841, timeouts=1965, throughput=10027,94, uri=coap://[::1]:5683/hello
58
+ c=2000, t=30,000, received=302578, timeouts=4828, throughput=10085,86, uri=coap://[::1]:5683/hello
59
+ c=2000, t=30,000, received=300166, timeouts=4851, throughput=10005,43, uri=coap://[::1]:5683/hello
60
+ c=2000, t=30,000, received=297644, timeouts=4910, throughput=9921,39, uri=coap://[::1]:5683/hello
61
+ c=3000, t=30,000, received=293239, timeouts=7931, throughput=9774,54, uri=coap://[::1]:5683/hello
62
+ c=3000, t=30,000, received=297246, timeouts=7907, throughput=9908,13, uri=coap://[::1]:5683/hello
63
+ c=3000, t=30,000, received=297358, timeouts=7622, throughput=9911,86, uri=coap://[::1]:5683/hello
64
+ c=4000, t=30,000, received=296751, timeouts=10933, throughput=9891,61, uri=coap://[::1]:5683/hello
65
+ c=4000, t=30,000, received=300619, timeouts=10986, throughput=10020,55, uri=coap://[::1]:5683/hello
66
+ c=4000, t=30,000, received=296246, timeouts=11118, throughput=9874,79, uri=coap://[::1]:5683/hello
67
+ c=5000, t=30,000, received=301616, timeouts=13989, throughput=10053,78, uri=coap://[::1]:5683/hello
68
+ c=5000, t=30,000, received=296714, timeouts=13873, throughput=9890,39, uri=coap://[::1]:5683/hello
69
+ c=5000, t=30,000, received=299870, timeouts=13525, throughput=9995,59, uri=coap://[::1]:5683/hello
70
+ c=6000, t=30,000, received=297207, timeouts=17119, throughput=9906,83, uri=coap://[::1]:5683/hello
71
+ c=6000, t=30,000, received=298140, timeouts=16948, throughput=9937,90, uri=coap://[::1]:5683/hello
72
+ c=6000, t=30,000, received=300298, timeouts=17051, throughput=10009,83, uri=coap://[::1]:5683/hello
73
+ c=7000, t=30,000, received=299727, timeouts=20004, throughput=9990,83, uri=coap://[::1]:5683/hello
74
+ c=7000, t=30,000, received=299189, timeouts=19862, throughput=9972,90, uri=coap://[::1]:5683/hello
75
+ c=7000, t=30,000, received=300566, timeouts=19899, throughput=10018,79, uri=coap://[::1]:5683/hello
76
+ c=8000, t=30,000, received=295959, timeouts=22923, throughput=9865,23, uri=coap://[::1]:5683/hello
77
+ c=8000, t=30,000, received=297284, timeouts=22943, throughput=9909,39, uri=coap://[::1]:5683/hello
78
+ c=8000, t=30,000, received=288734, timeouts=22972, throughput=9624,38, uri=coap://[::1]:5683/hello
79
+ c=9000, t=30,000, received=309569, timeouts=25975, throughput=10318,87, uri=coap://[::1]:5683/hello
80
+ c=9000, t=30,000, received=299281, timeouts=26034, throughput=9975,94, uri=coap://[::1]:5683/hello
81
+ c=9000, t=30,000, received=295430, timeouts=25980, throughput=9847,59, uri=coap://[::1]:5683/hello
82
+ c=10000, t=30,000, received=305175, timeouts=28901, throughput=10172,42, uri=coap://[::1]:5683/hello
83
+ c=10000, t=30,000, received=312964, timeouts=29028, throughput=10432,04, uri=coap://[::1]:5683/hello
84
+ c=10000, t=30,000, received=312053, timeouts=29056, throughput=10401,80, uri=coap://[::1]:5683/hello
@@ -0,0 +1,29 @@
1
+ concurrent,loss,throughput
2
+ 10.0,0.0,4956.66667
3
+ 20.0,0.0,5847.0
4
+ 30.0,0.0,7632.33333
5
+ 40.0,0.0,8040.0
6
+ 50.0,0.0,8306.0
7
+ 60.0,0.0,8658.66667
8
+ 70.0,0.0,8935.0
9
+ 80.0,0.0,9145.0
10
+ 90.0,0.0,9139.33333
11
+ 100.0,0.0,9264.66667
12
+ 200.0,0.0,9946.0
13
+ 300.0,0.01472,9964.66667
14
+ 400.0,0.0822,9894.33333
15
+ 500.0,0.14874,9949.66667
16
+ 600.0,0.24766,10031.0
17
+ 700.0,0.33138,9991.33333
18
+ 800.0,0.43305,10008.66667
19
+ 900.0,0.54896,9955.66667
20
+ 1000.0,0.66531,9949.33333
21
+ 2000.0,1.6203,10003.66667
22
+ 3000.0,2.64236,9864.33333
23
+ 4000.0,3.697,9928.33333
24
+ 5000.0,4.60777,9979.33333
25
+ 6000.0,5.7074,9950.66667
26
+ 7000.0,6.64438,9993.33333
27
+ 8000.0,7.80497,9799.33333
28
+ 9000.0,8.62443,10046.66667
29
+ 10000.0,9.3513,10335.0
@@ -0,0 +1,84 @@
1
+ c=10, t=30,000, received=323533, timeouts=0, throughput=10784,35, uri=coap://[::1]:5683/hello
2
+ c=10, t=30,000, received=327736, timeouts=0, throughput=10924,45, uri=coap://[::1]:5683/hello
3
+ c=10, t=30,000, received=332978, timeouts=0, throughput=11099,17, uri=coap://[::1]:5683/hello
4
+ c=20, t=30,000, received=350019, timeouts=0, throughput=11667,18, uri=coap://[::1]:5683/hello
5
+ c=20, t=30,000, received=351537, timeouts=0, throughput=11717,78, uri=coap://[::1]:5683/hello
6
+ c=20, t=30,000, received=354018, timeouts=0, throughput=11800,48, uri=coap://[::1]:5683/hello
7
+ c=30, t=30,000, received=359884, timeouts=0, throughput=11996,02, uri=coap://[::1]:5683/hello
8
+ c=30, t=30,000, received=359969, timeouts=0, throughput=11999,01, uri=coap://[::1]:5683/hello
9
+ c=30, t=30,000, received=363172, timeouts=0, throughput=12105,61, uri=coap://[::1]:5683/hello
10
+ c=40, t=30,000, received=370403, timeouts=0, throughput=12346,63, uri=coap://[::1]:5683/hello
11
+ c=40, t=30,000, received=368439, timeouts=0, throughput=12281,25, uri=coap://[::1]:5683/hello
12
+ c=40, t=30,000, received=367703, timeouts=0, throughput=12256,65, uri=coap://[::1]:5683/hello
13
+ c=50, t=29,999, received=369126, timeouts=0, throughput=12304,52, uri=coap://[::1]:5683/hello
14
+ c=50, t=30,004, received=370682, timeouts=0, throughput=12354,41, uri=coap://[::1]:5683/hello
15
+ c=50, t=30,000, received=368608, timeouts=0, throughput=12286,84, uri=coap://[::1]:5683/hello
16
+ c=60, t=30,000, received=371501, timeouts=0, throughput=12383,28, uri=coap://[::1]:5683/hello
17
+ c=60, t=30,000, received=368252, timeouts=0, throughput=12274,97, uri=coap://[::1]:5683/hello
18
+ c=60, t=30,000, received=368161, timeouts=0, throughput=12271,94, uri=coap://[::1]:5683/hello
19
+ c=70, t=29,999, received=369120, timeouts=0, throughput=12304,32, uri=coap://[::1]:5683/hello
20
+ c=70, t=29,999, received=369885, timeouts=0, throughput=12329,81, uri=coap://[::1]:5683/hello
21
+ c=70, t=30,000, received=370497, timeouts=0, throughput=12349,80, uri=coap://[::1]:5683/hello
22
+ c=80, t=30,000, received=369086, timeouts=0, throughput=12302,77, uri=coap://[::1]:5683/hello
23
+ c=80, t=30,000, received=371889, timeouts=0, throughput=12396,16, uri=coap://[::1]:5683/hello
24
+ c=80, t=30,000, received=371923, timeouts=0, throughput=12397,34, uri=coap://[::1]:5683/hello
25
+ c=90, t=30,000, received=372105, timeouts=0, throughput=12403,40, uri=coap://[::1]:5683/hello
26
+ c=90, t=30,000, received=371800, timeouts=0, throughput=12393,23, uri=coap://[::1]:5683/hello
27
+ c=90, t=30,000, received=371604, timeouts=0, throughput=12386,71, uri=coap://[::1]:5683/hello
28
+ c=100, t=30,000, received=371765, timeouts=0, throughput=12392,08, uri=coap://[::1]:5683/hello
29
+ c=100, t=30,000, received=372562, timeouts=0, throughput=12418,64, uri=coap://[::1]:5683/hello
30
+ c=100, t=30,010, received=370460, timeouts=0, throughput=12344,64, uri=coap://[::1]:5683/hello
31
+ c=200, t=30,000, received=375362, timeouts=0, throughput=12511,97, uri=coap://[::1]:5683/hello
32
+ c=200, t=30,000, received=373151, timeouts=0, throughput=12438,27, uri=coap://[::1]:5683/hello
33
+ c=200, t=30,000, received=373559, timeouts=0, throughput=12451,87, uri=coap://[::1]:5683/hello
34
+ c=300, t=30,000, received=375897, timeouts=44, throughput=12529,80, uri=coap://[::1]:5683/hello
35
+ c=300, t=30,000, received=378694, timeouts=44, throughput=12623,03, uri=coap://[::1]:5683/hello
36
+ c=300, t=30,000, received=376686, timeouts=44, throughput=12556,08, uri=coap://[::1]:5683/hello
37
+ c=400, t=30,000, received=380626, timeouts=244, throughput=12687,44, uri=coap://[::1]:5683/hello
38
+ c=400, t=30,000, received=377245, timeouts=244, throughput=12574,73, uri=coap://[::1]:5683/hello
39
+ c=400, t=30,000, received=379894, timeouts=244, throughput=12663,04, uri=coap://[::1]:5683/hello
40
+ c=500, t=30,000, received=377018, timeouts=445, throughput=12567,15, uri=coap://[::1]:5683/hello
41
+ c=500, t=30,000, received=378085, timeouts=444, throughput=12602,73, uri=coap://[::1]:5683/hello
42
+ c=500, t=30,000, received=378034, timeouts=444, throughput=12601,02, uri=coap://[::1]:5683/hello
43
+ c=600, t=30,000, received=375629, timeouts=808, throughput=12520,87, uri=coap://[::1]:5683/hello
44
+ c=600, t=30,000, received=378078, timeouts=819, throughput=12602,47, uri=coap://[::1]:5683/hello
45
+ c=600, t=30,000, received=379109, timeouts=691, throughput=12636,87, uri=coap://[::1]:5683/hello
46
+ c=700, t=30,000, received=376086, timeouts=1152, throughput=12536,10, uri=coap://[::1]:5683/hello
47
+ c=700, t=29,999, received=377151, timeouts=1006, throughput=12572,00, uri=coap://[::1]:5683/hello
48
+ c=700, t=30,000, received=376359, timeouts=936, throughput=12545,11, uri=coap://[::1]:5683/hello
49
+ c=800, t=30,000, received=376830, timeouts=1198, throughput=12560,91, uri=coap://[::1]:5683/hello
50
+ c=800, t=30,000, received=376732, timeouts=1185, throughput=12557,63, uri=coap://[::1]:5683/hello
51
+ c=800, t=30,001, received=375909, timeouts=1294, throughput=12530,00, uri=coap://[::1]:5683/hello
52
+ c=900, t=30,000, received=371927, timeouts=1616, throughput=12397,45, uri=coap://[::1]:5683/hello
53
+ c=900, t=30,000, received=377730, timeouts=1734, throughput=12590,90, uri=coap://[::1]:5683/hello
54
+ c=900, t=30,000, received=376047, timeouts=1691, throughput=12534,81, uri=coap://[::1]:5683/hello
55
+ c=1000, t=30,000, received=377663, timeouts=2017, throughput=12588,67, uri=coap://[::1]:5683/hello
56
+ c=1000, t=30,000, received=380032, timeouts=1983, throughput=12667,64, uri=coap://[::1]:5683/hello
57
+ c=1000, t=30,000, received=379406, timeouts=2040, throughput=12646,77, uri=coap://[::1]:5683/hello
58
+ c=2000, t=30,000, received=378628, timeouts=5007, throughput=12620,84, uri=coap://[::1]:5683/hello
59
+ c=2000, t=30,000, received=376638, timeouts=4813, throughput=12554,52, uri=coap://[::1]:5683/hello
60
+ c=2000, t=30,000, received=373570, timeouts=4948, throughput=12452,23, uri=coap://[::1]:5683/hello
61
+ c=3000, t=30,000, received=374829, timeouts=7997, throughput=12494,20, uri=coap://[::1]:5683/hello
62
+ c=3000, t=30,000, received=377413, timeouts=7859, throughput=12580,33, uri=coap://[::1]:5683/hello
63
+ c=3000, t=30,000, received=375410, timeouts=7987, throughput=12513,57, uri=coap://[::1]:5683/hello
64
+ c=4000, t=30,000, received=373932, timeouts=11012, throughput=12464,31, uri=coap://[::1]:5683/hello
65
+ c=4000, t=30,000, received=375438, timeouts=11020, throughput=12514,51, uri=coap://[::1]:5683/hello
66
+ c=4000, t=30,000, received=378163, timeouts=10953, throughput=12605,32, uri=coap://[::1]:5683/hello
67
+ c=5000, t=30,000, received=379253, timeouts=13986, throughput=12641,66, uri=coap://[::1]:5683/hello
68
+ c=5000, t=30,000, received=376407, timeouts=13906, throughput=12546,79, uri=coap://[::1]:5683/hello
69
+ c=5000, t=30,000, received=378129, timeouts=14069, throughput=12604,21, uri=coap://[::1]:5683/hello
70
+ c=6000, t=30,000, received=377086, timeouts=16975, throughput=12569,41, uri=coap://[::1]:5683/hello
71
+ c=6000, t=30,000, received=376433, timeouts=16915, throughput=12547,69, uri=coap://[::1]:5683/hello
72
+ c=6000, t=30,000, received=375785, timeouts=17023, throughput=12526,05, uri=coap://[::1]:5683/hello
73
+ c=7000, t=30,000, received=376717, timeouts=20005, throughput=12557,14, uri=coap://[::1]:5683/hello
74
+ c=7000, t=30,000, received=377938, timeouts=20007, throughput=12597,83, uri=coap://[::1]:5683/hello
75
+ c=7000, t=30,000, received=378625, timeouts=19925, throughput=12620,71, uri=coap://[::1]:5683/hello
76
+ c=8000, t=30,000, received=377397, timeouts=22998, throughput=12579,77, uri=coap://[::1]:5683/hello
77
+ c=8000, t=30,000, received=377978, timeouts=22928, throughput=12599,17, uri=coap://[::1]:5683/hello
78
+ c=8000, t=30,000, received=376662, timeouts=22999, throughput=12555,31, uri=coap://[::1]:5683/hello
79
+ c=9000, t=30,000, received=374669, timeouts=25927, throughput=12488,87, uri=coap://[::1]:5683/hello
80
+ c=9000, t=30,000, received=374507, timeouts=25924, throughput=12483,46, uri=coap://[::1]:5683/hello
81
+ c=9000, t=30,000, received=375295, timeouts=25984, throughput=12509,70, uri=coap://[::1]:5683/hello
82
+ c=10000, t=30,000, received=385378, timeouts=29143, throughput=12845,83, uri=coap://[::1]:5683/hello
83
+ c=10000, t=30,000, received=380367, timeouts=29021, throughput=12678,80, uri=coap://[::1]:5683/hello
84
+ c=10000, t=30,000, received=378504, timeouts=29151, throughput=12616,69, uri=coap://[::1]:5683/hello
@@ -0,0 +1,29 @@
1
+ concurrent,loss,throughput
2
+ 10.0,0.0,10935.66667
3
+ 20.0,0.0,11728.0
4
+ 30.0,0.0,12033.33333
5
+ 40.0,0.0,12294.33333
6
+ 50.0,0.0,12314.66667
7
+ 60.0,0.0,12309.33333
8
+ 70.0,0.0,12327.33333
9
+ 80.0,0.0,12365.0
10
+ 90.0,0.0,12394.0
11
+ 100.0,0.0,12384.66667
12
+ 200.0,0.0,12466.66667
13
+ 300.0,0.01167,12569.33333
14
+ 400.0,0.06434,12641.33333
15
+ 500.0,0.11764,12590.0
16
+ 600.0,0.20462,12586.0
17
+ 700.0,0.2739,12551.0
18
+ 800.0,0.32555,12549.0
19
+ 900.0,0.44781,12507.0
20
+ 1000.0,0.53118,12633.66667
21
+ 2000.0,1.30825,12542.0
22
+ 3000.0,2.11439,12529.0
23
+ 4000.0,2.92541,12527.66667
24
+ 5000.0,3.70095,12597.0
25
+ 6000.0,4.50835,12547.33333
26
+ 7000.0,5.28881,12591.33333
27
+ 8000.0,6.08858,12577.66667
28
+ 9000.0,6.92192,12493.33333
29
+ 10000.0,7.63077,12713.0
@@ -0,0 +1,84 @@
1
+ c=10, t=30,000, received=164416, timeouts=0, throughput=5480,50, uri=coap://[::1]:5683/hello
2
+ c=10, t=30,000, received=152560, timeouts=0, throughput=5085,29, uri=coap://[::1]:5683/hello
3
+ c=10, t=30,000, received=150350, timeouts=0, throughput=5011,62, uri=coap://[::1]:5683/hello
4
+ c=20, t=30,001, received=184364, timeouts=0, throughput=6145,35, uri=coap://[::1]:5683/hello
5
+ c=20, t=30,000, received=189226, timeouts=0, throughput=6307,48, uri=coap://[::1]:5683/hello
6
+ c=20, t=30,000, received=187092, timeouts=0, throughput=6236,35, uri=coap://[::1]:5683/hello
7
+ c=30, t=30,000, received=232190, timeouts=0, throughput=7739,60, uri=coap://[::1]:5683/hello
8
+ c=30, t=30,000, received=230573, timeouts=0, throughput=7685,70, uri=coap://[::1]:5683/hello
9
+ c=30, t=30,000, received=232795, timeouts=0, throughput=7759,77, uri=coap://[::1]:5683/hello
10
+ c=40, t=30,000, received=258908, timeouts=0, throughput=8630,18, uri=coap://[::1]:5683/hello
11
+ c=40, t=30,000, received=258307, timeouts=0, throughput=8610,14, uri=coap://[::1]:5683/hello
12
+ c=40, t=30,000, received=259019, timeouts=0, throughput=8633,88, uri=coap://[::1]:5683/hello
13
+ c=50, t=30,000, received=271209, timeouts=0, throughput=9040,23, uri=coap://[::1]:5683/hello
14
+ c=50, t=30,000, received=268864, timeouts=0, throughput=8962,07, uri=coap://[::1]:5683/hello
15
+ c=50, t=30,000, received=265359, timeouts=0, throughput=8845,23, uri=coap://[::1]:5683/hello
16
+ c=60, t=30,000, received=273881, timeouts=0, throughput=9129,30, uri=coap://[::1]:5683/hello
17
+ c=60, t=30,000, received=273256, timeouts=0, throughput=9108,46, uri=coap://[::1]:5683/hello
18
+ c=60, t=30,000, received=273953, timeouts=0, throughput=9131,69, uri=coap://[::1]:5683/hello
19
+ c=70, t=30,000, received=281308, timeouts=0, throughput=9376,86, uri=coap://[::1]:5683/hello
20
+ c=70, t=30,000, received=279483, timeouts=0, throughput=9316,02, uri=coap://[::1]:5683/hello
21
+ c=70, t=30,000, received=280655, timeouts=0, throughput=9355,10, uri=coap://[::1]:5683/hello
22
+ c=80, t=30,009, received=290874, timeouts=0, throughput=9692,94, uri=coap://[::1]:5683/hello
23
+ c=80, t=30,000, received=289087, timeouts=0, throughput=9636,16, uri=coap://[::1]:5683/hello
24
+ c=80, t=30,000, received=290711, timeouts=0, throughput=9690,29, uri=coap://[::1]:5683/hello
25
+ c=90, t=30,010, received=294510, timeouts=0, throughput=9813,61, uri=coap://[::1]:5683/hello
26
+ c=90, t=30,000, received=300025, timeouts=0, throughput=10000,76, uri=coap://[::1]:5683/hello
27
+ c=90, t=30,000, received=290940, timeouts=0, throughput=9697,93, uri=coap://[::1]:5683/hello
28
+ c=100, t=30,000, received=300118, timeouts=0, throughput=10003,86, uri=coap://[::1]:5683/hello
29
+ c=100, t=30,000, received=299593, timeouts=0, throughput=9986,36, uri=coap://[::1]:5683/hello
30
+ c=100, t=30,000, received=298354, timeouts=0, throughput=9945,06, uri=coap://[::1]:5683/hello
31
+ c=200, t=29,999, received=325882, timeouts=0, throughput=10863,01, uri=coap://[::1]:5683/hello
32
+ c=200, t=30,000, received=326343, timeouts=0, throughput=10878,02, uri=coap://[::1]:5683/hello
33
+ c=200, t=30,000, received=326179, timeouts=0, throughput=10872,55, uri=coap://[::1]:5683/hello
34
+ c=300, t=30,000, received=327685, timeouts=44, throughput=10922,75, uri=coap://[::1]:5683/hello
35
+ c=300, t=29,999, received=326165, timeouts=44, throughput=10872,44, uri=coap://[::1]:5683/hello
36
+ c=300, t=30,000, received=327493, timeouts=44, throughput=10916,33, uri=coap://[::1]:5683/hello
37
+ c=400, t=30,000, received=323834, timeouts=244, throughput=10794,39, uri=coap://[::1]:5683/hello
38
+ c=400, t=30,000, received=325429, timeouts=244, throughput=10847,55, uri=coap://[::1]:5683/hello
39
+ c=400, t=29,999, received=324538, timeouts=244, throughput=10818,21, uri=coap://[::1]:5683/hello
40
+ c=500, t=30,000, received=320305, timeouts=444, throughput=10676,76, uri=coap://[::1]:5683/hello
41
+ c=500, t=30,000, received=324713, timeouts=445, throughput=10823,67, uri=coap://[::1]:5683/hello
42
+ c=500, t=30,000, received=324984, timeouts=444, throughput=10832,72, uri=coap://[::1]:5683/hello
43
+ c=600, t=30,000, received=321413, timeouts=700, throughput=10713,69, uri=coap://[::1]:5683/hello
44
+ c=600, t=30,000, received=324438, timeouts=837, throughput=10814,50, uri=coap://[::1]:5683/hello
45
+ c=600, t=30,000, received=321646, timeouts=684, throughput=10721,42, uri=coap://[::1]:5683/hello
46
+ c=700, t=30,000, received=324341, timeouts=1096, throughput=10811,27, uri=coap://[::1]:5683/hello
47
+ c=700, t=30,001, received=322182, timeouts=968, throughput=10739,18, uri=coap://[::1]:5683/hello
48
+ c=700, t=30,000, received=323158, timeouts=985, throughput=10771,85, uri=coap://[::1]:5683/hello
49
+ c=800, t=30,000, received=324295, timeouts=1266, throughput=10809,75, uri=coap://[::1]:5683/hello
50
+ c=800, t=30,000, received=320635, timeouts=1368, throughput=10687,74, uri=coap://[::1]:5683/hello
51
+ c=800, t=30,000, received=324674, timeouts=1299, throughput=10822,37, uri=coap://[::1]:5683/hello
52
+ c=900, t=30,001, received=324021, timeouts=1594, throughput=10800,33, uri=coap://[::1]:5683/hello
53
+ c=900, t=30,000, received=323401, timeouts=1525, throughput=10779,93, uri=coap://[::1]:5683/hello
54
+ c=900, t=30,000, received=322869, timeouts=1629, throughput=10762,20, uri=coap://[::1]:5683/hello
55
+ c=1000, t=30,000, received=319530, timeouts=1868, throughput=10650,92, uri=coap://[::1]:5683/hello
56
+ c=1000, t=30,000, received=323293, timeouts=1863, throughput=10776,32, uri=coap://[::1]:5683/hello
57
+ c=1000, t=30,000, received=322062, timeouts=1981, throughput=10735,32, uri=coap://[::1]:5683/hello
58
+ c=2000, t=30,000, received=320834, timeouts=4927, throughput=10694,31, uri=coap://[::1]:5683/hello
59
+ c=2000, t=30,000, received=317422, timeouts=4856, throughput=10580,64, uri=coap://[::1]:5683/hello
60
+ c=2000, t=30,000, received=320381, timeouts=4836, throughput=10679,28, uri=coap://[::1]:5683/hello
61
+ c=3000, t=30,000, received=318041, timeouts=7917, throughput=10601,27, uri=coap://[::1]:5683/hello
62
+ c=3000, t=30,000, received=322619, timeouts=8045, throughput=10753,88, uri=coap://[::1]:5683/hello
63
+ c=3000, t=30,000, received=322424, timeouts=8012, throughput=10747,39, uri=coap://[::1]:5683/hello
64
+ c=4000, t=30,000, received=316461, timeouts=11142, throughput=10548,60, uri=coap://[::1]:5683/hello
65
+ c=4000, t=30,000, received=317683, timeouts=10957, throughput=10589,33, uri=coap://[::1]:5683/hello
66
+ c=4000, t=30,000, received=323358, timeouts=10878, throughput=10778,52, uri=coap://[::1]:5683/hello
67
+ c=5000, t=30,000, received=323214, timeouts=13815, throughput=10773,72, uri=coap://[::1]:5683/hello
68
+ c=5000, t=30,000, received=316009, timeouts=13835, throughput=10533,53, uri=coap://[::1]:5683/hello
69
+ c=5000, t=30,000, received=337374, timeouts=13949, throughput=11245,71, uri=coap://[::1]:5683/hello
70
+ c=6000, t=30,000, received=321053, timeouts=17106, throughput=10701,67, uri=coap://[::1]:5683/hello
71
+ c=6000, t=30,000, received=326558, timeouts=17044, throughput=10885,18, uri=coap://[::1]:5683/hello
72
+ c=6000, t=30,000, received=321227, timeouts=17091, throughput=10707,47, uri=coap://[::1]:5683/hello
73
+ c=7000, t=30,000, received=322629, timeouts=19917, throughput=10754,22, uri=coap://[::1]:5683/hello
74
+ c=7000, t=30,000, received=322458, timeouts=19873, throughput=10748,50, uri=coap://[::1]:5683/hello
75
+ c=7000, t=30,000, received=336214, timeouts=20119, throughput=11207,05, uri=coap://[::1]:5683/hello
76
+ c=8000, t=30,000, received=321170, timeouts=23033, throughput=10705,56, uri=coap://[::1]:5683/hello
77
+ c=8000, t=30,000, received=323295, timeouts=23120, throughput=10776,41, uri=coap://[::1]:5683/hello
78
+ c=8000, t=30,000, received=321351, timeouts=23124, throughput=10711,59, uri=coap://[::1]:5683/hello
79
+ c=9000, t=30,000, received=335390, timeouts=25935, throughput=11179,59, uri=coap://[::1]:5683/hello
80
+ c=9000, t=29,999, received=322642, timeouts=26027, throughput=10754,99, uri=coap://[::1]:5683/hello
81
+ c=9000, t=30,000, received=318992, timeouts=26135, throughput=10632,98, uri=coap://[::1]:5683/hello
82
+ c=10000, t=30,000, received=318739, timeouts=28954, throughput=10624,52, uri=coap://[::1]:5683/hello
83
+ c=10000, t=30,000, received=322507, timeouts=29039, throughput=10750,15, uri=coap://[::1]:5683/hello
84
+ c=10000, t=30,000, received=339116, timeouts=28949, throughput=11303,78, uri=coap://[::1]:5683/hello