QoS Report

New in version 3.4.1 for NMIS8 and version 4.2.1 for NMIS9

QoS Report will generally not include interfaces in the report that have 'collect=false' set.
However,  from opReports versions 3.4.1 and 4.2.1, Standardised Quality of Service supported devices that do not support CBQoS will display interface QoS even though the interface has a setting of 'collect=false'.

New in version 3.3.0

Model and Vendor details are provided per node in the report.

Bold Introduction

The QoS report is intended to provide an overview of the Quality of Service configuration and utilisation of the selected nodes.

QoS Report will not include interfaces in the report that are disabled.

Rules

To assist in the assimilation of the data, a few simple rules have been applied to the statistics to assist with highlighting some possible problem areas.

Queue Drop

/path/to/omk/conf/opCommon.nmis config option opreport_rules/qos_droppkt (default 1) applies:
This condition indicates that a QoS Policy is being exceeded and packets in this class have been dropped. It may or may not be impacting applications, depending on how they handle packet loss. For example, HTTP will generally handle packet loss with no problems, while voice and video do not suffer packet loss very well at all.
  If an interface utilisation is greater than 0% input and 0% output;
  AND DropPkt is greater than opreport_rules/qos_droppkt (default 1) packet per second;
  THEN this class is highlighted yellow.

Class Under Utilised

/path/to/omk/conf/opCommon.nmis config option opreport_rules/qos_lowutil (default 1) applies:
This condition indicates that the QoS class was configured to be used for traffic, and there are VERY low levels of traffic in that class. It might be possible to update the QoS policy allocating some of this bandwidth to other classes.
  If an interface utilisation is greater than 0% input and 0% output;
  AND the Policy Percent is greater than 0 percent;
  AND PrePolicyUtil is less than opreport_rules/qos_lowutil (default 1) percent;
  THEN this class is highlighted yellow.


Class Utilisation Exceeding Policy

This condition indicates that QoS class was configured for a certain bandwidth and the traffic levels have exceeded the configured policy. This may not be a problem, depending on QoS configuration, traffic may be being forwarded or discarded, if necessary increase the bandwidth allocated to this class.
  If an interface utilisation is greater than 0% input and 0% output;
  AND PrePolicyUtil exceeds the classes configured bandwidth Percent;
  THEN this class is highlighted yellow.

Example

A full report can be downloaded and viewed Here



Standardised Quality of Service - n
ew in version 3.2.0

The QoS report now provides 'Standardised Quality of Service' on Cisco, Huawei, Juniper and Teldat devices insofar as these devices support QoS.