debug command to show the packet hit count

While i continue to look this up in the document guides i thought i’ll post this. Does anyone know the command to show something like this:

host 172.16.238.174 172.29.64.0 255.255.252.0 eq ssh (hitcnt=5)

This is very useful for debugging whether a certain traffic is hitting the interface(s) of the Digi router.

Thanks!

you can use something similar with the firewall

pass in break end from a.a.a.a to any inspect-state
pass break end

then once running on the interface your intrested in you can see the in the web gui security firewall the hit counter or on cli “type festat.hit” shows the same

regards

James