The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
struct gnet_stats_queue { __u32 qlen; __u32 backlog; __u32 drops; __u32 requeues; __u32 overlimits; }; |
queue length
backlog size of queue
number of dropped packets
number of requeues
number of enqueues over the limit
<<< Previous | Home | Next >>> |
struct gnet_stats_rate_est | Up | struct gnet_estimator |