Vision Client Running Status

Hi there,

Is any way to detect if Vision Client is running?

I want to create a Linux Service to monitor if the Vision Client is running or not. I do not know whether there is an internal socket or something I could use to "listen" or monitor whether the Vision Client is running.

Can anyone help me with this issue?
Thanks in advance.

Regards,
David.

No, there's nothing to listen for. But java will show in the process list, and you can examine the process properties in the /proc/ filesystem to confirm what it is.

Did you look at system.util.getSessionInfo() ?

And how would you call that in a client workstation if no Vision client is running?

Why is this needed? The gateway web interface can be used to see which clients are running.