Top 5: Client Response Time

{% for item in crt_data %} {% endfor %}
{{item[0]}} {{item[1]}}

Top 5: SQL Time

{% for item in sqlt_data %} {% endfor %}
{{item[0]}} {{item[1]}}

Other Statistics

Total Tables {{tables_data[0][0]}}
Sum of Client Response Time {{scrt_data[0][0]}}
Sum of SQL Time {{ssqlt_data[0][0]}}

Client Response Time(ms)

SQL Time(ms)