ClassifierEntryStatistics¶
Leafs
- 
class 
InterfacesState.Interface.DiffservTargetEntry.DiffservTargetClassifierStatistics.ClassifierEntryStatistics¶ Bases:
EntityClass Hierarchy:
InterfacesStateInterfaceDiffservTargetEntryDiffservTargetClassifierStatisticsClassifierEntryStatisticsThis class represents state data.
This group defines the classifier filter statistics of
each classifier entry
- 
classified_pkts¶ - Number of total packets which filtered to the classifier-entry
type: int
range: 0..18446744073709551615config: False
 
- 
classified_bytes¶ - Number of total bytes which filtered to the classifier-entry
type: int
range: 0..18446744073709551615config: False
 
- 
classified_rate¶ - Rate of average data flow through the classifier-entry
type: int
range: 0..18446744073709551615config: False
units: bits-per-second
 
-