Detailed Analysis of URL {{url}} of Appstats Snapshot from {{source}}

Analyze another URL of this Appstats snapshot

Analyze another Appstats snapshot

Recording for this snapshot started at {{recordingstart}} UTC

Each dot represents latency of a request to {{url}}. Click on the dot to get detailed RPC times for that request.

Filter Requests by time range (in seconds since start of recording) or by request latency (milliseconds)
{% if filter.starttime %} Start Time: {% else %} Start Time: {% endif %} {% if filter.endtime >= 0 %} End Time: {% else %} End Time: {% endif %} {% if filter.latency_lower >= 0 %} Latency Lower {% else %} Latency Lower {% endif %} {% if filter.latency_upper >= 0 %} Latency Upper {% else %} Latency Upper {% endif %}

Candlestick chart. Bars show the 25th and 75%iles for time spent in an RPC across all requests. Lines extend from the 10th to the 90th %ile.

{% for rpcsummary in drill.rpcsummaries %} {% endfor %}
RPC
#Requests,
#RPC calls
Time spent in RPC per request (milliseconds)

Hover for help on how to read graph.

Request Latency
Requests: {{drill.reqsummary.totaltimes|length}}
Time in all RPCs
Requests: {{drill.reqsummary.totaltimes|length}}
{{rpcsummary.0}}
Requests: {{rpcsummary.1}}
RPC Calls: {{rpcsummary.2}}

{% if drill.entitycounts %} {% for triple in drill.entitycounts %} {% endfor %}
Entity Kind Accesses (Reads/writes) per entity
(only top 50 by accesses shown)

Hover on bar for entity name/id.

{{triple.0}}
Total Entities: {{triple.1}}
{% endif %} {% if drill.groupcounts %} {% for triple in drill.groupcounts %} {% endfor %}
Entity Group
Kind
Accesses (Reads/writes) per group
(only top 50 by accesses shown)

Hover on bar for entity group name/id.

{{triple.0}}
Total Entities: {{triple.1}}
{% endif %}