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