Usage volume - TPM
No data available at this time.
Loading ...

{{ response.aggregator.main[0].value }}

TPM
MAX{{ response.aggregator.block1[0].value }}TPM
(Last 10 days)
AVG{{ Math.round(response.aggregator.block2[0].value) }}TPM
(Last 10 days)

{{ response.meta[0].lastUpdate | moment }}

Response Time
No data available at this time.
Loading ...

{{ response.aggregator.main[0].value }}

ms
MAX{{ response.aggregator.block1[0].value }}ms
(Last 10 days)
AVG{{ Math.round(response.aggregator.block2[0].value) }}ms
(Last 10 days)

{{ response.meta[0].lastUpdate | moment }}

By API Group
No data available at this time.
Last5 days

Status Count
No data available at this time.
Loading...
1d5d10d
{{ name }}{{ item.statusOneDay || 0 }}{{ item.statusFiveD || 0 }}{{ item.status10d || 0 }}

Daily Stats
There was error loading stats
Loading Stats
  • Daily Stats for {{ sDate}} to {{ eDate}}
  • Average Response time

    in milliseconds

    {{(response.responseTime.ttlb / response.responseTime.count).toFixed(2)}}ms

  • Total API Calls

    total number of API calls including 2xx, 4xx and 5xx

    {{response.responseTime.count}}

  • Successful API Calls

    total number of 2xx API calls

    {{response.stats['2xx']}}

  • Client Error

    total number of 4xx API calls

    {{response.stats['4xx'] || 0}}

  • System Error

    total number of 5xx API calls

    {{response.stats['5xx'] || 0}}

  • Error Rate

    Error rate percenage

    {{ errorRate }}%