mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 20:46:31 +00:00
redis-cli latency dist: add new top HL.
This commit is contained in:
@ -1140,6 +1140,7 @@ void showLatencyDistSamples(struct distsamples *samples, long long tot) {
|
|||||||
/* Show the legend: different buckets values and colors meaning, so
|
/* Show the legend: different buckets values and colors meaning, so
|
||||||
* that the spectrum is more easily readable. */
|
* that the spectrum is more easily readable. */
|
||||||
void showLatencyDistLegend(void) {
|
void showLatencyDistLegend(void) {
|
||||||
|
printf("---------------------------------------------\n");
|
||||||
printf(". - * # .01 .125 .25 .5 milliseconds\n");
|
printf(". - * # .01 .125 .25 .5 milliseconds\n");
|
||||||
printf("1,2,3,...,9 from 1 to 9 milliseconds\n");
|
printf("1,2,3,...,9 from 1 to 9 milliseconds\n");
|
||||||
printf("A,B,C,D,E 10,20,30,40,50 milliseconds\n");
|
printf("A,B,C,D,E 10,20,30,40,50 milliseconds\n");
|
||||||
|
Reference in New Issue
Block a user