当我 运行 我的 JMX 脚本有 3 个 CSV 数据配置文件时,我在 Blaze 仪表中出现 100% 错误

I'm getting 100% ERROR in Blaze meter when I run my JMX script which has 3 CSV data config files

KPI 日志

timeStamp,elapsed,label,responseCode,responseMessage,threadName,success,bytes,grpThreads,allThreads,Latency,Hostname,Connect
1637689348093,392388,GenerateToken,Non HTTP response code: org.apache.http.conn.HttpHostConnectException,"Non HTTP response message: Connect to reportportal.productivity.dtcisb.technology:443 [reportportal.productivity.dtcisb.technology/10.27.125.70, reportportal.productivity.dtcisb.technology/10.27.124.159, reportportal.productivity.dtcisb.technology/10.27.126.216] failed: Connection timed out (Connection timed out)",Report_Portal-ThreadStarter 1-3,false,2976,5,5,0,3d8ec0ef127d,392388
1637689348093,392388,GenerateToken,Non HTTP response code: org.apache.http.conn.HttpHostConnectException,"Non HTTP response message: Connect to reportportal.productivity.dtcisb.technology:443 [reportportal.productivity.dtcisb.technology/10.27.125.70, reportportal.productivity.dtcisb.technology/10.27.124.159, reportportal.productivity.dtcisb.technology/10.27.126.216] failed: Connection timed out (Connection timed out)",Report_Portal-ThreadStarter 1-1,false,2976,5,5,0,3d8ec0ef127d,392388
1637689348093,392388,GenerateToken,Non HTTP response code: org.apache.http.conn.HttpHostConnectException,"Non HTTP response message: Connect to reportportal.productivity.dtcisb.technology:443 [reportportal.productivity.dtcisb.technology/10.27.125.70, reportportal.productivity.dtcisb.technology/10.27.124.159, reportportal.productivity.dtcisb.technology/10.27.126.216] failed: Connection timed out (Connection timed out)",Report_Portal-ThreadStarter 1-4,false,2976,5,5,0,3d8ec0ef127d,392388
1637689348093,392388,GenerateToken,Non HTTP response code: org.apache.http.conn.HttpHostConnectException,"Non HTTP response message: Connect to reportportal.productivity.dtcisb.technology:443 [reportportal.productivity.dtcisb.technology/10.27.125.70, reportportal.productivity.dtcisb.technology/10.27.124.159, reportportal.productivity.dtcisb.technology/10.27.126.216] failed: Connection timed out (Connection timed out)",Report_Portal-ThreadStarter 1-5,false,2976,5,5,0,3d8ec0ef127d,392388
1637689348093,392388,GenerateToken,Non HTTP response code: org.apache.http.conn.HttpHostConnectException,"Non HTTP response message: Connect to reportportal.productivity.dtcisb.technology:443 [reportportal.productivity.dtcisb.technology/10.27.125.70, reportportal.productivity.dtcisb.technology/10.27.124.159, reportportal.productivity.dtcisb.technology/10.27.126.216] failed: Connection timed out (Connection timed out)",Report_Portal-ThreadStarter 1-2,false,2976,5,5,0,3d8ec0ef127d,392388

当我 运行 JMX 脚本在 JMETER 中有 3 个 CSV 数据配置文件时它工作正常,但是当我 运行 Blaze 仪表中的相同文件时(5 ur,1 分钟持续时间)得到错误 443(连接超时,浏览器崩溃)错误率为 100%。 运行在blaze meter的私人账户中测试

1.uploaded blaze meter 中的 3 个 csv 文件和 JMX

2.In csv配置中csv路径的位置我给出的csv文件名不是路径

3.In 火焰计显示响应为-非 http

  1. 我已经尝试了所有“实现”的东西,在“user.Properties”中添加了一些行

使用最新版本的 JMeter 提前致谢 ***我用过http采样器。

JMETER 日志

