A server equipped with an Enhanced PTP enabled adapter can use the
sfptpmon
script (supplied with version 3.7.0 onwards) to receive
data from all monitored slave servers.
- Install the optional
sfptpd-python3
package. - Get the help for
sfptpmon
to confirm that it is installed and available:# sfptpmon -h Usage: sfptpmon [options] Options: -h, --help show this help message and exit -i INTF, --interface=INTF default interface -l LADDRS, --listen=LADDRS address[:port] on which to listen for messages -m MADDRS, --multicast=MADDRS intf[:[=]address[:port]] on which to listen for multicast messages
- Run
sfptpmon
, listening on the destination that you configured the monitored nodes to use. For example, to listen on port 10320:sfptpmon -l :10320
For more information about sfptpmon
, view its man page:
man sfptpmon