-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Response Time Statistics #16
Comments
Hi @aadrian , what is mean of a response time statistics ?
etc... Could you tell me some details ? (Sample commands, reference url or something...) |
@yoshinorin web tier response time, since it factors in the other values too (so not just the Browser but also other Git Clients, or API calls) |
OK, I understand. But I can't come up with how to implement it. And maybe user have to install some package (ex. apache bench) on his server, even if it can measure by only server side. Maybe can not measure using by only default installed packages. Do you have any ideas ? |
With a ServletFilter (since the web app runs inside a servlet container) it should be measurable, since the entire traffic goes thru the top Filter. Here's a very primitive example: The main value would be of course not just in the absolute values, but their distribution over time. |
OK. I will try to implement it or create another plugin. |
Since the main use case for a monitoring plug-in is to know when the system has problems, it would be very useful to have response time statistics too.
Thank you.
The text was updated successfully, but these errors were encountered: