From 9b06970d45b3cb85577aadfc6bd28c836abe1cee Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Tue, 20 Nov 2012 05:47:32 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B0=95=EC=9A=B4=EB=8D=95]=20[LUCYSUS-1744]?= =?UTF-8?q?=20startTime=EB=B3=80=EC=88=98=20=EB=B3=80=EA=B2=BD.?= 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-web/trunk@878 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/WEB-INF/views/flowserver.jsp | 114 +++++++++---------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/flowserver.jsp b/src/main/webapp/WEB-INF/views/flowserver.jsp index 24744d09d..caebcb964 100644 --- a/src/main/webapp/WEB-INF/views/flowserver.jsp +++ b/src/main/webapp/WEB-INF/views/flowserver.jsp @@ -1,62 +1,62 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> { - "graphdata" : { - "nodes" : [ - - { - "name" : "${node}", - "recursiveCallCount" : "${node.recursiveCallCount}", - "agentIds" : [ - - "${agentId}" - , - - ] - } - , - - ], - "links" : [ - - {"source" : ${link.from.sequence}, "target" : ${link.to.sequence}, "value" : ${link.callCount}} - , - - ] - }, - - "businessTransactions" : [ - - { - "name" : "${t.name}", - "calls" : ${t.calls}, - "avgTime" : ${t.totalTime / t.calls}, - "minTime" : ${t.minTime}, - "maxTime" : ${t.maxTime}, - "health" : 1, - "traces" : [ - - { "traceId" : "${trace.traceId}", "executionTime" : ${trace.executionTime}, "timestamp" : ${trace.timestamp} } - , - - ] - } - , - - ], - - "scatter" : [ - - - { - "traceId" : "${trace.traceId}", - "timestamp" : ${trace.timestamp}, - "executionTime" : ${trace.executionTime}, - "name" : "${t.name}" - } +"graphdata" : { +"nodes" : [ + + { + "name" : "${node}", + "recursiveCallCount" : "${node.recursiveCallCount}", + "agentIds" : [ + + "${agentId}" + , + + ] + } + , + +], +"links" : [ + + {"source" : ${link.from.sequence}, "target" : ${link.to.sequence}, "value" : ${link.callCount}} + , + +] +}, + +"businessTransactions" : [ + + { + "name" : "${t.name}", + "calls" : ${t.calls}, + "avgTime" : ${t.totalTime / t.calls}, + "minTime" : ${t.minTime}, + "maxTime" : ${t.maxTime}, + "health" : 1, + "traces" : [ + + { "traceId" : "${trace.traceId}", "executionTime" : ${trace.executionTime}, "timestamp" : ${trace.startTime} } + , + + ] + } + , + +], + +"scatter" : [ + + + { + "traceId" : "${trace.traceId}", + "timestamp" : ${trace.startTime}, + "executionTime" : ${trace.executionTime}, + "name" : "${t.name}" + } , - - , - - ] + + , + +] } \ No newline at end of file