2021-04-29 16:47:45 +08:00
|
|
|
{$layout}
|
|
|
|
|
{$template "../node_menu"}
|
2021-07-03 15:44:49 +08:00
|
|
|
{$template "/echarts"}
|
2021-04-29 16:47:45 +08:00
|
|
|
|
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>
|