Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"metrics": {
"title": "Application Metrics",
"refresh.button": "Refresh",
"updating": "Updating...",
"jvm": {
"title": "JVM Metrics",
"memory": {
"title": "Memory",
"total": "Total Memory",
"heap": "Heap Memory",
"nonheap": "Non-Heap Memory"
},
"threads": {
"title": "Threads",
"all": "All",
"runnable": "Runnable",
"timedwaiting": "Timed waiting",
"waiting": "Waiting",
"blocked": "Blocked",
"dump": {
"title": "Threads dump",
"id": "Id: ",
"blockedtime": "Blocked Time",
"blockedcount": "Blocked Count",
"waitedtime": "Waited Time",
"waitedcount": "Waited Count",
"lockname": "Lock name",
"stacktrace": "Stacktrace",
"show": "Show Stacktrace",
"hide": "Hide Stacktrace"
}
},
"gc": {
"title": "Garbage collections",
"marksweepcount": "Mark Sweep count",
"marksweeptime": "Mark Sweep time",
"scavengecount": "Scavenge count",
"scavengetime": "Scavenge time"
},
"http": {
"title": "HTTP requests (time in millisecond)",
"active": "Active requests:",
"total": "Total requests:",
"table": {
"code": "Code",
"count": "Count",
"mean": "Mean",
"average": "Average",
"max": "Max"
},
"code": {
"ok": "Ok",
"notfound": "Not found",
"servererror": "Server Error"
}
}
},
"servicesstats": {
"title": "Services statistics (time in millisecond)",
"table": {
"name": "Service name",
"count": "Count",
"mean": "Mean",
"min": "Min",
"max": "Max",
"p50": "p50",
"p75": "p75",
"p95": "p95",
"p99": "p99"
}
},
"cache": {
"title": "Cache statistics",
"cachename": "Cache name",
"hits": "Cache Hits",
"misses": "Cache Misses",
"gets": "Cache Gets",
"puts": "Cache Puts",
"removals": "Cache Removals",
"evictions": "Cache Evictions",
"hitPercent": "Cache Hit %",
"missPercent": "Cache Miss %",
"averageGetTime": "Average get time (µs)",
"averagePutTime": "Average put time (µs)",
"averageRemoveTime": "Average remove time (µs)"
},
"datasource": {
"usage": "Connection Pool Usage",
"title": "DataSource statistics (time in millisecond)",
"name": "Pool usage",
"count": "Count",
"mean": "Mean",
"min": "Min",
"max": "Max",
"p50": "p50",
"p75": "p75",
"p95": "p95",
"p99": "p99"
}
}
}