We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
benwis@profiler:~/vegeta/scripts/load-ramping$ vegeta --version Version: v12.11.1 Commit: 6fbe391628eeeae1adf39522a55078797e6e7f2e Runtime: go1.20.8 linux/amd64 Date: 2023-10-02T09:05:05Z+0000
I expected it to successfully write the results to a file
It failed to write files using the -output flag with 'permission denied'
-output
vegeta attack -duration 5s -rate 1000/1000s -output results_1000.bin 2024/03/23 00:32:28 error opening results_1000.bin: open results_1000.bin: permission denied vegeta attack -duration 5s -rate 1258/1000s -output results_1258.bin 2024/03/23 00:32:34 error opening results_1258.bin: open results_1258.bin: permission denied
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version and Runtime
Expected Behaviour
I expected it to successfully write the results to a file
Actual Behaviour
It failed to write files using the
-output
flag with 'permission denied'Steps to Reproduce
The text was updated successfully, but these errors were encountered: