Skip to content

Commit

Permalink
Update keys.bytes-per-key. (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChen888 authored Jan 12, 2024
1 parent dfac808 commit 4f0fcdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/memory-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ values. The following metrics are reported:
Redis keyspace (see `INFO`'s `used_memory_overhead`)
* `keys.count`: The total number of keys stored across all databases in the
server
* `keys.bytes-per-key`: The ratio between **net memory usage** (`total.allocated`
minus `startup.allocated`) and `keys.count`
* `keys.bytes-per-key`: The ratio between `dataset.bytes` and `keys.count`
* `dataset.bytes`: The size in bytes of the dataset, i.e. `overhead.total`
subtracted from `total.allocated` (see `INFO`'s `used_memory_dataset`)
* `dataset.percentage`: The percentage of `dataset.bytes` out of the total
Expand Down

0 comments on commit 4f0fcdb

Please sign in to comment.