summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-07 15:05:40 +0100
committerantirez <antirez@gmail.com>2015-02-10 14:55:17 +0100
commitf6f3cb94587dcf97394525053ed5baf0d71455f0 (patch)
treeb11536a151632f78201e55b67827a41f5e026d87
parent9d9be0e09d4570d835ec193629bc8bc3daf73e5b (diff)
downloadredis-f6f3cb94587dcf97394525053ed5baf0d71455f0.tar.gz
Add missing latency-dest legend symbol.
-rw-r--r--src/redis-cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index b4b1d60e9..c28b50ac3 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -1131,7 +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(". - * 0.01 0.125 0.5 milliseconds\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");
printf("F,G,H,I,J .1,.2,.3,.4,.5 seconds\n");