[임대현] #164 [inspector] 3축 차트, amChart로 변경

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@4029 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Denny Lim
2014-06-17 05:34:15 +00:00
parent 84a6ef653e
commit 7caed7aae9
2 changed files with 24 additions and 16 deletions
@@ -58,13 +58,21 @@ angular.module('pinpointApp')
"id": "v1",
"gridAlpha": 0,
"axisAlpha": 1,
"position": "left"
"position": "left",
// "labelFunction": function (value, valueText, valueAxis) {
// return valueText + 'ms';
// }
"title": "Full GC (ms)"
},
{
"id": "v2",
"gridAlpha": 0,
"axisAlpha": 1,
"position": "right"
"position": "right",
// "labelFunction": function (value, valueText, valueAxis) {
// return valueText + 'B';
// }
"title": "Memory (bytes)"
}
],
"graphs": [
+14 -14
View File
@@ -11,6 +11,10 @@
<div class="col-md-6">
<table class="table table-striped table-condensed" style="font-size:12px;">
<tbody>
<tr>
<td class="text-right">Application Name :</td>
<td>{{info.applicationName}}</td>
</tr>
<tr>
<td class="text-right">Agent Id :</td>
<td>{{info.agentId}}</td>
@@ -19,18 +23,14 @@
<td class="text-right">Hostname :</td>
<td>{{info.hostname}}</td>
</tr>
<tr>
<td class="text-right">IP :</td>
<td>{{info.ip}} <a class="btn btn-default btn-xs" href="http://nsight.nhncorp.com/dashboard_server/{{info.ip}}" target="_blank" title="System resource monitoring site">NSight</a>
</tr>
<tr>
<td class="text-right">Service Type :</td>
<td>{{info.serviceType}}</td>
</tr>
<tr>
<td class="text-right">Agent Version :</td>
<td>{{info.agentVersion}}</td>
</tr>
<tr>
<td class="text-right">Start Time :</td>
<td>{{agent.startTime | date:'yyyy-MM-dd HH:mm:ss Z'}}</td>
</tr>
</tbody>
</table>
</div>
@@ -38,12 +38,8 @@
<table class="table table-striped table-condensed" style="font-size:12px;">
<tbody>
<tr>
<td class="text-right">Application Name :</td>
<td>{{info.applicationName}}</td>
</tr>
<tr>
<td class="text-right">IP :</td>
<td>{{info.ip}}</td>
<td class="text-right">Agent Version :</td>
<td>{{info.agentVersion}}</td>
</tr>
<tr>
<td class="text-right">PID :</td>
@@ -53,6 +49,10 @@
<td class="text-right">JVM GC Type :</td>
<td>{{info.jvmGcType}}</td>
</tr>
<tr>
<td class="text-right">Start Time :</td>
<td>{{agent.startTime | date:'yyyy-MM-dd HH:mm:ss Z'}}</td>
</tr>
<tr>
<td class="text-right">End Status :</td>
<td>{{agent.endStatus}} (last checked : {{agent.endTimeStamp | date:'yyyy-MM-dd HH:mm:ss Z'}})</td>