- overlimits : Packet is not sent due to ceil or rate restrictions
So there was too much data in the class. But don't believe this too much. It depends on how often the qdisc looked for packets. This counter is incremented per unsuccessful DRR loop and it's possible that this happens more then once per packet.
Each dropped packet is overlimited.
- lended : # of packets donated by this class (from its rate)
- borrowed : # packets borrowed from the parent
So the rate was not high enough, but there was bandwidth available from the parent to fulfill the request.
stef.coene@docum.org |