Hi folks,
I use jboss-profiler-2.0.Beta2 snapshot.
I installed my profiler to jbossesb-server-4.4.GA according to instruction which I found in README.txt file.
I have class which I need to profile. It runs as action of JBoss ESB service, i.e. it is deployed in .esb archive. I added org.jboss.profiler.*|public com.myservice.* -the last is package where service under profiling resides.
I make startProfiler, stopProfiler, getSnapshot 1 and it takes files but no statistics inside at all.
Only reports headers.
What you advise to check? Does JBoss Profiler works with classes which in .esb files?
You should just have
includes=com.myservice.*|public
in the configuration file.
Each entry is separated by ',' - not by ' ' (spaces).
Otherwise you should be good -- let me know how it works out for you.