File: offset-ntpd-rs.gnuplot

package info (click to toggle)
rust-ntpd 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,904 kB
  • sloc: sh: 57; makefile: 28
file content (5 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
set yrange [10:70]
set xrange [0:3600]
set xlabel "time (s)"
set ylabel "offset (us)"
plot 'offset-ntpd-rs.dat' using ($1/100) pt 7 black title "Offset to server"