[강운덕] [LUCYSUS-1744] classLoader별로 분리된 코드 때문에 dto의 패키지가 임시로 변경됨.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1428 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-04-11 06:28:37 +00:00
parent 44a06bcdf6
commit cb1f24a210
132 changed files with 16400 additions and 2742 deletions
@@ -94,7 +94,8 @@ public class SystemMonitor {
}
private void activeThread(TraceContext traceContext, JVMInfoThriftDTO jvmInfo) {
int activeThread = traceContext.getActiveThreadCounter().getActiveThread();
// int activeThread = traceContext.getActiveThreadCounter().getActiveThread();
int activeThread = 0;
jvmInfo.setActiveThreadCount(activeThread);
}