com.lazerycode.jmeter.analyzer.templates.csv.main.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-analysis-maven-plugin Show documentation
Show all versions of jmeter-analysis-maven-plugin Show documentation
Parses JMeter result files and computes performance indicators such as average request duration
<#ftl/>
<#-- @ftlvariable name="self" type="java.util.Map" -->
uri;count;total;min;average;max;standarddeviation;persecond;errors
<#list self?keys as key>
<#assign samples=self(key)/>
<#include "samples.ftl" />
#list>