NetBeans Profiler and rlogin

View: New views
4 Messages — Rating Filter:   Alert me  

NetBeans Profiler and rlogin

by DarVar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I need to monitor the memory usage of my application deployed on a remote server.

Usually ,we connect to the server from our unix workstation using the rlogin command.
From windows I need to connect NetBeans to the to the NetBeans Profiler Server on the remote server.

I presume NetBeans doesn't support this? So, Is there an rlogin application on Windows so that I can connect to it and profile.

Re: NetBeans Profiler and rlogin

by Peter Pis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

    have you tried to use "putty" [1] for rlogin?

Regards,
-Peter

[1] http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

DarVar wrote:

> Hello,
>
> I need to monitor the memory usage of my application deployed on a remote
> server.
>
> Usually ,we connect to the server from our unix workstation using the rlogin
> command.
> From windows I need to connect NetBeans to the to the NetBeans Profiler
> Server on the remote server.
>
> I presume NetBeans doesn't support this? So, Is there need an rlogin
> application on Windows so that I can connect to it and profile.
>  


Re: NetBeans Profiler and rlogin

by Anthony McClay :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Kirrane,

I have had to do this operation in the past on many occasions with Netbeans with great success across many operating systems.  It has worked for me and is part of the Netbeans profiling tool.

You can remote profile the following systems.
Windows Linux x86 Solaris Sparc Solaris x86 Mac OS X

There is a tutorial, and more information located here:
http://profiler.netbeans.org/


best of luck, sounds like you "Have to Profile" instead of part of your development paradigm, which is always the worst position to be in.

Tony McClay
---------------------------------------------------
Sun Certified Enterprise Architect JEE 5 (SCEA CS-310-052)
Sun Certified Business Components Developer JEE5 (SCBCD CX-310-091)
Sun Certified Web Components Developer (SCWCD CX-310-081)
Sun Certified Java Programmer 5 (SCJP CX-310-056)



Re: NetBeans Profiler and rlogin

by Martin.Novak@Sun.Com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.
  I believe Peter's suggestion should work for you. You need to use
putty with option "Enable X11 forwarding" checked in SSH section. Apart
from that, you need some X-server for windows to be running. I use putty
+ Xming without any problem.

Hope that helps,
  Martin

> Hi,
>
>    have you tried to use "putty" [1] for rlogin?
>
> Regards,
> -Peter
>
> [1] http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
>
> DarVar wrote:
>> Hello,
>>
>> I need to monitor the memory usage of my application deployed on a
>> remote
>> server.
>>
>> Usually ,we connect to the server from our unix workstation using the
>> rlogin
>> command. From windows I need to connect NetBeans to the to the
>> NetBeans Profiler
>> Server on the remote server.
>> I presume NetBeans doesn't support this? So, Is there need an rlogin
>> application on Windows so that I can connect to it and profile.
>>  
>