From fa2c3bbbc1ee016223c19b41b0cfde20c9d1fe03 Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Thu, 27 Dec 2012 10:19:29 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20chang?= =?UTF-8?q?e=20test=20configurations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1069 84d0f5b1-2673-498c-a247-62c4ff18d310 --- runscript/hippo.config | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/runscript/hippo.config b/runscript/hippo.config index 62979d0a2..60590e1fc 100644 --- a/runscript/hippo.config +++ b/runscript/hippo.config @@ -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 \ No newline at end of file +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 \ No newline at end of file