Skip to content

Commit ff13fa7

Browse files
committed
redis-cli latency dist: add new top HL.
1 parent f6f3cb9 commit ff13fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redis-cli.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ void showLatencyDistSamples(struct distsamples *samples, long long tot) {
11311131
/* Show the legend: different buckets values and colors meaning, so
11321132
* that the spectrum is more easily readable. */
11331133
void showLatencyDistLegend(void) {
1134+
printf("---------------------------------------------\n");
11341135
printf(". - * # .01 .125 .25 .5 milliseconds\n");
11351136
printf("1,2,3,...,9 from 1 to 9 milliseconds\n");
11361137
printf("A,B,C,D,E 10,20,30,40,50 milliseconds\n");

0 commit comments

Comments
 (0)