I have installed Sysview r15.0 and turning on the JVM feature. How do I define the JVM data collector agent for CTG (CICS Transaction Gateway? I am looking at CA Sysview Performance Management -15.0 and see CICS and other products but not CTG.
Release : 15.0 or any related release
Component : SYSVIEW
To define the CTG agent, if you are using the standard proc/batch jcl to start the CTG then there should be a variable called CTGUSR that points to a CTGENV member.
In this CTGENV member there is a CTGSTART_OPTS option definition. The standard JVM Agent definition can be placed on that option. It needs to be preceded by a '-j'. Also, this line can be longer than 80 columns, but it needs a continuation character(\) in column 80 if exceeding 80 columns. See the example below:
CTGSTART_OPTS=-j-Xcompressedrefs -j-Xmx512M -j-agentpath:/u/users/sysview/libgs\
voagt4.so