[tor-commits] [metrics-tasks/master] [2714] Actually graph the HSDir set size

karsten at torproject.org karsten at torproject.org
Tue May 31 06:36:45 UTC 2011


commit c0e88f471bebd314a84f822967506b418af8b030
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Sun May 29 04:22:55 2011 -0700

    [2714] Actually graph the HSDir set size
---
 .../graph-hsdir-set-absolute-instability.gnuplot   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/task-2714/graph-hsdir-set-absolute-instability.gnuplot b/task-2714/graph-hsdir-set-absolute-instability.gnuplot
index ee7f088..a475c1a 100644
--- a/task-2714/graph-hsdir-set-absolute-instability.gnuplot
+++ b/task-2714/graph-hsdir-set-absolute-instability.gnuplot
@@ -4,7 +4,7 @@ set timefmt "%Y-%m-%d-%H-%M-%S"
 set format x "%Y-%m-%d"
 set xrange ["2011-01-01-00-00-00":]
 
-plot "out/hsdir-set-instability" using 1:(0):2 with lines title "HSDir set size",\
+plot "out/hsdir-set-instability" using 1:2 with lines title "HSDir set size",\
      "out/hsdir-set-instability" using 1:(0):6 with filledcurves title "4 hr",\
      "out/hsdir-set-instability" using 1:(0):5 with filledcurves title "3 hr",\
      "out/hsdir-set-instability" using 1:(0):4 with filledcurves title "2 hr",\





More information about the tor-commits mailing list