Views:

# debug np regex show
--------------------------------------------------------------------
Filter   CRC          Flag Max(us)  Avg(us) Evals Matches Total(us)
--------------------------------------------------------------------
8302     0x6c8edde2    P   726      269      21      0     5648
11457    0x573ed0fc    P   633      3        3118    0     10353
8386     0xbf10523b    R   425      61       141     0     8590
121380   x1a842f96     P   364      11       991     0     10676
8302     0xc7235a02    P   263      143      21      21    3011
4846     0x707425a2    R   117      66       137     0     9028
6515     0x2b87d8f8    P   54       5        969     0     4718
9579     0xcabeba80    P   52       36       4       0     142
6545     0x9f6b689c    P   48       5        968     0     4837
3659     0xa4853d0c    R   41       18       148     0     2734
--------------------------------------------------------------------

Sample CLI Command Output

  

Explanation
FilterFilter Number
CRCCyclic Redundancy Check number
FlagTippingPoint internal use only
Max(us)Maximum processing time in microseconds
Avg(us)Average processing time in microseconds
EvalsNumber of times that filter has been processed
MatchesHow many times the filter matched
Total(us)Total processing time in microseconds

 

CLI Commands
debug np regex clearClears regular expression statistics
debug np regex showShow regular expression statistics
debug np regex show -countMaximum number of entries to show (default 10)
debug np regex show -averageSort by average processing time
debug np regex show -evaluationsSort by the number of evaluations
debug np regex show -matchesSort by the number of matches
debug np regex show -totalSort by total time