Timeline timing question #99
-
Just wanted to post a couple statements to make sure my understanding of the actions within the timeline file are correct. Please correct me if I'm wrong. I often am lol.
Am I close? Additionally I am having a hard time nailing down the delay variable, doesn't seem to map to seconds or milliseconds. Also the timer value doesn't seem linear. A value of 100 is about 1.12 seconds, so I thought a value of 6720 should be about 1 min. Instead it was about 7.08 seconds. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are correct on both (1) and (2) but most handlers (all I think?) have jitter built into them — so that if you have 100 agents doing things on the same timeline, all 100 aren't doing exactly the same thing at the same time. Delay times are in ms — so 15 minutes is 900000 ms. I suppose I could make the jitter configurable, so that if you wanted to turn that off, ghosts clients would operate on strict times that you enter on the timeline. But to me, that is a JIT activity, not something that would typically be put into the normal default agent timeline. I might not be thinking about the right use case for what you want to do though, so if its something specific, please let me know. |
Beta Was this translation helpful? Give feedback.
You are correct on both (1) and (2) but most handlers (all I think?) have jitter built into them — so that if you have 100 agents doing things on the same timeline, all 100 aren't doing exactly the same thing at the same time.
Delay times are in ms — so 15 minutes is 900000 ms.
I suppose I could make the jitter configurable, so that if you wanted to turn that off, ghosts clients would operate on strict times that you enter on the timeline. But to me, that is a JIT activity, not something that would typically be put into the normal default agent timeline. I might not be thinking about the right use case for what you want to do though, so if its something specific, please let me know.