| Rules for combining intersecting INCLUDE and EXCLUDE filters [message #754870] |
Fri, 04 November 2011 13:04  |
Adrian Price Messages: 53 Registered: July 2009 |
Member |
|
|
Good day TPTP,
I'm trying to memory profile some of my application packages while
excluding others (purely to avoid OOMEs from having collected too much
data). By default all classes are included so it seems illogical that an
INCLUDE rule isn't capable of overriding a matching EXCLUDE rule.
For instance:
com.company.interesting.* * INCLUDE
com.company.* * EXCLUDE
collects no com.company.interesting.* data, and nor does
com.company.interesting.* * INCLUDE
* * EXCLUDE
*regardless* of the order of the rules.
Am I attempting the impossible?
Thanks,
--A
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02166 seconds