2021-11-23 17:42:27,293 INFO o.a.j.u.JMeterUtils: Setting Locale to en_US
2021-11-23 17:42:27,307 INFO o.a.j.JMeter: Loading user properties from: /shared/.bzt/jmeter-taurus/5.2.1/bin/user.properties
2021-11-23 17:42:27,308 INFO o.a.j.JMeter: Loading system properties from: /shared/.bzt/jmeter-taurus/5.2.1/bin/system.properties
2021-11-23 17:42:27,308 INFO o.a.j.JMeter: Loading additional properties from: /tmp/artifacts/jmeter-bzt.properties
2021-11-23 17:42:27,309 INFO o.a.j.JMeter: Copyright (c) 1998-2019 The Apache Software Foundation
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: Version 5.2.1
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: java.version=1.8.0_292
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: java.vm.name=OpenJDK 64-Bit Server VM
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: os.name=Linux
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: os.arch=amd64
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: os.version=4.14.225-168.357.amzn2.x86_64
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: file.encoding=UTF-8
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: java.awt.headless=true
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: Max memory     =4250402816
2021-11-23 17:42:27,310 INFO o.a.j.JMeter: Available Processors =8
2021-11-23 17:42:27,313 INFO o.a.j.JMeter: Default Locale=English (United States)
2021-11-23 17:42:27,314 INFO o.a.j.JMeter: JMeter  Locale=English (United States)
2021-11-23 17:42:27,314 INFO o.a.j.JMeter: JMeterHome=/shared/.bzt/jmeter-taurus/5.2.1
2021-11-23 17:42:27,314 INFO o.a.j.JMeter: user.dir  =/tmp/artifacts
2021-11-23 17:42:27,314 INFO o.a.j.JMeter: PWD       =/tmp/artifacts
2021-11-23 17:42:27,314 INFO o.a.j.JMeter: IP: 172.17.0.2 Name: 3d8ec0ef127d FullName: 3d8ec0ef127d
2021-11-23 17:42:27,314 INFO o.a.j.JMeter: user.classpath=/tmp/artifacts:/tmp/artifacts
2021-11-23 17:42:27,315 INFO o.a.j.JMeter: Adding to classpath and loader: /tmp/artifacts
2021-11-23 17:42:27,315 INFO o.a.j.JMeter: Adding to classpath and loader: /tmp/artifacts
2021-11-23 17:42:27,320 INFO o.a.j.s.FileServer: Default base='/tmp/artifacts'
2021-11-23 17:42:27,321 INFO o.a.j.s.FileServer: Set new base='/tmp/artifacts'
2021-11-23 17:42:27,427 INFO o.a.j.s.SaveService: Testplan (JMX) version: 2.2. Testlog (JTL) version: 2.2
2021-11-23 17:42:27,432 INFO o.a.j.s.SaveService: Using SaveService properties file encoding UTF-8
2021-11-23 17:42:27,437 INFO o.a.j.s.SaveService: Using SaveService properties version 5.0
2021-11-23 17:42:27,443 INFO o.a.j.s.SaveService: Loading file: /tmp/artifacts/modified_sample_report_portal.jmx
2021-11-23 17:42:27,496 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/html is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2021-11-23 17:42:27,496 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xhtml+xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2021-11-23 17:42:27,496 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2021-11-23 17:42:27,496 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2021-11-23 17:42:27,496 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2021-11-23 17:42:27,496 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/css is org.apache.jmeter.protocol.http.parser.CssParser
2021-11-23 17:42:27,544 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2021-11-23 17:42:27,545 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2021-11-23 17:42:27,545 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2021-11-23 17:42:27,546 INFO o.a.j.JMeter: Starting Beanshell server (9000,)
2021-11-23 17:42:27,552 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must contain the string: '.functions.'
2021-11-23 17:42:27,552 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must not contain the string: '.gui.'
2021-11-23 17:42:27,893 INFO o.a.j.JMeter: Running test (1637689347893)
2021-11-23 17:42:27,951 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : Report_Portal
2021-11-23 17:42:27,951 INFO o.a.j.e.StandardJMeterEngine: Starting 5 threads for group Report_Portal.
2021-11-23 17:42:27,951 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2021-11-23 17:42:27,955 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2021-11-23 17:42:27,955 INFO c.b.j.t.c.ConcurrencyThreadStarter: Start supplying threads
2021-11-23 17:42:27,960 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are START times
2021-11-23 17:42:27,960 INFO o.a.j.s.SampleResult: sampleresult.default.encoding is set to UTF-8
2021-11-23 17:42:27,960 INFO o.a.j.s.SampleResult: sampleresult.useNanoTime=true
2021-11-23 17:42:27,960 INFO o.a.j.s.SampleResult: sampleresult.nanoThreadSleep=5000
2021-11-23 17:42:27,991 INFO o.a.j.t.JMeterThread: Thread started: Report_Portal-ThreadStarter 1-2
2021-11-23 17:42:27,991 INFO o.a.j.t.JMeterThread: Thread started: Report_Portal-ThreadStarter 1-5
2021-11-23 17:42:27,991 INFO o.a.j.t.JMeterThread: Thread started: Report_Portal-ThreadStarter 1-1
2021-11-23 17:42:27,991 INFO o.a.j.t.JMeterThread: Thread started: Report_Portal-ThreadStarter 1-4
2021-11-23 17:42:27,991 INFO o.a.j.t.JMeterThread: Thread started: Report_Portal-ThreadStarter 1-3
2021-11-23 17:42:27,993 INFO o.a.j.s.FileServer: Stored: launch_names.csv
2021-11-23 17:42:28,009 INFO o.a.j.p.h.s.HTTPHCAbstractImpl: Local host = 3d8ec0ef127d
2021-11-23 17:42:28,015 INFO o.a.j.p.h.s.HTTPHC4Impl: HTTP request retry count = 0
2021-11-23 17:42:28,125 INFO o.a.j.p.h.s.h.LazyLayeredConnectionSocketFactory: Setting up HTTPS TrustAll Socket Factory
2021-11-23 17:42:28,134 INFO o.a.j.u.JsseSSLManager: Using default SSL protocol: TLS
2021-11-23 17:42:28,134 INFO o.a.j.u.JsseSSLManager: SSL session context: per-thread
2021-11-23 17:43:27,978 INFO c.b.j.t.c.ConcurrencyThreadStarter: Done supplying threads

  1. 除非您提供更多详细信息,否则没人能提供帮助:

  2. 如果您是 BlazeMeter 客户,考虑开一个 BlazeMeter Support Ticket

    可能更有意义