JBoss development,
A new message was posted in the thread "Has this project stalled?":
http://community.jboss.org/message/520339#520339
Author : Pat Arneson
Profile :
http://community.jboss.org/people/noise_is_life
Message:
--------------------------------------------------------------
Great!
The most obvious thing would be to help out with some documentation once I figure things
out enough for my own purposes.
So on to my questions to at least get the thing working.
I have the profiler running and am able to take snapshots, but have been unable to get my
classes to show up in the profile.
Here are the first few lines of my jboss-profiler.properties:
enable=yes
precompiled=no
cpu=yes
memory=yes
includes=com.upstream.inbound.*|public,com.upstream.inbound.*|public
excludes=*
visibility=private
save=yes
savelocation=.
startup=yes
...
I'm unclear as to the purpose of the private/public visibility attribute so I
guessed.
I also tried the following command in an attempt to get the profiler to see my classes:
java -jar jboss-profiler-client.jar -h 0.0.0.0 -p 5400 add com.upstream.inbound.*
But no luck.
My attempts so far have been with 2.0.0.Beta5.
Thanks.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/520339#520339