I was working on a server which did not have ntpq installed, so I couldn’t do ntpq -p. Simple solution is to stop the ntp service and run

ntpd -d

This will output logging to stdout. Simple solution ;).

By karlo