Re: [Linuxptp-users] ptp4l summary_interval
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Harold L. <hla...@pi...> - 2015-08-26 18:28:29
|
Hi Jake, The content of my configuration file: [global] verbose 0 summary_interval 6 [eth0] Parses without error but the log file /var/volatile/log/messages: Jul 30 17:20:22 zx3-pm3-zynq7 user.info ptp4l: [10651.690] rms 13563 max 78070 freq +2032 +/- 893 delay 10761 +/- 255 Jul 30 17:20:29 zx3-pm3-zynq7 user.info phc2sys: [10658.624] rms 923 max 1687 freq +2407 +/- 1041 delay 2692 +/- 13 Jul 30 17:20:39 zx3-pm3-zynq7 user.info phc2sys: [10668.626] rms 1538 max 2760 freq +3758 +/- 1445 delay 2689 +/- 12 Jul 30 17:20:49 zx3-pm3-zynq7 user.info phc2sys: [10678.628] rms 947 max 2179 freq +2823 +/- 822 delay 2685 +/- 13 Jul 30 17:20:59 zx3-pm3-zynq7 user.info phc2sys: [10688.630] rms 668 max 1137 freq +3100 +/- 692 delay 2702 +/- 32 Jul 30 17:21:09 zx3-pm3-zynq7 user.info phc2sys: [10698.633] rms 744 max 1469 freq +2854 +/- 661 delay 2683 +/- 9 Jul 30 17:21:19 zx3-pm3-zynq7 user.info phc2sys: [10708.635] rms 1092 max 2331 freq +3324 +/- 989 delay 2693 +/- 20 Jul 30 17:21:26 zx3-pm3-zynq7 user.info ptp4l: [10715.700] rms 820 max 2312 freq +3085 +/- 756 delay 10834 +/- 265 It was an error on my part, I wasn't waiting long enough in comparison to 'ph2sys -u 6' it is much slower. Thanks, Harold -----Original Message----- From: Keller, Jacob E [mailto:jac...@in...] Sent: Wednesday, August 26, 2015 2:19 PM To: Harold Lapprich <hla...@pi...>; lin...@li... Subject: Re: [Linuxptp-users] ptp4l summary_interval On Wed, 2015-08-26 at 16:48 +0000, Harold Lapprich wrote: > To All, > > Gotten to the point in a design where the need for printed out has > been reduced and for 'phc2sys' one can use '-u' to reduce the output, > in an older version of 'linuxptp: ptp4l' 'summary_interval' was > supported and it handled the reduced output to the log file very > similar to 'phc2sys'. Currently using 'linuxptp: 1.5' and > 'summary_interval' is no longer supported and the man page shows no > new parameter (tried -l for the heck of it with no luck), can someone > respond with the alternative for the directive 'summary_interval' to > reduce output? > > Thanks, > Harold Hi Harold, According to ptp4l.8 summary_interval is supported.... you have to use it in the configuration file. :) Does this not appear to work for you? Regards, Jake |