Skip to content

Commit 5e56675

Browse files
Apply suggestions from code review
Thank you, @mich-elle-luna! Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
1 parent c2d5ede commit 5e56675

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/commands/hotkeys-get.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Minimum network bytes percentage threshold. Only hotkeys with network bytes perc
7979
One of the following:
8080
- [Array reply]({{< relref "/develop/reference/protocol-spec#arrays" >}}) with the following items when tracking data is available:
8181
- `collection-start-time`: Unix timestamp (integer) when tracking started.
82-
- `collection-duration`: duration in seconds (integer) of the tracking period.
83-
- `by-cpu-time`: array of key-percentage pairs (bulk strings) sorted by CPU time usage.
84-
- `by-net-bytes`: array of key-percentage pairs (bulk strings) sorted by network bytes usage.
82+
- `collection-duration`: Duration in seconds (integer) of the tracking period.
83+
- `by-cpu-time`: Array of key-percentage pairs (bulk strings) sorted by CPU time usage.
84+
- `by-net-bytes`: Array of key-percentage pairs (bulk strings) sorted by network bytes usage.
8585

8686
- [Null bulk string reply]({{< relref "/develop/reference/protocol-spec#bulk-strings" >}}) when no tracking has been started or no data is available.
8787

@@ -117,8 +117,8 @@ One of the following:
117117

118118
- `collection-start-time`: Unix timestamp (integer) when tracking started.
119119
- `collection-duration`: Duration in seconds (integer) of the tracking period.
120-
- `by-cpu-time`: Array of key-percentage (bulk string) pairs sorted by CPU time usage
121-
- `by-net-bytes`: Array of key-percentage (bulk string) pairs sorted by network bytes usage
120+
- `by-cpu-time`: Array of key-percentage (bulk string) pairs sorted by CPU time usage.
121+
- `by-net-bytes`: Array of key-percentage (bulk string) pairs sorted by network bytes usage.
122122
- [Null reply]({{< relref "/develop/reference/protocol-spec#nulls" >}}) when no tracking has been started or no data is available.
123123

124124
Example with tracking data:

0 commit comments

Comments
 (0)