{% extends "base.html" %} {% load cache %} {% block content %} {% cache 600 dashboard %}
{{ count_stats.sql_wf_cnt }}
SQL上线工单
{{ count_stats.query_wf_cnt }}
SQL查询工单
{{ count_stats.user_cnt }}
平台用户
{{ count_stats.ins_cnt }}
实例数量
SQL查询统计
{{ chart.line1|safe }}
SQL上线数量
{{ chart.bar1|safe }}
SQL上线用户
{{ chart.bar2|safe }}
24h慢查询db维度统计
{{ chart.bar3|safe }}
SQL上线统计
{{ chart.pie1|safe }}
DB检索行数
{{ chart.pie5|safe }}
SQL查询用户
{{ chart.pie4|safe }}
24h慢查询db/user维度统计
{{ chart.pie3|safe }}
{% endcache %} {% endblock content %}