首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >调度Jmeter分布式测试

调度Jmeter分布式测试
EN

Stack Overflow用户
提问于 2010-09-22 19:08:54
回答 1查看 1.3K关注 0票数 3

我使用的是JMeter的分布式测试特性,它工作得很好。然而,当我计划这个分布式运行时,它只是立即运行,而忽略了计划。这只会发生在分布式测试中。有什么想法吗?

EN

回答 1

Stack Overflow用户

发布于 2010-09-22 22:49:11

我还没见过那块小宝石呢。你有没有试过starting from the command line,看看它是否能正常工作?

代码语言:javascript
复制
Step 3b: Start the JMeter from a non-GUI Client

As an alternative, you can start the remote server(s) from a non-GUI (command-line) client. The command to do this is:

jmeter -n -t script.jmx -r
or
jmeter -n -t script.jmx -R server1,server2...

Other flags that may be useful:
-Gproperty=value - define a property in all the servers (may appear more than once)
-Z - Exit remote servers at the end of the test.


The first example will start whatever servers are defined in the JMeter property remote_hosts; the second example will define remote_hosts from the list of servers and then run the remote servers.
The command-line client will exit when all the remote servers have stopped. 
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3768600

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档