Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option NameOption Description
ResponseTimeshows the system's response time

InOutErrorDiscards

includes packet discard and error statistics

AvgMaxInOutBitsincludes average and maxima of the data transfer rates
ErrPctinclude maxima of input and output error percentages
ErrExc

include number of exceptions above wan_error_exception_threshold

DiscPctinclude maxima of input and output packet discard percentages
DiscExcinclude number of exceptions above wan_discards_exception_threshold
Util95include the 95th percentile of input and output interface utilisation
UtilExcinclude number of exceptions above wanwanutil_util_exception_threshold

 

To define your own detail level, open conf/opReports.nmis in an editor and look for the block named ''report_wan_levels", which should look like this:

...

Code Block
themeEmacs
 'wan_error_exception_threshold' => 51.0,
 'wan_discards_exception_threshold' => 1.0,
 'wanwanutil_util_exception_threshold' => 33.360,

The three values above are given in percent and specify the thresholds for counting exceptions in terms of  packet errors, packet discards and interface utilisation percentages, respectively.

...