[Git][NTPsec/ntpsec][master] Deleted 1 commit: Let histogram autorange, comment bucket size.

Gary E. Miller gitlab at mg.gitlab.com
Fri Aug 19 21:24:07 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
6a595816 by Gary E. Miller at 2016-08-19T14:23:31-07:00
Let histogram autorange, comment bucket size.

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -222,6 +222,7 @@ plot \
         sitename = self.sitename
         cnt = collections.Counter()
         for line in self.loopstats:
+            # put into 100 nSec buckets
             cnt[ round( float(line.split()[1]), 7)] += 1
         ninetynine  = self.percentile(2, 99, self.loopstats) * 1000000
         seventyfive = self.percentile(2, 75, self.loopstats) * 1000000
@@ -248,7 +249,6 @@ set arrow from %(seventyfive)s,0 to %(seventyfive)s,graph 0.7 as 4
 set key off
 set lmargin 12
 set rmargin 12
-set xrange [-20:20]
 plot \
  "-" using ($1 * 1000000):2 title "histogram" with boxes
 ''' % locals()



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6a595816284dda226b4d8281c6cdb49e320d7f18
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160819/780e6c46/attachment.html>


More information about the vc mailing list