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

measure and report the time for first and last byte in or out #99

Closed
ywang19 opened this issue Aug 19, 2013 · 2 comments
Closed

measure and report the time for first and last byte in or out #99

ywang19 opened this issue Aug 19, 2013 · 2 comments

Comments

@ywang19
Copy link
Contributor

ywang19 commented Aug 19, 2013

in current implementation, it reports response time = timestamp(last byte in) - timestamp(request out) for read, =timestamp(response in) - timestamp(first byte out). but other timestamps like first byte in for read should also be useful, need measure and report out.

@ghost ghost assigned Cxquan Jan 16, 2014
@tsg-
Copy link
Contributor

tsg- commented Feb 13, 2014

Clarification: this is a new metric (does not replace the existing response time)

@ywang19
Copy link
Contributor Author

ywang19 commented Feb 27, 2014

one new time metric "proctime" is added, which maps to the portion of response time excluding data transfer time.

@ywang19 ywang19 closed this as completed Feb 27, 2014
@ywang19 ywang19 assigned genandre and unassigned Cxquan Feb 27, 2014
@ywang19 ywang19 modified the milestone: 0.4.0 May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants