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

Histogram for 404 Responses #12

Closed
mikerg87 opened this issue Feb 25, 2016 · 4 comments
Closed

Histogram for 404 Responses #12

mikerg87 opened this issue Feb 25, 2016 · 4 comments

Comments

@mikerg87
Copy link

would be nice if there was a way to get a histogram or other visualization of responses received. Yesterday, for example, I gave a bad URL to the tool to effectively load test the "404" page. wouldn't have to be graphical if it just output the results to the console

@SteveDesmond-ca
Copy link
Member

Sounds like it just needs to catch the other (non-200) response codes

@SteveDesmond-ca SteveDesmond-ca changed the title Histogram for Responses Histogram for 404 Responses Feb 29, 2016
@adam-kesy
Copy link

In that case you are not able to tell if the response is 200 (OK).
Therefore, you might be getting wrong load test results - you might think the endpoint responses fast but it is just because you are getting 401/403/500 etc.
Once you realize you need to authenticate, e.g. with a bearer token, you will start getting reliable results. On the other hand, you still not sure what response you are getting, you need to trust it is fine in that case, though.
Or am I missing something? I can see neither response code in chart nor any configuration options regarding that matter.

@SteveDesmond-ca
Copy link
Member

Thanks for the feedback, I'm going to translate this request to a "new feature" issue in the next couple days.

@SteveDesmond-ca
Copy link
Member

#149

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

3 participants