Skip to content
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

Open
aadrian opened this issue Jun 27, 2017 · 5 comments
Open

Add Response Time Statistics #16

aadrian opened this issue Jun 27, 2017 · 5 comments
Assignees
Milestone

Comments

@aadrian
Copy link

aadrian commented Jun 27, 2017

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.

@yoshinorin
Copy link
Owner

Hi @aadrian , what is mean of a response time statistics ?

  • Web browser response time ?
  • DataBase response time ?
  • CPU execution time ?

etc...

Could you tell me some details ? (Sample commands, reference url or something...)

@aadrian
Copy link
Author

aadrian commented Jun 27, 2017

@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)

@yoshinorin
Copy link
Owner

yoshinorin commented Jun 29, 2017

@aadrian

OK, I understand. But I can't come up with how to implement it.
My understanding that it can't measure accurately by only server side.

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 ?

@aadrian
Copy link
Author

aadrian commented Jun 29, 2017

My understanding that it can't measure accurately by only server side.

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:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/servletFilters/servlet-filters.html

The main value would be of course not just in the absolute values, but their distribution over time.

@yoshinorin
Copy link
Owner

@aadrian

OK. I will try to implement it or create another plugin.
I'm not familiar with Java also Scala. And I can not spend much time. So, I think it will take time.

@yoshinorin yoshinorin self-assigned this Jun 29, 2017
@yoshinorin yoshinorin added this to the Unplanned milestone Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants