mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1069 84d0f5b1-2673-498c-a247-62c4ff18d310
22 lines
852 B
Plaintext
22 lines
852 B
Plaintext
SERVER_IP= 127.0.0.1
|
|
AGENT_TCP_LISTEN_PORT= 9990
|
|
SERVER_TCP_LISTEN_PORT= 9991
|
|
REQUEST_TRANSACTION_DATA_LISTEN_PORT= 9995
|
|
REQUEST_DATA_LISTEN_PORT= 9996
|
|
JVM_DATA_LISTEN_PORT= 9997
|
|
JVM_STAT_GAP=5000
|
|
SERVER_CONNECT_RETRY_GAP=1000
|
|
QUERY_COUNT_OVER_10000=false
|
|
JDBC_PROFILE=true
|
|
|
|
|
|
|
|
|
|
#timebase 샘플링을 할지 말지 여부 결정.
|
|
sampling.elapsedtimebase.enable= true
|
|
#timebase 샘플링 시의 1개 thread에 축정할 트레이스 데이터의 갯수.
|
|
sampling.elapsedtimebase.buffersize=20
|
|
#timebase 샘플링시 discard.timelimit 의 시간보다 작을 경우 트레이스 데이터를 버릴지 말지 여부
|
|
sampling.elapsedtimebase.discard=false
|
|
#timebase 샘플링시 discard.timelimit 해당 시간보다 빨리 끝났을 경우 트레이스 데이터를 버려 버린다.
|
|
sampling.elapsedtimebase.discard.timelimit=1000 |