Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


mjd_convert_modified_julian_date

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mjd_convert_modified_julian_date [2015/07/06 13:57] – [GnuPlot example] adminmjd_convert_modified_julian_date [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[ntp mjd modified julian date linux]}} {{tag>[ntp mjd modified julian date linux]}}
-~~TOC~~ 
  
  
Line 46: Line 45:
 # #
 # Creates NTP statistics plot. # Creates NTP statistics plot.
-# AUTHOR: Ben Stienstra+# AUTHOR: BS
  
 set terminal pngcairo size 800,600 enhanced font 'Verdana,10' set terminal pngcairo size 800,600 enhanced font 'Verdana,10'
Line 63: Line 62:
 set title 'Loopstats ntp1.polaire.nl' set title 'Loopstats ntp1.polaire.nl'
 plot "< awk '{ printf \"%s %s\\n\", strftime(\"%s\", ($1-40587)*86400 + $2), $0 }' ../allloopstats" u 1:5 title "PPM" with lines</code> plot "< awk '{ printf \"%s %s\\n\", strftime(\"%s\", ($1-40587)*86400 + $2), $0 }' ../allloopstats" u 1:5 title "PPM" with lines</code>
-  * Output:\\+  * Output:
 {{::output.png?nolink|}} {{::output.png?nolink|}}
 +
mjd_convert_modified_julian_date.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1