usage of -yx (PROCMON) on appservers

Posted by sfgaarthuis on 24-Oct-2016 05:12

Hi All,

We are using the -yx parameter for clients (windows and aix) and collecting them for each client and put them in a table for later analysis of .r usage for an application. 

We want to do the same for AppServer sessions. But when having multiple AppServer-agents running, the PROCMON will point to the same file for all AppServer agents. I would like the file created PROC.MON to be specific on an appserver agent basis.

Anyone having experience on this issue? Any Ideas?

Regards,

Simon Gaarthuis

Posted by George Potemkin on 24-Oct-2016 05:26

Create a script that sets the PROCMON variable and calls the _proapsv executable.

In the ubroker.properties file set the srvrExecFile to the script instead of _proapsv.

All Replies

Posted by George Potemkin on 24-Oct-2016 05:26

Create a script that sets the PROCMON variable and calls the _proapsv executable.

In the ubroker.properties file set the srvrExecFile to the script instead of _proapsv.

Posted by sfgaarthuis on 24-Oct-2016 05:34

Hi George,

thanks for your reply. I will implement your suggested solution.

Regards,

Simon.

Posted by sfgaarthuis on 24-Oct-2016 06:07

Earlier in the tab variables (appserver maintenance) I tried (before i posted here):

PROCMON=/u/application/proc_mon_$RANDOM

But the $RANDOM won't evaluate. This would be by far the easiest method.

This thread is closed