{% extends "base.html" %} {% block content %}
{% if requests %}RPC | Count | Cost | Cost % |
---|---|---|---|
{{item.0|escape}} | {{item.1}} | {{item.2}} | {{item.4}}% |
{{subitem.0|escape}} | {{subitem.1}} | {{subitem.2}} | {{subitem.4}}% |
Path | #RPCs | Cost | Cost% | #Requests | Most Recent requests |
---|---|---|---|---|---|
{{item.0|escape}} | {{item.1}} | {{item.2}} | {{item.4}}% | {{item.5}} | {% for index in item.6 %} {% if index %} ({{index}}) {% else %} ... {% endif %} {% endfor %} |
{{subitem.0|escape}} | {{subitem.1|escape}} | {{subitem.2|escape}} | {{subitem.4}}% |
Request | |||
---|---|---|---|
({{forloop.counter}}) {{r.start_time_formatted}} "{{r.http_method|escape}} {{r.http_path|escape}}{{r.http_query|escape}}" {{r.http_status}} real={{r.duration_milliseconds}}ms api={{r.api_milliseconds}}ms overhead={{r.overhead_walltime_milliseconds}}ms ({{r.combined_rpc_count}} RPC{{r.combined_rpc_count|pluralize}}, cost={{r.combined_rpc_cost_micropennies}}, billed_ops=[{{r.combined_rpc_billed_ops}}]) | |||
{{item.service_call_name}} | {{item.total_amount_of_calls}} | {{item.total_cost_of_calls_microdollars}} | {{item.total_billed_ops_str}} |