[email protected] said: > Something odd that I've noticed is that the rawstats don't appear to log > anything except connections from other servers (i.e. configured servers, > pool members, and peer nodes). I have several workstation machines that are > running ntpd in "client only" configuration that are successfully syncing > off my servers but whose connections are not appearing in the rawstats.
rawstats only logs the response side of a client-server request-response exchange. You can setup your server to collect data on a client. On the server: server <client> noselect The noselect means collect the data then ignore it. The "server" will be using the client as s server. If you want the details of what your clients think of your server, you will have to get stats from the clients. You can get statistics of how often your clients talk to your server with ntpq's mrulist command. But all you get is a count of requests from each client, no details. -- These are my opinions. I hate spam. _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
