Skip to content

Commit

Permalink
Minor revision.
Browse files Browse the repository at this point in the history
- Updated stat type to lower case.

Signed-off-by: Kyle Kim <[email protected]>
  • Loading branch information
kyle-yh-kim committed Nov 17, 2024
1 parent 270e004 commit 5f3a1cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands/cluster-slot-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ The command is suitable for Valkey Cluster users aiming to assess general slot u

The following statistics are supported:

* `KEY-COUNT` -- Number of keys residing in a given slot.
* `CPU-USEC` *micro-seconds* -- Amount of cpu time (in micro-seconds) spent on a given slot.
* `NETWORK-BYTES-IN` *bytes* -- Amount of network ingress (in bytes) received for given slot.
* `NETWORK-BYTES-OUT` *bytes* -- Amount of network egress (in bytes) sent out for given slot.
* `key-count` -- Number of keys residing in a given slot.
* `cpu-usec` -- Amount of CPU time (in microseconds) spent on a given slot.
* `network-bytes-in` -- Amount of network ingress (in bytes) received for given slot.
* `network-bytes-out` -- Amount of network egress (in bytes) sent out for given slot.

## Options

Expand Down

0 comments on commit 5f3a1cf

Please sign in to comment.