Package onep :: Package policyservice :: Module statistics :: Class QueueStatistics
[frames] | no frames]

Class QueueStatistics


QueueStatistics class.

This class gets the information from the Network Element about QueueStatistics.

Instance Methods
 
__init__(self, queue_size_bytes, queue_size_packets, drop_bytes, drop_packets, flow_drops, no_buffer_drops, out_bytes, out_packets)
Constructor of Class QueueStatistics.
 
__str__(self)
str(x)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  queue_size_bytes = property(_get_queue_size_bytes, None, None,...
  queue_size_packets = property(_get_queue_size_packets, None, N...
  drop_bytes = property(_get_drop_bytes, None, None, _doc_drop_b...
  drop_packets = property(_get_drop_packets, None, None, _doc_dr...
  flow_drops = property(_get_flow_drops, None, None, _doc_flow_d...
  no_buffer_drops = property(_get_no_buffer_drops, None, None, _...
  out_bytes = property(_get_out_bytes, None, None, _doc_out_bytes)
  out_packets = property(_get_out_packets, None, None, _doc_out_...
Properties

Inherited from object: __class__

Method Details

__init__(self, queue_size_bytes, queue_size_packets, drop_bytes, drop_packets, flow_drops, no_buffer_drops, out_bytes, out_packets)
(Constructor)

 

Constructor of Class QueueStatistics.

Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details

queue_size_bytes

Value:
property(_get_queue_size_bytes, None, None, _doc_queue_size_bytes)

queue_size_packets

Value:
property(_get_queue_size_packets, None, None, _doc_queue_size_packets)

drop_bytes

Value:
property(_get_drop_bytes, None, None, _doc_drop_bytes)

drop_packets

Value:
property(_get_drop_packets, None, None, _doc_drop_packets)

flow_drops

Value:
property(_get_flow_drops, None, None, _doc_flow_drops)

no_buffer_drops

Value:
property(_get_no_buffer_drops, None, None, _doc_no_buffer_drops)

out_packets

Value:
property(_get_out_packets, None, None, _doc_out_packets)