Results 1 to 2 of 2
Thread: JProfiler 5 startup question
- 01-27-2011, 09:15 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
JProfiler 5 startup question
HI Guys,
I've what I hope is a very simple question regarding JProfiler5. I normally profile my webapp via online mode.
Now however I'm trying to implement continuous profiling and I'm having difficulty figuring out how to start my application with JProfiler running in offline mode, I dont want my application to wait for a JProfiler GUI to connect before starting up.
I've read the doc regarding doing this but I cant figure out how to implement it, could any point me some examples please?
For online mode I'd create my startup.sh file to be something like the below:
Thanks in advanceJava Code:export JAVA_OPTS="-server -Xms1024m -Xmx1024m -XX:+AggressiveHeap -Dcomponent.identifier=01 -Dcomponent.hostname=vsp-155.perf -agentpath:$jprofilerti=port=8849 -Xbootclasspath/a:/usr/local/jprofiler5/bin/agent.jar"
- 01-27-2011, 10:14 AM #2
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
[solved]
Ok after some trial and error I got this working. Please see the below code snippets
Version 1:
Version 2Java Code:export JAVA_OPTS="-server -Xms1024m -Xmx1024m -XX:+AggressiveHeap -Dcomponent.identifier=01 -Dcomponent.hostname=vsp-155.perf -agentlib:jprofilerti=offline,id=147,config=/opt/newbay/home/nbadmin/.jprofiler5config.xml -Xbootclasspath/a:/usr/local/jprofiler5/bin/agent.jar"
Hope this helps someone elseJava Code:export JAVA_OPTS="-server -Xms1024m -Xmx1024m -XX:+AggressiveHeap -Dcomponent.identifier=01 -Dcomponent.hostname=vsp-155.perf -agentlib:jprofilerti=offline,id=147,config=/opt/newbay/home/nbadmin/.jprofiler5config.xml -Xbootclasspath/a:/usr/local/jprofiler5/bin/agent.jar"
Similar Threads
-
JProfiler 6
By Natraj Aggas in forum Java SoftwareReplies: 1Last Post: 12-17-2010, 06:34 AM -
Jprofiler with Weblogic Issue
By cdhar in forum Advanced JavaReplies: 0Last Post: 11-05-2010, 06:24 PM -
JProfiler 5.1
By JavaBean in forum Java SoftwareReplies: 5Last Post: 10-25-2010, 12:53 PM -
Main startup class
By j0h@nb in forum New To JavaReplies: 13Last Post: 11-30-2007, 05:44 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks