mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Revise the comments of latency command.
This commit is contained in:
parent
39c70e728b
commit
1ab64d405e
@ -560,10 +560,11 @@ sds latencyCommandGenSparkeline(char *event, struct latencyTimeSeries *ts) {
|
|||||||
|
|
||||||
/* LATENCY command implementations.
|
/* LATENCY command implementations.
|
||||||
*
|
*
|
||||||
* LATENCY SAMPLES: return time-latency samples for the specified event.
|
* LATENCY HISTORY: return time-latency samples for the specified event.
|
||||||
* LATENCY LATEST: return the latest latency for all the events classes.
|
* LATENCY LATEST: return the latest latency for all the events classes.
|
||||||
* LATENCY DOCTOR: returns an human readable analysis of instance latency.
|
* LATENCY DOCTOR: returns an human readable analysis of instance latency.
|
||||||
* LATENCY GRAPH: provide an ASCII graph of the latency of the specified event.
|
* LATENCY GRAPH: provide an ASCII graph of the latency of the specified event.
|
||||||
|
* LATENCY RESET: reset data of a specified event or all the data if no event provided.
|
||||||
*/
|
*/
|
||||||
void latencyCommand(client *c) {
|
void latencyCommand(client *c) {
|
||||||
struct latencyTimeSeries *ts;
|
struct latencyTimeSeries *ts;
|
||||||
|
Loading…
Reference in New Issue
Block a user