实现服务看板(企业版)

This commit is contained in:
刘祥超
2021-07-07 19:55:52 +08:00
parent be9bde507a
commit 30f8bfe703
7 changed files with 2637 additions and 666 deletions

View File

@@ -25,6 +25,9 @@ type NodeStatus struct {
Load15m float64 `json:"load15m"`
ConnectionCount int `json:"connectionCount"` // 连接数
TrafficInBytes uint64 `json:"trafficInBytes"`
TrafficOutBytes uint64 `json:"trafficOutBytes"`
CacheTotalDiskSize int64 `json:"cacheTotalDiskSize"`
CacheTotalMemorySize int64 `json:"cacheTotalMemorySize"`