Skip to content

Commit

Permalink
redis-cli latency dist: add new top HL.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 7, 2015
1 parent 414df14 commit ace1acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redis-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ void showLatencyDistSamples(struct distsamples *samples, long long tot) {
/* Show the legend: different buckets values and colors meaning, so
* that the spectrum is more easily readable. */
void showLatencyDistLegend(void) {
printf("---------------------------------------------\n");
printf(". - * # .01 .125 .25 .5 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");
Expand Down

0 comments on commit ace1acc

Please sign in to comment.