remote connection to linux machine

Questions about YourKit Java Profiler
Post Reply
abhishek
Posts: 59
Joined: Tue May 13, 2014 7:37 am

remote connection to linux machine

Post by abhishek »

Hi,
Our java swing application is deployed on linux machine.Need to connect it remotely using windows 7 64 bit machine.Not able to find any help from yourkit official site.Kindly provide the steps required for remote connection.

regards,
Abhishek
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: remote connection to linux machine

Post by Vladimir Kondratyev »

There are two options:

1) Preferred one. Run your Swing app with profiler agent
http://www.yourkit.com/docs/java/help/r ... ofiler.jsp

and then connect to it remotely
http://www.yourkit.com/docs/java/help/connect.jsp

2) Use "Attach" mechanism http://www.yourkit.com/docs/java/help/attach_agent.jsp
You should read "How to attach to a remote application" section
Post Reply