public class JSONConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SUMMARY_LABEL |
| Constructor and Description |
|---|
JSONConverter() |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.json.JSONObject |
convertToJSON(List<org.apache.jmeter.samplers.SampleResult> accumulatedValues,
List<org.apache.jmeter.samplers.SampleResult> intervalValues) |
static net.sf.json.JSONArray |
getLabels(List<org.apache.jmeter.samplers.SampleResult> accumulatedValues,
List<org.apache.jmeter.samplers.SampleResult> intervalValues) |
static Map<String,Long> |
getQuantiles(Long[] rtimes,
long average) |
public static final String SUMMARY_LABEL
public static net.sf.json.JSONObject convertToJSON(List<org.apache.jmeter.samplers.SampleResult> accumulatedValues, List<org.apache.jmeter.samplers.SampleResult> intervalValues)
public static net.sf.json.JSONArray getLabels(List<org.apache.jmeter.samplers.SampleResult> accumulatedValues, List<org.apache.jmeter.samplers.SampleResult> intervalValues)
Copyright © 2017. All rights reserved.