如何从Jmeter报告中删除check_user_activity和如何将KO更改为静态表中的失败?

问题描述

我正在使用JMeter仪表板进行报告。我要;

  1. 要从其中删除Check_User_Activity部分
  2. 需要在统计表中将KO重命名为Fail,我检查了C:\ JMeter \ bin \ report-template \ content \ js,然后尝试搜索KO但未找到。

enter image description here

解决方法

要更改标签“ KO”,请打开文件apache-jmeter-5.3 / bin / report-template / content / js / dashboard.js.fmkr并更改值

enter image description here

以下链接可能有用

  1. 更改label
  2. Reason标记失败为KO

check_user_activity 来自您的采样器标签。您需要相应地配置标签。