Files
2024-04-05 11:46:34 +09:00

259 lines
7.6 KiB
Plaintext
Executable File

###############################################################################
# COMMON OPTIONS #
###############################################################################
#########################################
# NOT USED
# # 2: garbage clean log, 4: udp packet detail log, 8: udp packet detail log for send to imxdbm
# # 16: topology info detail log
# LOG_OPT=0
#
# # 1: prepare, 2: execute, 4: execute end, 8: jsp end, 16: active txn signal
# # 32: remotecall, 64: userdata, 128: real user monitor
# DEBUG=0
# NOT USED
#########################################
# common
# 1: cpu/core*, 2: exclude iowait
# linux
# 4: free memory = MemFree + Buffers + Cached
# sun
# 4: exclude network info
# aix
# 8: VP mode for cpu (Shared-SMT)
# 16(0x10): cpu/online_vcpus* (Shared-SMT)
# 32(0x20): no virtual free memory (default free memory = (real_total - virt_active) * 4 (4K Pages))
# 32768(0x8000): use perfstat_pagingspace (paging space usage)
CPU100=1
#Packet Queue Max Count
#MAX_UDP_QUEUE=20000
#MAX_TCP_QUEUE=2000
# info_log interval (sec)
# default: imxosm = 300 , imxtxn = 60
#INTERVAL_INFO_LOG=
# DG TCP Reconnect interval (ms)
# defaut: 5000
DG_RECONNECT_DELAY_TIME=5000
#if WAS process name is not a java
#WAS_PROCESS_NAME=
###############################################################################
# IMXOSM COMMON OPTIONS #
###############################################################################
#0 : DG 2016.12.19 before version
#1 : DG 2016.12.19 after version
# Gather Version(yyyymmdd)
#IMX_OSM_VERSION_FOR_GATHER_COMPATIBLE=
# 0 : disable_osm_standalone, 1 : enable_osmstandalone
#ENABLE_OSM_STANDALONE=0
# Collect NFS(Filesystem) type(Y:collect,N:not collect(default))
#COLLECT_FS_NFS=
# Use the option to run more than one imxosm on the local server.
# (preventing duplication collect of processes)
# 0 : master(default), 1 : slave
#IMX_OSM_SLAVE=
# Custom hostkey (hostkey = org_hostkey + sys_host + OSM_MODULE_KEY)
#OSM_MODULE_KEY=
# Windows Global Nameing MMF
# 0: Not use(default), 1: use global name mmf(.NET)
#USE_GLOBAL_NAMING_MMF=
# update manager setting
# target api server ip
API_SERVER_IP=
# target api server port
API_SERVER_PORT=
# update check interval setting (sec)
UPDATE_CHECK_INTERVAL=
# Maximum number of package versions to keep
BACKUP_PATH_COUNT=
# Set imxtxn running (default: true)
RUN_IMXTXN=
###############################################################################
# IMXOSM TMAXTP OPTIONS #
###############################################################################
# imxtpm_tmax Config file path
TP_CONF_DIR=
# imxtpm_tmax Config file name (default: mxtpl.conf)
TP_CONF_FILE_NAME=mxtpl.conf
# imxtpm_tmax env file path for imxosm
TP_TMAX_ENV_DIR=
# imxtpm_tmax env file name (default: tmax.env)
TP_TMAX_ENV_FILE_NAME=tmax.env
# tmax tp process user name
TP_PROCESS_USER=tmax
# if filename = A/B/SLOG.123456
# set SLOG_DIR = A/B
SLOG_DIR=
# If the string is included in the SLOG, the data line is skipped.
# set SLOG_FILTER_TEXT = abc , def, ghi , ...
#SLOG_FILTER_TEXT
# tpcall (tmadmin data) interval second
TPCALL_INTERVAL=10
# The number of failures of TPCALL sending an error alarm
TPCALL_ERROR_REPEAT=3
# Skip processing for an active transaction that is longer than the set value.(ms)
ACTIVE_ELAPSE_LIMIT=0
# Skip active transactions shorter than this value.
ACTIVE_ELAPSE_TIME=0
# 0: OFF (default) 1: shm active txn logging (Dynamic Option)
TP_SHM_DEBUG=0
## TPCALL_DEBUG_TYPE (Dynamic Option)
## (ex: TP_CALL_DEBUG_TYPE=12 --> MXTSVGCONF(4), MXTSVRCONF(8) logging)
## 0: NONE(OFF)(default)
## 1: MXTDOMAINCONF
## 2: MXTNODECONF
## 4: MXTSVGCONF
## 8: MXTSVRCONF
## 16: MXTSVCCONF
## 32: MXTSVRSTAT
## 64: MXTSPRSTATEX
## 128: MXTSVCSTATEX
## 256: MXTCLIINFO
TPCALL_DEBUG=0
## The selected service does not perform.
## 0: all gathering.(default)
## The remaining values are the same as in the "TPCALL_DEBUG_TYPE" option above
## (ex: TP_NOTGATHER_STAT=12 --> MXTSVCCONF(4), MXTSVRCONF(8) Do not collect data.)
TP_NOTGATHER_STAT=0
###############################################################################
# IMXOSM TUXEDO OPTIONS #
###############################################################################
# imxtpm_tuxedo Config file path
TUX_CONF_DIR=/home/tuxedo/tm_agent
# imxtpm_tuxedo Config file name (default: mxtup.conf)
TUX_CONF_FILE_NAME=mxtup.conf
# if filename = A/B/ULOG.123456
# set TUX_ULOG_FILE = A/B/ULOG
TUX_ULOG_FILE=$TUXDIR/ULOG
# library debug on/off
TUX_LIB_DEBUG=0
# stat data interval
TUX_STAT_INTERVAL=10
# 0 : All, 1 : stat off 2: server off 4:service off 8: client off 16:queue off
TUX_NOTGATHER_STAT=0
# 0 : off, 1 : stat on 2: server on 4:service on 8: client on 16:queue on
TUX_STAT_DEBUG=0
###############################################################################
# IMXOSM C API OPTIONS #
###############################################################################
# imxosm shared memory read interval (ms)
APIM_READ_INTERVAL=1000
# imxosm debug log setting
APIM_DEBUG_LOG=0
###############################################################################
# IMXTXN OPTIONS #
###############################################################################
# Packet Debugging Options ( Multiple selections are available )
# [ 0] ALLOFF
# [ 1] TRANSACTION_PROCESSING ( PREPARE/EXECUTE_BEGIN/EXECUTE_END/JSP_END )
# [ 2] SQL_PROCESSING ( PREPARE/EXECUTE_BEGIN/EXECUTE_END )
# [ 3] SQL_TEXT ( SQL_TEXT )
# [ 4] ACTIVE_TXN ( ACTIVE_TXN_SIGNAL )
# [ 5] REMOTECALL_PROCESSING ( REMOTECALL )
# Warning) Do not use together No. 1 and No. 2.
# ex) XM_LOG_OPT=1,3,4
XM_LOG_OPT=0
# imxtxn worker thread count (default:1, MAX:10)
WORKING_THREAD_COUNT=1
# Gather Version(yyyymmdd)
#IMX_DATAGATHER_PACKET_VERSION=
# Send Packet to imxdbm (default:1, 0:OFF 1:ON)
SEND_UDP_TO_DBM=0
# 0 : disable_txn_standalone, 1 : enable_txnstandalone
ENABLE_TXN_STANDALONE=0
# Collect only sql information with longer SQL elapse time.(ms)
SQL_DETAIL_ELAPSE_LIMIT=0
###############################################################################
# IMXDBM OPTIONS #
###############################################################################
# env server port
ENV_PORT=2405
# DB Address, copy address from imx.dbm file.
# DB_ADDR=127.0.0.1.1521.orcl (IP.PORT.SID)
# session status filter
# 1: active, 2: exclude inactive background, 3: both
SESSION_LIST_OPT=1
###############################################################################
# IMXTXN SITE OPTIONS #
###############################################################################
# 0: send all, 0<: send limit(per sec), 10000(defualt, max): max send count
#MAX_SEND_BIND_LIST_COUNT=0
# Add sql bind space (default:1, OFF:0 ON:1)
#INPUT_SPACE_SQL_BIND=1
# SQL TEXT TRIM (HEAD) (default:0, HEAD+TAIL:0 HEAD:1)
#SQL_LEFT_TRIM=0
# USE CONVERT SQL TEXT UTF8->EUCKR (default:0, OFF:0 ON:1)
#SQL_TEXT_CONVERT_UTF8_EUCKR=0
# txn sql_text hash count (default: 5000)
#MAX_SQL_TEXT_HASH_COUNT=5000
# USE Topology Key1, Key3, dest (default:0)
#USE_KEYS_FOR_REMOTE_TOPOLOGY_ADDR=1
# Use open_addr for topology address (default:0, OFF:0 ON:1, if USE_KEYS_FOR_REMOTE_TOPOLOGY_ADDR=1 this option is ignore)
#USE_OPEN_ADDR_FOR_REMOTE_TOPOLOGY_ADDR=0