-
Notifications
You must be signed in to change notification settings - Fork 302
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
How to access the reports #52
Comments
Was wondering the same. I'm starting to think it's impossible. |
on a unix computer you could use a grep command, on windows you should download search everything. |
Here's one way to do it.
Here's another way.
|
you can start the container in daemon mode, attach to this container, run the test (which generates csv/html), exit the container and copy them back to host.
|
Hi,
I used the docker build to build the image and I was able to run it like this,
docker run slowhttptest:latest -c 100 -H -g -i 10 -r 20 -t GET -u https://localhost/api/resources/365037?api-key=1234 -p 10
It seemed to have ran fine and I got this output,
slow HTTP test status on 240th second:
initializing: 0
pending: 0
connected: 100
error: 0
closed: 0
service available: YES
Fri Nov 16 13:48:33 2018:
Test ended on 241th second
Exit status: Hit test time limit
CSV report saved to slow_2018-11-16_13-44-32.csv
HTML report saved to slow_2018-11-16_13-44-32.html
Now where are the csv and html files stored?
Thanks,
Arun
The text was updated successfully, but these errors were encountered: