All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lazerycode.jmeter.analyzer.templates.text.main.ftl Maven / Gradle / Ivy

Go to download

Parses JMeter result files and computes performance indicators such as average request duration

There is a newer version: 1.0.6
Show newest version
<#ftl/>
<#-- @ftlvariable name="self" type="java.util.Map" -->
<#-- @ftlvariable name="bytes" type="com.lazerycode.jmeter.analyzer.statistics.Samples" -->
<#-- @ftlvariable name="requests" type="com.lazerycode.jmeter.analyzer.statistics.Samples" -->
<#list self?keys as key>
  <#assign aggregatedResponses=self(key)/>
  <#assign bytes=aggregatedResponses.size/>
  <#assign requests=aggregatedResponses.duration/>
  <#include "aggregatedResponse.ftl" />




© 2015 - 2025 Weber Informatics LLC | Privacy Policy