unit-testing - 安排 Jmeter 分布式测试

标签 unit-testing scheduling distributed jmeter

我正在使用 JMeter 的分布式测试功能,它运行良好。然而,当我安排这个分布式运行时,它只是立即运行并且无视时间表。它只发生在分布式测试中。有什么想法吗?

最佳答案

我还没有遇到那个小 gem 。你试过了吗starting from the command line看看它是否正常工作?

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. 

关于unit-testing - 安排 Jmeter 分布式测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3768600/

相关文章:

Hadoop 演示代码不工作

networking - 阻塞操作和 ZeroMQ

python - 在类方法中模拟函数

unit-testing - 单元测试目标和 TDD : find/minimize bugs or improve design?

Python单元测试: setUpClass uses a non-static method

java - 范围为 "Request"的 Bean,具有任务计划 (ThreadPoolTask​​Scheduler)

python - 自动化 Python 脚本

Angular 单元测试 : Using Generics to Create Component

linux - 当前执行进程的pid

python - 将 CSV 表转换为 Redis 数据结构