[유치수] [NOBTS] change test configurations

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1069 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-12-27 10:19:29 +00:00
parent c0f37afa59
commit fa2c3bbbc1
+13 -1
View File
@@ -7,4 +7,16 @@ JVM_DATA_LISTEN_PORT= 9997
JVM_STAT_GAP=5000
SERVER_CONNECT_RETRY_GAP=1000
QUERY_COUNT_OVER_10000=false
JDBC_PROFILE=true
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