Rule attack - statistics after attack?
#1
Hi

Is there anyway to check which exactly rules had the best results after rule attack?

Would like to know which rules from rule file had the best success.

Is that possible?

Thanks
Reply
#2
hi!
yeah, it's simple.
next time you run a rule attack just add the parameters "--debug-mode=1 --debug-file=debug.rule".
this will log every rule which generated a hit to the file "debug.rule".
after the attack all you gotta do is some statistical analysis of that file.
which means, count how many times each rule got logged to the file.
the rule which got logged the most had the most success during your attack.
you probably wanna write a small script for the counting though Wink
Reply
#3
Perfect - thats all what I need -Smile Many thanks Wink
Reply