The sharing scenario has 7 steps: - 1 class 2:0 backlogged (backlogged means saturated) - 2 class 3:0 backlogged - 3 class 6:0 backlogged - 4 class 2:0 and 3:0 backlogged - 5 class 2:0 and 6:0 backlogged - 6 class 3:0 and 6:0 backlogged - 7 class 2:0 and 3:0 and 6:0 backlogged
The results of the dequeues are for each step: - 1,2,3 : 64000 byte/sec Expected: 500000 bit/s = 62500 byte/sec - 4 class 2:0 43000 byte/sec Expected: 375000 bit/s = 46875 byte/sec class 3:0 20500 byte/sec Expected: 125000 bit/s = 15625 byte/sec Note: this slight defect should be corrected in futur versions - 5 class 2:0 25000 byte/sec Expected: 200000 bit/s = 25000 byte/sec class 6:0 38000 byte/sec Expected: 300000 bit/s = 37500 byte/sec - 6 class 3:0 25000 byte/sec Expected: 200000 bit/s = 25000 byte/sec class 6:0 38000 byte/sec Expected: 300000 bit/s = 37500 byte/sec - 7 class 2:0 19000 byte/sec Expected: 150000 bit/s = 18750 byte/sec class 3:0 6500 byte/sec Expected: 50000 bit/s = 6250 byte/sec class 6:0 37500 byte/sec Expected: 300000 bit/s = 37500 byte/sec
The expected results are for each step: - 1,2,3 : 62500 byte/sec dequeue Expected: 500000 bit/s = 62500 byte/sec - 4 class 2:0 47000 byte/sec Expected: 375000 bit/s = 46875 byte/sec class 3:0 15500 byte/sec Expected: 125000 bit/s = 15625 byte/sec - 5 class 2:0 25000 byte/sec Expected: 200000 bit/s = 25000 byte/sec class 6:0 37500 byte/sec Expected: 300000 bit/s = 37500 byte/sec - 6 class 3:0 25000 byte/sec Expected: 200000 bit/s = 25000 byte/sec class 6:0 37500 byte/sec Expected: 300000 bit/s = 37500 byte/sec - 7 class 2:0 18750 byte/sec Expected: 150000 bit/s = 18750 byte/sec class 3:0 6250 byte/sec Expected: 50000 bit/s = 6250 byte/sec class 6:0 37500 byte/sec Expected: 300000 bit/s = 37500 byte/sec
The following is a screen capture of the monitoring tool during HTB tests
The following represents the same data but done with the "save" button and exploited with gnuplot. The colors are not the same as the monitor, you can identify which color belongs to which class by yourself.
The following is a screen capture of the monitoring tool during HFSC tests
The following represents the same data but done with the "save" button and exploited with gnuplot.