Success Failures Error Percentage
<%= addCommas(requests.successRate.count) %> <%= addCommas(requests.errorRate.count) %> <%= roundNumber(requests.errorPercentage) %>%
Thread Timeouts Thread Pool rejections
x <%= addCommas(responses['400']) %>
<% if (requests['ratePerSecondPerHost']){ %>

Host: <%= requests['ratePerSecondPerHost'] %>/s

<% } %> <% if(typeof parent.received != 'undefined') { %>

Cluster: <%= roundNumber(parent.received.m15) %>/s <% } %> <% if(typeof parent.requests != 'undefined') { %>

Cluster: <%= roundNumber(parent.requests.successRate.m15) %>/s <% } %>

<% if (status && status.match(/(inactive|disabled|active|\-$)+/)) { %>

Status: <%= status %>

<% } else if (statuses && statuses.length && typeof statuses === 'object') { %>

Origin Statuses: <% for(var i=0; i<% } %>

<% } %>
<% if(typeof requests !== 'undefined' && requests.successRate){ %>
Host Single 90th <%= roundNumber(requests.latency.p95) %>ms
Median <%= roundNumber(requests.latency.p50) %>ms 99th <%= roundNumber(requests.latency.p99) %>ms
Mean <%= roundNumber(requests.latency.mean) %>ms 99.9th <%= roundNumber(requests.latency.p999) %>ms
<% } %> <% if(typeof connectionsPool !== 'undefined'){ %>
Connections
Available <%= addCommas(connectionsPool['available']) %> Busy <%= addCommas(connectionsPool['busy']) %> Pending <%= addCommas(connectionsPool['pending']) %>
<% } %> <% if(typeof totalConnections !== 'undefined'){ %>
Total Connections
Available <%= addCommas(totalConnections['available']) %> Busy <%= addCommas(totalConnections['busy']) %> Pending <%= addCommas(totalConnections['pending']) %>
<% } %>