
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
(SiS) Support Tip : Time Stamp of Daily Log
Daily Log line records the ending time of the monitor run. This is NOT the starting time of the monitor run.
Let's assume the Ping monitor configured at default Frequency: 10 Minutes, then we could see patterns as below.
[SiteScope2016_05_16.log]
22:16:47 05/16/2016 good 1224638448 Ping: 10.11.12.13 10 ms 4:6 ok 10.0 100
22:26:47 05/16/2016 good 1224638448 Ping: 10.11.12.13 10 ms 4:7 ok 10.0 100
22:36:47 05/16/2016 good 1224638448 Ping: 10.11.12.13 10 ms 4:8 ok 10.0 100
22:47:08 05/16/2016 error 1224638448 Ping: 10.11.12.13 failed 4:9 failed n/a 0 failure
22:56:47 05/16/2016 good 1224638448 Ping: 10.11.12.13 10 ms 4:10 ok 10.0 100
23:06:47 05/16/2016 good 1224638448 Ping: 10.11.12.13 10 ms 4:11 ok 10.0 100
23:16:47 05/16/2016 good 1224638448 Ping: 10.11.12.13 10 ms 4:12 ok 10.0 100
Please notice 22:47:08 is the ending time of that particular monitor run. We often find such the increase around some errors around retry/timeout, e.g. network outage to the target. We could confirm the detail in DEBUG RunMonitor.log that the monitor started around 2016-05-16 22:46:47 then ended around 22:47:08. Next run 22:56:47 is again starting & completing in less than a second.
[RunMonitor.log]
2016-05-16 22:16:47,101 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 22:16:47,101 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
2016-05-16 22:26:47,111 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 22:26:47,111 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
2016-05-16 22:36:47,125 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 22:36:47,125 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
2016-05-16 22:46:47,139 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 22:47:08,979 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
2016-05-16 22:56:47,139 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 22:56:47,139 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
2016-05-16 23:06:47,153 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 23:06:47,153 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
2016-05-16 23:16:47,153 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2345) DEBUG - alertDebug: 12cfacd 'STARTING MONITOR: Ping: 10.11.12.13
2016-05-16 23:16:47,153 [Ping: 10.11.12.13(1224638448/4) ] (AtomicMonitor.java:2658) DEBUG - alertDebug: 12cfacd END OF THIS MONITOR
Regards,