ddrown / chrony-graph

Generate Graphs from chrony logs
Other
22 stars 8 forks source link

/bin/bash and logscale y axis for 'local clock stddev' #3

Closed inkdot7 closed 2 years ago

inkdot7 commented 4 years ago

Thanks for the nice scripts!

I had to use /bin/bash instead of /bin/sh, else the following error occurs:

../bin/run: 25: ../bin/run: function: not found

The second commit changes the axis of the plot local clock stddev such that the graph is also clear for regions where the stddev is good, and not dominated by some occasional far-off value.

ddrown commented 2 years ago

looks good, thanks! sorry for the long delay on the merge