From b857578ba250389c9aea90b59d38400f87c7519f Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 7 Feb 2015 18:06:10 +0100 Subject: [PATCH] redis-cli latency dist: add new top HL. --- src/redis-cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redis-cli.c b/src/redis-cli.c index 8f92f3d0..682641d0 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -1140,6 +1140,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");