[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] The meaning of variable pdrops_ , bdrops_ in QueueMonitor..



> Anyone explain the meaning of the variable 'pdrops_', 'bdrops_' in
> QueueMonitor.

pdrops_ is the number of packets dropped, bdrops_ is the cumulative number
of bytes dropped (the sum of the sizes of the dropped packets).

Sean.

> I find the variable related of drop in queue.
> I found above two variables. but, I don't know the meaning of this
> variables.
> 
> --------------------------------------------------------------------------
> 
> class QueueMonitor : public TclObject {
> public:
>  QueueMonitor() : bytesInt_(NULL), pktsInt_(NULL), delaySamp_(NULL),
>   size_(0), pkts_(0),
>   parrivals_(0), barrivals_(0),
>   pdepartures_(0), bdepartures_(0),
>   pdrops_(0), bdrops_(0),
>   srcId_(0), dstId_(0), channel_(0)
>  {
>   bind("size_", &size_);
>   bind("pkts_", &pkts_);
>   bind("parrivals_", &parrivals_);
>   bind("barrivals_", &barrivals_);
>   bind("pdepartures_", &pdepartures_);
>   bind("bdepartures_", &bdepartures_);
>   bind("pdrops_", &pdrops_);
>   bind("bdrops_", &bdrops_);
>   bind("off_cmn_", &off_cmn_);
>  };
> 
> ...
> ...
> ..
> 
> 


-----
Sean Murphy,			Email: [email protected]
Teltec Ireland,			Phone: +353-1-7045080
DCU, Dublin 9,			Fax:   +353-1-7045092
Ireland.