clear helper statistics
Syntax
clear helper statistics
Release Information
Command introduced before Junos OS Release 7.4.
Description
Clear statistic counters in the User Datagram Protocol (UDP) forwarding process.
Options
This command has no options.
Required Privilege Level
view
Related Topics
List of Sample Output
clear helper statisticsOutput Fields
See show helper statistics for an explanation of output fields.
Sample Output
clear helper statistics
The following sample output displays statistics counters before and after the clear helper statistics command is issued:
user@host> show helper statisticsdomain:
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 statisticsuser@host> show helper statisticsdomain:
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
