Thanks, I'm using summary indexing already but simplified it out of the question. 🙂
My goal is to measure "concurrent users within 5 minutes". If I used a span of 45 minutes, then it would be measuring "concurrent users within 45 minutes", which would be 9 times greater.
For example, if I know that over a specific hour, there were roughly 1000 concurrent users for each 5-minute bucket, then the span of 45 minutes could be as high as 9000 users.
I hypothesized that there's a way to use "stats" to bucket by time, but I couldn't get this to work with "timechart". Can you help me?
... View more