mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixed Redis reads and writes time series (#8954)
This commit is contained in:
parent
1d0994cfd0
commit
9a1691fec3
5 changed files with 37 additions and 13 deletions
|
|
@ -85,10 +85,6 @@ function redis_api.getStats()
|
|||
memory = redis_status["used_memory_rss"],
|
||||
-- The number of keys in the database
|
||||
dbsize = redis_status["dbsize"],
|
||||
-- The number of reads in the database
|
||||
reads = redis_status["total_reads_processed"],
|
||||
-- The number of writes in the database
|
||||
writes = redis_status["total_writes_processed"],
|
||||
-- Health
|
||||
health = getHealth(redis_status)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue