Hi,
I am very interested in using timelion to support our load tests of our application.
Therefore I want to use the offset function of timelion.
Lets say I have the start time of my baseline test at
2017-01-20 10:00:00
The test which I want to compare started at 2017-01-25 14:00:00
There is the user unfriendly way, to calculate the the time difference in seconds e.g. in excel and then put the result in the offset clause in timelion.
Now the question: is there a more userfriendly way?
- is it possible to let timelion calculate the time between two strings like:
es(offset=(2017-01-20T10:00:00-2017-01-25T14:00:00))
- or is there even a way to forward some variables into timelion? So that the start of baseline and comparison test can be entered via gui without changing the query? That would be great.
Thanks,
Andreas