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

Basic reporter #18

Closed
3 of 6 tasks
at15 opened this issue Mar 19, 2017 · 1 comment
Closed
3 of 6 tasks

Basic reporter #18

at15 opened this issue Mar 19, 2017 · 1 comment

Comments

@at15
Copy link
Member

at15 commented Mar 19, 2017

Related #12 #14

  • total request body size (might exceed int64?, use uint64?)
  • total response body size
  • http response code count
  • error percentage (in current tests, err is not tirggered yet, though it should be)
    • how golang http client handle non 2xx response code, treat it as error?
  • distribution of response time
at15 added a commit that referenced this issue Mar 20, 2017
- [ ] TODO: it's better to put them into JSON or some other machine
  readable format, so I don't need to draw the graph by copying points
@at15 at15 added the bench label Mar 24, 2017
@at15 at15 added this to the 0.2.0 milestone Mar 25, 2017
@at15 at15 mentioned this issue May 21, 2017
20 tasks
@at15
Copy link
Member Author

at15 commented Feb 15, 2018

Close in favor of #60

Now we will store even more than just min, max, histo, raw full metrics and even traces will be stored, this does not have the performance of target database as long as the workload generator in different nodes, though if trace is enabled on server side, the penalty without sampling could be large ...

@at15 at15 closed this as completed Feb 15, 2018
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

1 participant