[유치수] [NOBTS] agenthashcode -> agentid

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@685 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-09-21 08:23:13 +00:00
parent 33e41ccd5b
commit 8a5c7200e4
8 changed files with 145 additions and 133 deletions
@@ -56,7 +56,7 @@ public class SystemMonitor {
public void run() {
try {
currentDto = new JVMInfoThriftDTO();
currentDto.setAgentHashCode(Agent.getInstance().getAgentHashCode());
currentDto.setAgentId(Agent.getInstance().getAgentId());
currentDto.setDataTime(System.currentTimeMillis());
getActiveThreadCount();