在性能测试期间,我在jmeter.log中每30秒生成一次汇总结果,如下所示。我想使用Jenkins插件“发布性能测试结果报告”来解析测试后的jmeter.log,但插件中有“摘要日期格式”字段需要填写。我到底应该在这个字段中输入什么?我试过"yyyy-mm-dd HH:mm:ss,SSS“,但是不起作用。
2018-09-07 04:26:30,000信息o.a.j.r.Summariser: HTTP Request2汇总结果= 170712 in 00:01:44 = 1637.5/s平均:4分钟:1分钟:1分钟: 1046错误:0 (0.00%)
2018-09-07 04:26:30,000信息o.a.j.r.Summariser: HTTP Request1汇总结果= 222478 in 00:01:44 = 2134.1/s平均:5分钟:2最大错误: 194错误:0 (0.00%)
2018年-09-07 04:27:00,000信息o.a.j.r.Summariser: HTTP Request2汇总结果+ 77536 00:00:30 =2584.5/秒平均:5分钟:1最大错误:1最大错误:0 (0.00%)活动: 33开始: 33完成:0
2018-09-07 04:27:00,000信息o.a.j.r.Summariser: HTTP Request1汇总结果+ 93465 00:00:30 =3115.5/秒平均:6分钟:3分钟:3分钟: 142错误:0 (0.00%)活动: 33开始: 33完成:0
发布于 2018-09-10 14:58:26
我只知道this Jenkins Performance Plugin,它没有任何像Summariser Date Format
这样的东西
所以一定要update the performance plugin到最新的版本(目前为止是3.11
),并尝试一下。
https://stackoverflow.com/questions/52219180
复制相似问题