[Git][NTPsec/ntpsec][master] Deleted 1 commit: Use 100 nSec busckets for the histogram.

Gary E. Miller gitlab at mg.gitlab.com
Fri Aug 19 21:20:25 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:
4510605a by Gary E. Miller at 2016-08-19T14:19:34-07:00
Use 100 nSec busckets for the histogram.

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -222,7 +222,7 @@ plot \
         sitename = self.sitename
         cnt = collections.Counter()
         for line in self.loopstats:
-            cnt[line.split()[1]] += 1
+            cnt[ round( float(line.split()[1]), 7)] += 1
         ninetynine  = self.percentile(2, 99, self.loopstats) * 1000000
         seventyfive = self.percentile(2, 75, self.loopstats) * 1000000
         twentyfive  = self.percentile(2, 25, self.loopstats) * 1000000



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


More information about the vc mailing list