{{ score }}
  # Pings an address 10.0.0.150 in this example appending a timestamp with an interval of 200 ms
ping -i 0.2 10.0.0.150 | while read pong; do echo "$(date +%Y-%m-%d:%H:%M:%S:%N): $pong" ; done