summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-07 18:06:10 +0100
committerantirez <antirez@gmail.com>2015-02-10 14:51:25 +0100
commitb857578ba250389c9aea90b59d38400f87c7519f (patch)
tree9c506a36548dced3694e96306d1322219972179b
parent630634a37a9b0f96e14f4ef7821275874a993b99 (diff)
downloadredis-b857578ba250389c9aea90b59d38400f87c7519f.tar.gz
redis-cli latency dist: add new top HL.
-rw-r--r--src/redis-cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index 8f92f3d0b..682641d02 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");