-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Ability to use output of previous attack for a new attack #29
Comments
Instead of conflating the intent of functionality of the
If the problem is missing information in the reports, please let me know what exactly you are missing. |
Damn you are fast with the replies :) I was thinking of this scenario: As for missing information in the output: |
As to the first paragraph, you can use |
I understand the purpose that you are describing. vegeta can be used for other scenarios as well though. e.g. I am simulating the behaviour of one mobile client. That client might fire different API calls in different order. Therefore the response time of every individual requests matters as much as the overall experience of the user. With that purpose in mind, I have indeed used target files that contain API calls for different endpoints. Either way, it is definitely possible to work around this issue by creating different sets of target files. Just though it might be an interesting idea to explore. |
Assuming I run an attack like this:
It would be great if I could given
results.vr
to somebody and tell them to run it again like:This would then run the attack exactly the way that it was run the first time.
This assumes that all parameters used for the 1st attack could be persisted within results.vr somehow, including all URLs used. This would also be helpful in order to display the attack parameters in the different report forms, in order to distinguish different attacks from each other.
The text was updated successfully, but these errors were encountered: