|
1 Introduction
What: Emplementing the ``fifo'' ping utility.
Binary located at:
This binary is used to test the uploading connection.
2 Single test
# run/fifo poldhcp54.conf -snf
Fifo ( 6): 0% [ 1,5] [ 1,8]
*** Total : miss 0 / 6 Pkts = 0%
DIF [ 1,5] : 3 received + 0 missing 3 pkts and 0 errors.
DIF [ 1,8] : 3 received + 0 missing 3 pkts and 0 errors.
Dropped pkts: 0
Unexpected pkts: 0
3 Non regression test
# run/fifo poldhcp54.conf -f
Flush: [buff] [ 1,5] [ 1,8]
Flush( 2): 0% 0 0
Fifo ( 12): 0% [ 1,5] [ 1,8]
Fifo ( 12): 0% [ 1,5] [ 1,8]
Fifo ( 12): 0% [ 1,5] [ 1,8]
*** Total : miss 0 / 38 Pkts = 0%
DIF [ 1,5] : 18 received + 0 missing 18 pkts and 0 errors.
DIF [ 1,8] : 18 received + 0 missing 18 pkts and 0 errors.
Dropped pkts: 0
Unexpected pkts: 0
|