How to specify license and how to start in command line mode

Questions about YourKit Java Profiler
Post Reply
BillEvans
Posts: 6
Joined: Thu Jun 30, 2005 10:06 pm

How to specify license and how to start in command line mode

Post by BillEvans »

I want to profile an application running on Solaris 10 in a remote location.

I only have telnet access to the machine (no gui).

How do I start up Yourkit to monitor my app without a gui? Where should I place the license file in this case?
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

1) You don't need to have license file to run your application with profiling capabilities.

2) To start your remote application with profiler agent please follow the general path:

put libyjpagent.so to LD_LIBRARY_PATH
add -agentlib:yjpagent to JVM parameters

More information you can read from "Enabling profiling manually" chapter of bundled help.
BillEvans
Posts: 6
Joined: Thu Jun 30, 2005 10:06 pm

Post by BillEvans »

Thanks.... it worked great! I'll try not to bug you with such elementary questions in future!
Post Reply