File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ Minimum network bytes percentage threshold. Only hotkeys with network bytes perc
7979One 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
124124Example with tracking data:
You can’t perform that action at this time.
0 commit comments