2021-04-29 16:47:45 +08:00
|
|
|
{$layout}
|
|
|
|
|
{$template "../node_menu"}
|
|
|
|
|
|
|
|
|
|
{$var "header"}
|
|
|
|
|
<!-- echart -->
|
|
|
|
|
<script type="text/javascript" src="/js/echarts/echarts.min.js"></script>
|
|
|
|
|
{$end}
|
|
|
|
|
|
2021-05-05 19:51:13 +08:00
|
|
|
<h4>上行流量(字节)</h4>
|
2021-04-29 16:47:45 +08:00
|
|
|
<div class="chart-box" id="traffic-in-chart"></div>
|
|
|
|
|
|
2021-05-05 19:51:13 +08:00
|
|
|
<h4>下行流量(字节)</h4>
|
2021-04-29 16:47:45 +08:00
|
|
|
<div class="chart-box" id="traffic-out-chart"></div>
|
|
|
|
|
|
2021-04-29 17:06:40 +08:00
|
|
|
<h4>连接数</h4>
|
|
|
|
|
<div class="chart-box" id="connections-chart"></div>
|
|
|
|
|
|
2021-04-29 16:47:45 +08:00
|
|
|
<h4>CPU</h4>
|
|
|
|
|
<div class="chart-box" id="cpu-chart"></div>
|
|
|
|
|
|
|
|
|
|
<h4>内存</h4>
|
|
|
|
|
<div class="chart-box" id="memory-chart"></div>
|
|
|
|
|
|
|
|
|
|
<h4>负载</h4>
|
|
|
|
|
<div class="chart-box" id="load-chart"></div>
|