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

Include method name in command line logging #66

Merged
merged 1 commit into from
Apr 17, 2013

Conversation

amandasaurus
Copy link
Contributor

When using the command line --no-web option, it'll print out stats on each request. But it only prints out the request url, however internally it uses method (GET/POST/etc) and url. If you're GETting and POSTing to the same url (quite common with html forms ;) ), you'll see duplicate urls and you won't (easily) be able to tell how long the GET request vs the POST request for a url took.

This patch shows GET $URL/POST $URL in the command line stats

heyman added a commit that referenced this pull request Apr 17, 2013
Include method name in command line logging
@heyman heyman merged commit 3de3928 into locustio:master Apr 17, 2013
@heyman
Copy link
Member

heyman commented Apr 17, 2013

Thanks!

@amandasaurus amandasaurus deleted the method-in-cli-stats branch April 17, 2013 12:04
pancaprima pushed a commit to pancaprima/locust that referenced this pull request May 28, 2018
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

Successfully merging this pull request may close these issues.

2 participants