mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
give metrics.MemPercent default negative value
This commit is contained in:
@ -23,6 +23,7 @@ func NewMetrics() Metrics {
|
||||
NetTx: -1,
|
||||
NetRx: -1,
|
||||
MemUsage: -1,
|
||||
MemPercent: -1,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user