Linux 无法通过CLI调试Jmeter

Linux 无法通过CLI调试Jmeter,linux,centos,jmeter,Linux,Centos,Jmeter,我试图在Centos VM上通过命令行运行Jmeter,如下所示: ./jmeter -n -t temp_cli/sampler.jmx -l temp_cli/results.xml -j temp_cli/j.log 我得到: INFO - jmeter.threads.JMeterThread: Thread is done: sampler flow 1-1 INFO - jmeter.threads.JMeterThread: Thread finished: samp

我试图在Centos VM上通过命令行运行Jmeter,如下所示:

./jmeter -n -t temp_cli/sampler.jmx -l temp_cli/results.xml -j temp_cli/j.log
我得到:

  INFO  - jmeter.threads.JMeterThread: Thread is done: sampler flow 1-1 
 INFO  - jmeter.threads.JMeterThread: Thread finished: sampler flow 1-1 
DEBUG - jmeter.threads.ThreadGroup: Ending thread sampler 1-1 
    summary =      1 in     1s =    2.0/s Avg:   434 Min:   434 Max:   434 Err:     1 (100.00%)
    Tidying up ...    @ Wed Apr 13 07:57:42 UTC 2016 (1460534262577)
    ... end of run
它应该需要超过1秒,所以我很确定有什么地方出了问题。问题是我没有得到足够的数据来说明出了什么问题。 我尝试了
tail-fjmeter.log
,但没有出现错误


有人知道如何获取更多信息吗?

您的文件results.xml将为您提供更多详细信息

您可以在这里看到,您的错误率为100%,因此您的唯一样本失败

如果您在运行gui模式的不同机器上以非gui模式运行测试,那么您很可能没有安装插件JAR