Uses of Class
io.hyperfoil.api.config.SLABuilder
Packages that use SLABuilder
-
Uses of SLABuilder in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config with type parameters of type SLABuilderModifier and TypeFieldDescriptionprotected Map<String,List<SLABuilder<PB>>> PhaseBuilder.customSlasMethods in io.hyperfoil.api.config that return SLABuilderModifier and TypeMethodDescriptionSLABuilder.ListBuilder.addItem()One or more SLA configurations.SLABuilder.blockedRatio(double blockedRatio) Maximum allowed ratio of time spent waiting for usable connection to sum of response latencies and blocked time.SLABuilder.LimitsBuilder.end()SLABuilder.errorRatio(double errorRatio) Maximum allowed ratio of errors: connection failures or resets, timeouts and internal errors.SLABuilder.invalidRatio(double invalidRatio) Maximum allowed ratio of requests with responses marked as invalid.SLABuilder.meanResponseTime(long meanResponseTime, TimeUnit timeUnit) SLABuilder.meanResponseTime(String meanResponseTime) Maximum allowed mean (average) response time.Period over which the stats should be collected.