Logging latency and packet loss?

Hi,

I’m trying to log link parameters (e.g. throughput, signal strength, ccq) to a file (using remote syslog) for later analysis and graphing. So far I’ve managed to log everything I want, except the latency and packet loss. Is it possible to somehow extract these two from ping command printout and how?

Thanks
Zreno

You can’t get latency, bout it is possible to get packet loss.

:put [/ping 1.1.1.1 count=5 ];
Returned value of ping command is successfully received packet count.