SYSVW - How do I define the JVM data collector agent for CTG?
search cancel

SYSVW - How do I define the JVM data collector agent for CTG?

book

Article ID: 137629

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

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. 


Environment

Release : 15.0 or any related release

Component : SYSVIEW

Cause

Customer attempting to define the CTG agent to SYSVIEW

Resolution

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