We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970297c commit 4d345acCopy full SHA for 4d345ac
commands/memory-stats.md
@@ -33,10 +33,10 @@ values. The following metrics are reported:
33
minus `startup.allocated`) and `keys.count`
34
* `dataset.bytes`: The size in bytes of the dataset, i.e. `overhead.total`
35
subtracted from `total.allocated` (see `INFO`'s `used_memory_dataset`)
36
-* `dataset.percentage`: The percentage of `dataset.bytes` out of the net
+* `dataset.percentage`: The percentage of `dataset.bytes` out of the total
37
memory usage
38
-* `peak.percentage`: The percentage of `peak.allocated` out of
39
- `total.allocated`
+* `peak.percentage`: The percentage of `total.allocated` out of
+ `peak.allocated`
40
* `fragmentation`: See `INFO`'s `mem_fragmentation_ratio`
41
42
@return
0 commit comments