This content has been marked as final.
Show 2 replies
-
1. JBoss-profiler-2.0.Beta4 or 5 with jboss-5.1.0.GA-jdk6
kiran_yalamati Mar 17, 2011 3:59 AM (in response to h2kinfosys)Hi Narasimha,
to get the report first start the server then use -jar jboss-profiler-client.jar startProfiler command .then open run your application or test case then use the -jar jboss-profiler-client.jar stopprofiler command. finally use the java -jar jboss-profiler-client.jar snapshot command to get the report.
-
2. JBoss-profiler-2.0.Beta4 or 5 with jboss-5.1.0.GA-jdk6
theoden Mar 17, 2011 8:26 AM (in response to kiran_yalamati)As said just above the behaviour you observed is the standard behaviour the start command line lunch the profiler, you run your tests cases ans then stop the profiler to gain access to the report.
Seem's that all is working correctly .