mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 02:35:53 +10:00
[강운덕] [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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user