Pollerd Schedule
You can use the opennms:pollerd-schedule
Karaf Shell command to output details of the Pollerd scheduler.
-
List all collected statistics of the Pollerd daemon.
opennms:pollerd-schedule
-
Use
--services/-s
to output a number of scheduled services. The option’s argument specifies the limit. Use0
to display all scheduled services.opennms:pollerd-schedule --services 0
-
You can alter the output by specifying
--columns/-c
using a comma-seperated list of the columns to display.opennms:pollerd-schedule --services 0 --columns nodeId,readyTimeMs
-
You can alter the order of the displayed service schedules by using the option
--option/-o
. To switch to a descending order specify the additional option--desc/-d
.opennms:pollerd-schedule --services 0 --order nodeId --desc