<%= errorPercentage %> %
<% if(propertyValue_executionIsolationStrategy == 'THREAD') { %> <%= addCommas(rollingCountTimeout) %> <%= addCommas(rollingCountThreadPoolRejected) %> <% } %> <% if(propertyValue_executionIsolationStrategy == 'SEMAPHORE') { %> <%= addCommas(rollingCountSemaphoreRejected) %> <% } %> <%= addCommas(rollingCountFailure) %>
<%= addCommas(rollingCountSuccess) %> <%= addCommas(rollingCountShortCircuited) %> <%= addCommas(rollingCountBadRequests) %>
Host: <%= addCommas(roundNumber(ratePerSecondPerHost)) %>/s
Cluster: <%= addCommas(roundNumber(ratePerSecond)) %>/s
<% if(propertyValue_circuitBreakerForceClosed) { %> [ Forced Closed ] <% } %> <% if(propertyValue_circuitBreakerForceOpen) { %> Circuit Forced Open <% } else { %> <% if(isCircuitBreakerOpen == reportingHosts) { %> Circuit Open <% } else if(isCircuitBreakerOpen == 0) { %> Circuit Closed <% } else { /* We have some circuits that are open */ %> Circuit <%= isCircuitBreakerOpen.toString().replace("true", "Open").replace("false", "Closed") %>) <% } %> <% } %>
<% if(typeof reportingHosts != 'undefined') { %>
Hosts
<%= reportingHosts %>
<% } else { %>
Host
Single
<% } %>
90th
<%= getInstanceAverage(latencyExecute['90'], reportingHosts, false) %>ms
Median
<%= getInstanceAverage(latencyExecute['50'], reportingHosts, false) %>ms
99th
<%= getInstanceAverage(latencyExecute['99'], reportingHosts, false) %>ms
Mean
<%= latencyExecute_mean %>ms
99.5th
<%= getInstanceAverage(latencyExecute['99.5'], reportingHosts, false) %>ms