# debug np regex show |
| Explanation | |
| Filter | Filter Number |
| CRC | Cyclic Redundancy Check number |
| Flag | TippingPoint internal use only |
| Max(us) | Maximum processing time in microseconds |
| Avg(us) | Average processing time in microseconds |
| Evals | Number of times that filter has been processed |
| Matches | How many times the filter matched |
| Total(us) | Total processing time in microseconds |
| CLI Commands | |
| debug np regex clear | Clears regular expression statistics |
| debug np regex show | Show regular expression statistics |
| debug np regex show -count | Maximum number of entries to show (default 10) |
| debug np regex show -average | Sort by average processing time |
| debug np regex show -evaluations | Sort by the number of evaluations |
| debug np regex show -matches | Sort by the number of matches |
| debug np regex show -total | Sort by total time |
