Is there a way the Dude can find intermittent ping loss

Let say ping loss is 20% and it shows up but we would like to be alerted; is that possible in the Dude?

Find the post in the probe thread from Pablete that has packet_loss_test

function: packet_loss_test
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 ) +
if( array_element(ping(device_property(“FirstAddress”)) , 0)<0 , 0 , 1 )

Looks like he never got exactly what he wanted, the dude probably cached the result of the first ping and did not actually send all the pings.

Probably going to be easier to use an external program (execute) to get it exactly right.

Is there a way for dude show the Packet Loss in the Device Label ? It already shows me the device latency, but i coudn´t figure how to make it show the ping loss. Anyone know how to do it ?