obixDriver-ObixPollScheduler

This component is a child component of every device-level ObixClient. It provides a flexible polling algorithm based on four polling buckets.
Figure 12.   Poll Scheduler properties
Image

One way to access these properties, expand Config > Drivers > ObixNetwork > ObixClient, right-click Alarms and double-click Poll Scheduler in the Nav tree.

Property Value Description
Poll Enabled true (default) or false Enables or disables the Poll Scheduler.
Fast Rate hh-mm-ss, 1ms ... +inf Defaults to 00–00–01 Sets the target polling interval for pollables assigned to this rate group.
Normal Rate hh-mm-ss, 1ms ... +inf Defaults to 00–00–05 Sets the target polling interval for pollables assigned to this rate group.
Slow Rate hh-mm-ss, 1ms ... +inf Defaults to 00–00–30 Sets the target polling interval for pollables assigned to this rate group.
Statistics Start read-only date time Reports the last time statistics were reset.
Average Poll read-only time Reports the average time spent in each poll.
Busy Time read-only time Reports the percentage of the time that the station was busy doing polls.
Total Polls read-only Numeric over time Reports the total number of polls conducted and the time spent waiting for polls to execute.
Dibs Polls read-only Numeric % (Numeric/Numeric) Reports the percentage and ratio of the number of DIBS polls versus total polls.
Fast Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the fast queue.
Normal Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the normal queue.
Slow Polls read-only Numeric % (Numeric/Numeric) Reports the total number of polls made processing the slow queue.
Dibs Count read-only current=numeric average=numeric Reports the current and average number of components in the dibs stack. (DIBS stands for Distributed Internet Backup System).
Fast Count read-only current=numeric average=numeric Reports the current and average number of components in the fast queue.
Normal Count read-only current=numeric average=numeric Reports the current and average number of components in the normal queue.
Slow Count read-only current=numeric average=numeric Reports the current and average number of components in the slow queue.
Fast Cycle Time read-only average = time Reports the average cycle time for the fast queue.
Normal Cycle Time read-only average = time Reports the average cycle time for the normal queue.
Slow Cycle Time read-only average = time Reports the average cycle time for the slow queue.