public static enum BenchReport.ReportMetricId extends Enum<BenchReport.ReportMetricId>
| Modifier and Type | Method and Description |
|---|---|
static BenchReport.ReportMetricId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenchReport.ReportMetricId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenchReport.ReportMetricId ASSERTIONS_ERROR_TOTAL
public static final BenchReport.ReportMetricId ASSERTIONS_FAILURE_TOTAL
public static final BenchReport.ReportMetricId ASSERTIONS_SUCCESS_TOTAL
public static final BenchReport.ReportMetricId CONNECT_TIME_APDEX
public static final BenchReport.ReportMetricId CONNECT_TIME_AVG
public static final BenchReport.ReportMetricId CONNECT_TIME_MAX
public static final BenchReport.ReportMetricId CONNECT_TIME_MIN
public static final BenchReport.ReportMetricId CONNECT_TIME_STD
public static final BenchReport.ReportMetricId CONNECT_TIME_VAR
public static final BenchReport.ReportMetricId ERRORS_TOTAL
public static final BenchReport.ReportMetricId ERRORS_RATE
public static final BenchReport.ReportMetricId ERRORS_PERCENT
public static final BenchReport.ReportMetricId HITS_RATE
public static final BenchReport.ReportMetricId HITS_TOTAL
public static final BenchReport.ReportMetricId HITS_SUCCESSFUL_TOTAL
public static final BenchReport.ReportMetricId HITS_SUCCESSFUL_PERCENT
public static final BenchReport.ReportMetricId HTTP_MEDIA_TYPES
public static final BenchReport.ReportMetricId HTTP_MEDIA_TYPES_THROUGHPUT
public static final BenchReport.ReportMetricId HTTP_METHODS
public static final BenchReport.ReportMetricId HTTP_RESPONSE_CODES
public static final BenchReport.ReportMetricId LATENCY_APDEX
public static final BenchReport.ReportMetricId LATENCY_AVG
public static final BenchReport.ReportMetricId LATENCY_MAX
public static final BenchReport.ReportMetricId LATENCY_MIN
public static final BenchReport.ReportMetricId LATENCY_STD
public static final BenchReport.ReportMetricId LATENCY_VAR
public static final BenchReport.ReportMetricId MONITORING
public static final BenchReport.ReportMetricId NETWORK_TIME_AVG
public static final BenchReport.ReportMetricId NETWORK_TIME_MAX
public static final BenchReport.ReportMetricId NETWORK_TIME_MIN
public static final BenchReport.ReportMetricId NETWORK_TIME_VAR
public static final BenchReport.ReportMetricId RESPONSE_TIME_APDEX
public static final BenchReport.ReportMetricId RESPONSE_TIME_AVG
public static final BenchReport.ReportMetricId RESPONSE_TIME_MAX
public static final BenchReport.ReportMetricId RESPONSE_TIME_MEDIAN
public static final BenchReport.ReportMetricId RESPONSE_TIME_MIN
public static final BenchReport.ReportMetricId RESPONSE_TIME_PERCENTILE_80
public static final BenchReport.ReportMetricId RESPONSE_TIME_PERCENTILE_90
public static final BenchReport.ReportMetricId RESPONSE_TIME_PERCENTILE_95
public static final BenchReport.ReportMetricId RESPONSE_TIME_PERCENTILE_99
public static final BenchReport.ReportMetricId RESPONSE_TIME_STD
public static final BenchReport.ReportMetricId RESPONSE_TIME_VAR
public static final BenchReport.ReportMetricId RESPONSE_SIZE
public static final BenchReport.ReportMetricId SENT_BYTES_AVG
public static final BenchReport.ReportMetricId SENT_BYTES_MAX
public static final BenchReport.ReportMetricId SENT_BYTES_MIN
public static final BenchReport.ReportMetricId SENT_BYTES_RATE
public static final BenchReport.ReportMetricId SENT_BYTES_STD
public static final BenchReport.ReportMetricId SENT_BYTES_TOTAL
public static final BenchReport.ReportMetricId THROUGHPUT_RATE
public static final BenchReport.ReportMetricId THROUGHPUT_TOTAL
public static final BenchReport.ReportMetricId USERLOAD
public static BenchReport.ReportMetricId[] values()
for (BenchReport.ReportMetricId c : BenchReport.ReportMetricId.values()) System.out.println(c);
public static BenchReport.ReportMetricId valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.