Polling interval is set at 1 minute
Cron interval is set at 5 minutes
This isn't a huge deal, but does seem like it could cause some issues. I've noticed that as the cron job gets further and further into a 5 minute period the start time of the polls gets further and further off from what I believe their start time is supposed to be, this is purely based on me watching task manager and correlating cpu usage to the clock.
In my most recent instance cpu usage spike at exactly 11:00:00, then the next time it started at 11:01:06...see below for full 5 minutes.
11:00:00
11:01:06
11:02:10
11:03:15
11:04:19
11:05:00
Attached is a screen shot of my taskmanager. If you look at the memory usage the poller start time drift is easy to see.
While my poll times are generally under 30 seconds....
Code: Select all
07/31/2009 11:05:20 AM - SYSTEM STATS: Time:20.2958 Method:spine Processes:8 Threads:16 Hosts:257 HostsPerProcess:33 DataSources:3801 RRDsProcessed:2274
07/31/2009 11:04:40 AM - SYSTEM STATS: Time:21.4638 Method:spine Processes:8 Threads:16 Hosts:257 HostsPerProcess:33 DataSources:3802 RRDsProcessed:2279
07/31/2009 11:03:34 AM - SYSTEM STATS: Time:20.3084 Method:spine Processes:8 Threads:16 Hosts:257 HostsPerProcess:33 DataSources:3802 RRDsProcessed:2277
07/31/2009 11:02:29 AM - SYSTEM STATS: Time:20.5435 Method:spine Processes:8 Threads:16 Hosts:257 HostsPerProcess:33 DataSources:3802 RRDsProcessed:2271
07/31/2009 11:01:25 AM - SYSTEM STATS: Time:20.4162 Method:spine Processes:8 Threads:16 Hosts:257 HostsPerProcess:33 DataSources:3802 RRDsProcessed:2276
07/31/2009 11:00:20 AM - SYSTEM STATS: Time:20.5065 Method:spine Processes:8 Threads:16 Hosts:257 HostsPerProcess:33 DataSources:3802 RRDsProcessed:2274
any ideas why this may be happening?