View Single Post
  #3 (permalink)  
Old 2006-10-03
northlandboy northlandboy is offline
Senior Member
 
Join Date: 2006-07-28
Location: New Zealand
Posts: 862
Rep Power: 3
northlandboy has an average reputation (10+)
Default Re: Need script to show a count on Rule Hits

Couple of options I can think of:

* If this is a one-off, then do an fw logexport to convert the logfiles to text, then write a quick and dirty shell/awk or perl script to parse it. Would be all of about 10 lines, if that. Remember that the processing doesn't have to be done on the firewall. Just transfer the logs to a Linux box and run the perl script there

* If you've got the money, and want to do this on an ongoing basis, tools like Firemon can do the job pretty well.
Reply With Quote