You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would assume setting mark() twice over 60 second period should return value = 1 as 2 / 2 = 1
After 60 seconds passed, value should be reset, and counting starts again.
Apparently it's not.
Maybe I'm using wrong probe type.
My target is to calculate average response time, but I don't want to keep calculating average forever, I would like to reset it after 60 seconds.
I'm not sure I understand how this works:
I would assume setting
mark()
twice over 60 second period should return value = 1 as 2 / 2 = 1After 60 seconds passed, value should be reset, and counting starts again.
Apparently it's not.
Maybe I'm using wrong probe type.
My target is to calculate average response time, but I don't want to keep calculating average forever, I would like to reset it after 60 seconds.
Thanks.
The text was updated successfully, but these errors were encountered: