From: Jason L. <ja...@as...> - 2023-01-05 15:17:44
|
Hello, I am polling pmc in a thread at 1hz in a program with the following command - statusResp = exec("pmc -u -s /var/run/ptp4lro -i /tmp/pmc.socket 'GET TIME_STATUS_NP'"); It returns the status but takes about 100ms to execute. Is this time expected or is there a way to reduce it? Thanks, Jason |