summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-07 18:06:10 +0100
committerantirez <antirez@gmail.com>2015-02-07 18:06:14 +0100
commitace1acc532516bd5bd4af7faa9f173e233fa0549 (patch)
treed3ddb4f39e6ae47f5be6ab894d0d2558e0e3ecea
parent414df143f51bab2f984c0fb67fccc637733bc570 (diff)
downloadredis-ace1acc532516bd5bd4af7faa9f173e233fa0549.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 4790b086b..90456fd50 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -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");