removed print statement and change Memor2 => Memory (spelling)
This commit is contained in:
parent
c0d3864c68
commit
529753b49a
|
@ -212,7 +212,6 @@ func gatherInfoOutput(
|
|||
if keyspace_hits != 0 || keyspace_misses != 0 {
|
||||
keyspace_hitrate = float64(keyspace_hits) / float64(keyspace_hits+keyspace_misses)
|
||||
}
|
||||
fmt.Println(keyspace_hitrate)
|
||||
acc.Add("keyspace_hitrate", keyspace_hitrate, tags)
|
||||
return nil
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@ client_longest_output_list:0
|
|||
client_biggest_input_buf:0
|
||||
blocked_clients:0
|
||||
|
||||
# Memor2
|
||||
# Memory
|
||||
used_memory:1003936
|
||||
used_memory_human:980.41K
|
||||
used_memory_rss:811008
|
||||
|
|
Loading…
Reference in New Issue