-
Notifications
You must be signed in to change notification settings - Fork 3k
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
locust no-web mode #933
Comments
Why closed? |
it's a question, not an issue (this is is the tracker for bugs/issues). |
From the template you edited out:
|
Hello,
Sorry to say that but nobody reply correctly there, and I don’t know how to
get the answer.
Thanks
On Mon, 17 Dec 2018 at 21:13, aldenpeterson-wf ***@***.***> wrote:
From the template you edited out:
For general questions about how to use Locust, use either the Slack link
provided in the Readme or ask a question on Stack Overflow
<https://stackoverflow.com/questions/ask> tagged Locust.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#933 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApQ-KUpyV8wUJtaxN34w-R3igLREVecXks5u57u-gaJpZM4ZWDud>
.
--
Ruchika
Student, MCA Final Year
National Institute of Technology, Kurukshetra
Email- [email protected]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I were using jmeter till now but i saw it is taking lots of resources and memory to run,
so now i started reading locust. i am new to locust.
i want to use locust in no-web mode e.g $ locust -f locust_files/my_locust_file.py --no-web -c 1000 -r 100 but same as question asked by someone to pass ${url} and ${host} from command line , i dont want to hard code the URL or you can say header parameter like unique request id and all, i want to pass it from command line, like we can pass in jmeter and we can get it in configuration file using __P() function.
how we can get the same thing in locust, i know the way of using environment variables but i do not want to use this.
Originally posted by @ruchikaChawla in #244 (comment)
The text was updated successfully, but these errors were encountered: