-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics.xml
201 lines (195 loc) · 7.54 KB
/
metrics.xml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<config><vendor> <metadata>
<tags>
<tag>
<name>pool</name>
<value>%s</value>
</tag>
</tags>
<name>jdbc.connection.pool.numconnused</name>
<mbean>amx:pp=/mon/server-mon[server],type=jdbc-connection-pool-mon,name=resources/%s/numconnused#current</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>numconnusedpool</displayName>
<description>The total number of already used connections.</description>
</metadata>
<metadata>
<tags>
<tag>
<name>pool</name>
<value>%s</value>
</tag>
</tags>
<name>jdbc.connection.pool.numconnused.max</name>
<mbean>amx:pp=/mon/server-mon[server],type=jdbc-connection-pool-mon,name=resources/%s/numconnused#highWaterMark</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>numconnusedpoolmax</displayName>
<description>The maximum number of used connections.</description>
</metadata>
<metadata>
<tags>
<tag>
<name>pool</name>
<value>%s</value>
</tag>
</tags>
<name>jdbc.connection.pool.numconnfree</name>
<mbean>amx:pp=/mon/server-mon[server],type=jdbc-connection-pool-mon,name=resources/%s/numconnfree#current</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>numconnfreePool</displayName>
<description>The total number of free connections in the pool as of the last sampling.</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>session.module.active.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=session-mon,name=test-app-0/%s/server/activesessionscurrent#current</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>Count of active sessions</displayName>
<description>The total of active sessions</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>session.module.activated.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=session-mon,name=test-app-0/%s/server/activatedsessionstotal#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of activated sessions</displayName>
<description>Total number of sessions ever activated</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>session.module.expired.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=session-mon,name=test-app-0/%s/server/expiredsessionstotal#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of expired sessions</displayName>
<description>Total number of sessions ever expired</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>session.module.rejected.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=session-mon,name=test-app-0/%s/server/rejectedsessionstotal#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of active sessions</displayName>
<description>The total of rejected sessions</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>http.server.requests.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=web-request-mon,name=test-app-0/%s/server/requestcount#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of requests processde by module</displayName>
<description>Cumulative number of requests processed so far</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>http.server.requests.error.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=web-request-mon,name=test-app-0/%s/server/errorcount#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of requests failed during processing by module</displayName>
<description>Cumulative value of the error count, with error count representing the number of cases where the response code was greater than or equal to 400</description>
</metadata>
<metadata>
<name>http.server.requests.accessdenied.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=request-mon,name=http-service/server/request/count403#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of requests failed during processing by module</displayName>
<description>Cumulative value of the 403 error count</description>
</metadata>
<metadata>
<name>http.server.requests.unauthenticated.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=request-mon,name=http-service/server/request/count401#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of requests without login</displayName>
<description>Cumulative value of the 401 error count</description>
</metadata>
<metadata>
<name>http.server.requests.applicationerror.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=request-mon,name=http-service/server/request/count5xx#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of application failures</displayName>
<description>Cumulative value of the 500 error count</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>thread.pool.thread.count</name>
<mbean>amx:pp=/mon/server-mon[server],type=thread-pool-mon,name=network/%s/thread-pool/currentthreadcount#count</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>Count of active threads</displayName>
<description>Provides the number of request processing threads currently in the listener thread pool</description>
</metadata>
<metadata>
<tags>
<tag>
<name>module</name>
<value>%s</value>
</tag>
</tags>
<name>thread.pool.thread.count.max</name>
<mbean>amx:pp=/mon/server-mon[server],type=thread-pool-mon,name=network/%s/thread-pool/maxthreads#count</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>Maximum of active threads</displayName>
<description>Maximum number of threads allowed in the thread pool</description>
</metadata>
<metadata>
<name>http.connection.queue.http.numconnopen</name>
<mbean>amx:pp=/mon/server-mon[server],type=connection-queue-mon,name=network//connection-queue/countopenconnections#count</mbean>
<type>gauge</type>
<unit>none</unit>
<displayName>numconnopenPool</displayName>
<description>The number of open/active http connections</description>
</metadata>
<metadata>
<name>http.connection.pool.http.numconn</name>
<mbean>amx:pp=/mon/server-mon[server],type=connection-queue-mon,name=network//connection-queue/counttotalqueued#count</mbean>
<type>counter</type>
<unit>none</unit>
<displayName>Count of connections handled</displayName>
<description>Total Number of connections handled</description>
</metadata>
</vendor></config>