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:55:17 +0100
commitff13fa787ddac98bfe8341004fe140605ba1e623 (patch)
treec45c5d8fc975e21d90ede55caf07f52ec0b2f7e5
parentf6f3cb94587dcf97394525053ed5baf0d71455f0 (diff)
downloadredis-ff13fa787ddac98bfe8341004fe140605ba1e623.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 c28b50ac3..bf2d1d44a 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -1131,6 +1131,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");