PCQ Type | Result |
---|---|
Rate | 512K | Queue Size | 50 | Total Queue Size | 2000 | Burst Rate | 1M |
Burst Threshold | 384K |
Burst Time | 16 |
PCQ Queue Size:
Total Queue Size = ( Total Client * Queue Size )
Total Queue Size = ( 40 * 50 ) = 2000 KiB
Total Queue Size = ( Total Client * Queue Size )
Total Queue Size = ( 40 * 50 ) = 2000 KiB
From 40 client it can get 50 packets per client with 2000 Size Total Packets. With 2000 size total packets it can drain 4MB of RAM Router.
PCQ Burst Result:
Burst Duration = ( Burst Threshold * Burst Time ) / Burst Rate
Burst Duration = ( 384K * 16 ) / 1M = 6 second
Burst Duration = ( Burst Threshold * Burst Time ) / Burst Rate
Burst Duration = ( 384K * 16 ) / 1M = 6 second
Every Client (sub queue) can get Burst Speed to 1M in 6 second.