We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335971c commit 260c125Copy full SHA for 260c125
cmd/client/client.go
@@ -37,7 +37,7 @@ type NodeStatus struct {
37
SwapUsed uint64 `msgpack:"swap_used"`
38
HddTotal uint64 `msgpack:"hdd_total"`
39
HddUsed uint64 `msgpack:"hdd_used"`
40
- CPU uint64 `msgpack:"cpu"`
+ CPU float64 `msgpack:"cpu"`
41
NetworkTx uint64 `msgpack:"network_tx"`
42
NetworkRx uint64 `msgpack:"network_rx"`
43
NetworkIn uint64 `msgpack:"network_in"`
0 commit comments