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

Change the position of dividers in command line report #1514

Closed
cyberw opened this issue Aug 12, 2020 · 0 comments
Closed

Change the position of dividers in command line report #1514

cyberw opened this issue Aug 12, 2020 · 0 comments

Comments

@cyberw
Copy link
Collaborator

cyberw commented Aug 12, 2020

Currently it looks like this:

 Name                                                          # reqs      # fails     Avg     Min     Max  |  Median   req/s failures/s
--------------------------------------------------------------------------------------------------------------------------------------------
 POST /1                                                          600     0(0.00%)     237     214     323  |     230    3.10    0.00
 POST /2                                                         1876     0(0.00%)      80      55     187  |      75    5.10    0.00
...
 --------------------------------------------------------------------------------------------------------------------------------------------
 Aggregated                                                     33750   461(1.37%)    2486       3   10589  |     260  137.60    4.30

But I think it should look like this:

 Name                                                          # reqs      # fails  |   Avg     Min     Max   Median  |  req/s failures/s
--------------------------------------------------------------------------------------------------------------------------------------------
 POST /1                                                          600     0(0.00%)  |   237     214     323      230  |  3.10   0.00
 POST /2                                                         1876     0(0.00%)  |    80      55     187       75  |  5.10   0.00
...
 --------------------------------------------------------------------------------------------------------------------------------------------
 Aggregated                                                     33750   461(1.37%)  |  2486       3   10589      260  | 137.60  4.30

So the dividers will be between request counts, response times, and throughputs. Make sense @heyman ?

@cyberw cyberw closed this as completed in 47f4d7d Aug 18, 2020
cyberw added a commit that referenced this issue Aug 18, 2020
…-line-output

Move dividers (pipe characters) in stats command line output. Also shrink percentiles output and remove 99.999 percentile by default Fixes #1514
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