[Git][NTPsec/ntpsec][master] Deleted 1 commit: Add --local-offset-histogram to usage.
    Gary E. Miller 
    gitlab at mg.gitlab.com
       
    Fri Aug 19 20:31:10 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:
bf311896 by Gary E. Miller at 2016-08-19T13:30:18-07:00
Add --local-offset-histogram to usage.
- - - - -
1 changed file:
- ntpstats/ntpviz
Changes:
=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -5,7 +5,8 @@ ntpviz - logfile visualizer for NTP log files
 
 Usage: ntpviz [-d statsdir] [-g] [-n name] [-p days]
               [-s starttime]  [-e endtime]
-              [--local-offset | --local-error | --local-jitter | --local-stability]
+              [--local-offset | --local-error | --local-jitter
+                | --local-stability | --local-offset-histogram]
               [--peer-offsets=hosts | --all-peer-offsets]
               [--peer-jitters=hosts | --all-peer-jitters]
               [--local-cpu-temp]
@@ -253,7 +254,7 @@ plot \
 ''' % locals()
         vals = list(cnt.keys())
         vals.sort()
-        histogram_data = ["%s %s\n" % (val, cnt[val]) for val in vals] 
+        histogram_data = ["%s %s\n" % (val, cnt[val]) for val in vals]
         return plot_template.replace('@', '%') + "".join(histogram_data)
 
 ntpsec_logo = """
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/bf311896d34d8405d58ac3e9fd61173852f8b63a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160819/4e68d77d/attachment.html>
    
    
More information about the vc
mailing list