Stats percent (#1205)

* Fix stats and add Memory percent

* Fix tasks

* round percent
This commit is contained in:
Pascal Vizeli
2019-08-14 10:47:11 +02:00
committed by GitHub
parent b77c42384d
commit 41ce9913d2
10 changed files with 34 additions and 9 deletions

View File

@@ -164,6 +164,7 @@ ATTR_NETWORK_RX = "network_rx"
ATTR_NETWORK_TX = "network_tx"
ATTR_MEMORY_LIMIT = "memory_limit"
ATTR_MEMORY_USAGE = "memory_usage"
ATTR_MEMORY_PERCENT = "memory_percent"
ATTR_BLK_READ = "blk_read"
ATTR_BLK_WRITE = "blk_write"
ATTR_ADDON = "addon"