- clear helper statistics
Command introduced before JUNOS Release 7.4.
Clear statistic counters in the User Datagram Protocol (UDP) forwarding process.
This command has no options.
view
See show helper statistics for an explanation of output fields.
The following sample output displays statistics counters before and after the clear helper statistics command is entered:
user@host> show helper statistics
domain:
Received packets: 63
Forwarded packets: 61
Dropped packets: 2
Due to no interface in fud database: 0
Due to an error during packet read: 1
Due to an error during packet send: 1
tftp:
Received packets: 5
Forwarded packets: 5
Dropped packets: 0
Due to no interface in fud database: 0
Due to an error during packet read: 0
Due to an error during packet send: 0
user@host> clear helper statistics
user@host> show helper statistics
domain:
Received packets: 0
Forwarded packets: 0
Dropped packets: 0
Due to no interface in fud database: 0
Due to an error during packet read: 0
Due to an error during packet send: 0
tftp:
Received packets: 0
Forwarded packets: 0
Dropped packets: 0
Due to no interface in fud database: 0
Due to an error during packet read: 0
Due to an error during packet send: 0