For count=1 I can understand why RouterOS doesn't print a summary, even though for scripting purposes it would be nice to be able to always toggle the ping summary line so you can always just check that summary for eg packet-lost and avg-rtt.
Code: Select all
[admin@router] > /ping address=www.mikrotik.com count=2
Columns: SEQ, HOST, SIZE, TTL, TIME
SEQ HOST SIZE TTL TIME
0 159.148.172.205 56 52 48ms467us
1 159.148.172.205 56 52 46ms889us
[admin@router] > /ping address=www.mikrotik.com count=3
SEQ HOST SIZE TTL TIME STATUS
0 159.148.172.205 56 52 47ms182us
1 159.148.172.205 56 52 47ms150us
2 159.148.172.205 56 52 46ms949us
sent=3 received=3 packet-loss=0% min-rtt=46ms949us avg-rtt=47ms93us max-rtt=47ms182us