是否有任何预定义文件来定义 jmeter 的变量?

发布于 2024-10-31 15:36:56 字数 377 浏览 0 评论 0原文

我的项目中已经有 jmeter 配置。我可以看到一些已经定义的变量,例如 ThreadGroup 中用户数量的“${__P(threads)}”。还有许多其他类似的变量。我正在检查这些是在哪里定义的?我检查了 jmeter.properties、user.properties 和 system.properties。

我尝试检查 http://jmeter.apache.org/usermanual/functions.html定义的位置。但是,我找不到任何帮助。

是否有任何预定义文件来定义 jmeter 的变量?

提前致谢。

I already have a jmeter configuration in my project. I can see a few variables already defined like "${__P(threads)}" for the number of users in ThreadGroup. There are many other variables like these. I am checking where these are defined? I checked in jmeter.properties, user.properties and system.properties.

I tried checking http://jmeter.apache.org/usermanual/functions.html for the location of definition. But, I couldn't find any help.

Is there any pre-defined file to define the variables for jmeter?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酸甜透明夹心 2024-11-07 15:36:56

人们经常使用 ${__P(threads)} 将命令行参数传递给测试计划。您可以使用命令行启动jmeter,例如

bin/jmeter -n -t testplan.jmx -l results.jtl -Jthreads=100

这允许您使用不同数量的线程运行jmeter,而无需在GUI中修改测试计划。

People frequently use ${__P(threads)} for passing command-line parameters to test plan. You may start jmeter with command line like

bin/jmeter -n -t testplan.jmx -l results.jtl -Jthreads=100

This allows you running jmeter with different number of threads without modifying test plan in GUI.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文