Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] Process subsystem

Hi Sheldon,
 
org.eclipse.rse.subsystems.processes.shell.linux
 
contains an implementation of the processes subsystem, that
uses any contributed shell subsystem (e.g. your telnet) and
runs commands on it in order to get to the process info.
 
As it is, this works on Linux by evaluating /proc, but I'm sure
that this can be modified easily for other remote systems
that support getting process information through shell commands.
 
Other than that, you can of course also write your own agent
on the remote side to get to the process info, but I guess this
would typically be more effort.

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm

 


From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Sheldon Dsouza
Sent: Friday, April 27, 2007 5:32 PM
To: Target Management developer discussions
Subject: Re: [dsdp-tm-dev] Process subsystem

Hi David,

         Does the process subsystem exist only for distore, i am using using telnet subsystem which i have implemented for all remote command execution so do i have to added the process subsystem there.

Regards,
Sheldon

On 4/27/07, David McKnight <dmcknigh@xxxxxxxxxx> wrote:

Hi Sheldon,

Do you have a "Processes" subsystem?  A process filter would be under the processes subsystem.   I've attached an image here.



____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________



"Sheldon Dsouza" <sheldond@xxxxxxxxx>
Sent by: dsdp-tm-dev-bounces@xxxxxxxxxxx

27/04/2007 10:29 AM

Please respond to
Target Management developer discussions <dsdp-tm-dev@xxxxxxxxxxx>

To
"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx>
cc

Subject
Re: [dsdp-tm-dev] Process subsystem







Hi David,

        I haven't understood the process filter, where do i select or create this filter for a particular connection.

Regards,

On 4/27/07, David McKnight <dmcknigh@xxxxxxxxxx > wrote:

Hi Sheldon,


For viewing processes, RSE provides a generic viewer that can be used.   The way to use it is by selecting a process filter, right-clicking and running the "Monitor" action from the context menu.  The monitor view allows you to see the processes in a table.   If you which for the view to get updated automatically, this view has a polling option (admittedly not as nice as a notification from the host but it does provide a simple mechanism for getting updated).


____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet:
dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________



"Sheldon Dsouza" <sheldond@xxxxxxxxx >
Sent by:
dsdp-tm-dev-bounces@xxxxxxxxxxx

27/04/2007 06:24 AM

Please respond to
Target Management developer discussions <
dsdp-tm-dev@xxxxxxxxxxx >


To
"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx >
cc

Subject
[dsdp-tm-dev] Process subsystem









Hi,

       I was going through the process subsystem sources, i just wanted to know if the process subsytem provides a complete implementation for a remote process viewer, or it just provides a framework where we have to plugin the implementation for getting list of process. I also wanted to know if the view gets updated in real time e.g if a process is killed on remote machine does a notification happen on the client side.

Regards,
Sheldon
_______________________________________________
dsdp-tm-dev mailing list

dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


_______________________________________________
dsdp-tm-dev mailing list

dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev

_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev




Back to the top