I am in an environment with RHEL v9+ servers. These are built with chrony installed for time sync. NTP and its associated tools are not installed. I need to be able to test for NTP servers in the environment without making configuration changes to /etc/chrony.conf. I am used to be able to use ntpdate -q <time server> or ntpq -p <time server>. Is there any solution with just chrony? I do not want to install ntp just to be able to use those utilities. I cannot make changes to chrony.conf in production.