| 1 | JVM: |
| 2 | labels: [] |
| 3 | contexts: |
| 4 | - name: HeapMemory |
| 5 | context: websphere_jmx.jvm_heap_memory |
| 6 | title: JVM Heap Memory |
| 7 | family: memory/heap |
| 8 | units: bytes |
| 9 | type: stacked |
| 10 | priority: 201 |
| 11 | dimensions: |
| 12 | - name: used |
| 13 | algo: absolute |
| 14 | - name: committed |
| 15 | algo: absolute |
| 16 | - name: max |
| 17 | algo: absolute |
| 18 | - name: HeapUsage |
| 19 | context: websphere_jmx.jvm_heap_usage |
| 20 | title: JVM Heap Usage |
| 21 | family: memory/heap |
| 22 | units: percentage |
| 23 | type: line |
| 24 | priority: 202 |
| 25 | dimensions: |
| 26 | - name: usage |
| 27 | algo: absolute |
| 28 | div: 1000 |
| 29 | - name: NonHeapMemory |
| 30 | context: websphere_jmx.jvm_nonheap_memory |
| 31 | title: JVM Non-Heap Memory |
| 32 | family: memory/nonheap |
| 33 | units: bytes |
| 34 | type: stacked |
| 35 | priority: 203 |
| 36 | dimensions: |
| 37 | - name: used |
| 38 | algo: absolute |
| 39 | - name: committed |
| 40 | algo: absolute |
| 41 | - name: GCCycles |
| 42 | context: websphere_jmx.jvm_gc_count |
| 43 | title: JVM Garbage Collection Count |
| 44 | family: compute/gc |
| 45 | units: collections |
| 46 | type: line |
| 47 | priority: 301 |
| 48 | dimensions: |
| 49 | - name: collections |
| 50 | algo: absolute |
| 51 | - name: GCTime |
| 52 | context: websphere_jmx.jvm_gc_time |
| 53 | title: JVM Garbage Collection Time |
| 54 | family: compute/gc |
| 55 | units: milliseconds |
| 56 | type: line |
| 57 | priority: 302 |
| 58 | dimensions: |
| 59 | - name: time |
| 60 | algo: absolute |
| 61 | - name: Threads |
| 62 | context: websphere_jmx.jvm_threads |
| 63 | title: JVM Threads |
| 64 | family: compute/threads |
| 65 | units: threads |
| 66 | type: stacked |
| 67 | priority: 303 |
| 68 | dimensions: |
| 69 | - name: total |
| 70 | algo: absolute |
| 71 | - name: daemon |
| 72 | algo: absolute |
| 73 | - name: ThreadStates |
| 74 | context: websphere_jmx.jvm_thread_states |
| 75 | title: JVM Thread States |
| 76 | family: compute/threads |
| 77 | units: threads |
| 78 | type: line |
| 79 | priority: 304 |
| 80 | dimensions: |
| 81 | - name: peak |
| 82 | algo: absolute |
| 83 | - name: started |
| 84 | algo: absolute |
| 85 | - name: Classes |
| 86 | context: websphere_jmx.jvm_classes |
| 87 | title: JVM Classes |
| 88 | family: compute/classes |
| 89 | units: classes |
| 90 | type: line |
| 91 | priority: 305 |
| 92 | dimensions: |
| 93 | - name: loaded |
| 94 | algo: absolute |
| 95 | - name: unloaded |
| 96 | algo: absolute |
| 97 | - name: ProcessCPU |
| 98 | context: websphere_jmx.jvm_process_cpu_usage |
| 99 | title: JVM Process CPU Usage |
| 100 | family: compute/cpu |
| 101 | units: percentage |
| 102 | type: line |
| 103 | priority: 103 |
| 104 | dimensions: |
| 105 | - name: cpu |
| 106 | algo: absolute |
| 107 | div: 1000 |
| 108 | - name: Uptime |
| 109 | context: websphere_jmx.jvm_uptime |
| 110 | title: JVM Uptime |
| 111 | family: compute/runtime |
| 112 | units: seconds |
| 113 | type: line |
| 114 | priority: 110 |
| 115 | dimensions: |
| 116 | - name: uptime |
| 117 | algo: absolute |
| 118 | JDBC: |
| 119 | labels: |
| 120 | - pool |
| 121 | contexts: |
| 122 | - name: PoolSize |
| 123 | context: websphere_jmx.jdbc_pool_size |
| 124 | title: JDBC Pool Size |
| 125 | family: workloads/jdbc |
| 126 | units: connections |
| 127 | type: line |
| 128 | priority: 601 |
| 129 | dimensions: |
| 130 | - name: size |
| 131 | algo: absolute |
| 132 | - name: PoolUsage |
| 133 | context: websphere_jmx.jdbc_pool_usage |
| 134 | title: JDBC Pool Usage |
| 135 | family: workloads/jdbc |
| 136 | units: connections |
| 137 | type: stacked |
| 138 | priority: 602 |
| 139 | dimensions: |
| 140 | - name: active |
| 141 | algo: absolute |
| 142 | - name: free |
| 143 | algo: absolute |
| 144 | - name: WaitTime |
| 145 | context: websphere_jmx.jdbc_pool_wait_time |
| 146 | title: JDBC Average Wait Time |
| 147 | family: workloads/jdbc |
| 148 | units: milliseconds |
| 149 | type: line |
| 150 | priority: 603 |
| 151 | dimensions: |
| 152 | - name: wait |
| 153 | algo: absolute |
| 154 | - name: UseTime |
| 155 | context: websphere_jmx.jdbc_pool_use_time |
| 156 | title: JDBC Average Use Time |
| 157 | family: workloads/jdbc |
| 158 | units: milliseconds |
| 159 | type: line |
| 160 | priority: 604 |
| 161 | dimensions: |
| 162 | - name: use |
| 163 | algo: absolute |
| 164 | - name: ConnectionsTotals |
| 165 | context: websphere_jmx.jdbc_pool_connections |
| 166 | title: JDBC Connections Totals |
| 167 | family: workloads/jdbc |
| 168 | units: connections |
| 169 | type: line |
| 170 | priority: 605 |
| 171 | dimensions: |
| 172 | - name: created |
| 173 | algo: absolute |
| 174 | - name: destroyed |
| 175 | algo: absolute |
| 176 | - name: WaitingThreads |
| 177 | context: websphere_jmx.jdbc_pool_waiting_threads |
| 178 | title: JDBC Waiting Threads |
| 179 | family: workloads/jdbc |
| 180 | units: threads |
| 181 | type: line |
| 182 | priority: 606 |
| 183 | dimensions: |
| 184 | - name: waiting |
| 185 | algo: absolute |
| 186 | |
| 187 | |
| 188 | JCA: |
| 189 | labels: |
| 190 | - pool |
| 191 | contexts: |
| 192 | - name: PoolSize |
| 193 | context: websphere_jmx.jca_pool_size |
| 194 | title: JCA Pool Size |
| 195 | family: workloads/jca |
| 196 | units: connections |
| 197 | type: line |
| 198 | priority: 651 |
| 199 | dimensions: |
| 200 | - name: size |
| 201 | algo: absolute |
| 202 | - name: PoolUsage |
| 203 | context: websphere_jmx.jca_pool_usage |
| 204 | title: JCA Pool Usage |
| 205 | family: workloads/jca |
| 206 | units: connections |
| 207 | type: stacked |
| 208 | priority: 652 |
| 209 | dimensions: |
| 210 | - name: active |
| 211 | algo: absolute |
| 212 | - name: free |
| 213 | algo: absolute |
| 214 | - name: WaitTime |
| 215 | context: websphere_jmx.jca_pool_wait_time |
| 216 | title: JCA Average Wait Time |
| 217 | family: workloads/jca |
| 218 | units: milliseconds |
| 219 | type: line |
| 220 | priority: 653 |
| 221 | dimensions: |
| 222 | - name: wait |
| 223 | algo: absolute |
| 224 | - name: UseTime |
| 225 | context: websphere_jmx.jca_pool_use_time |
| 226 | title: JCA Average Use Time |
| 227 | family: workloads/jca |
| 228 | units: milliseconds |
| 229 | type: line |
| 230 | priority: 654 |
| 231 | dimensions: |
| 232 | - name: use |
| 233 | algo: absolute |
| 234 | - name: ConnectionsTotals |
| 235 | context: websphere_jmx.jca_pool_connections |
| 236 | title: JCA Connections Totals |
| 237 | family: workloads/jca |
| 238 | units: connections |
| 239 | type: line |
| 240 | priority: 655 |
| 241 | dimensions: |
| 242 | - name: created |
| 243 | algo: absolute |
| 244 | - name: destroyed |
| 245 | algo: absolute |
| 246 | - name: WaitingThreads |
| 247 | context: websphere_jmx.jca_pool_waiting_threads |
| 248 | title: JCA Waiting Threads |
| 249 | family: workloads/jca |
| 250 | units: threads |
| 251 | type: line |
| 252 | priority: 656 |
| 253 | dimensions: |
| 254 | - name: waiting |
| 255 | algo: absolute |
| 256 | JMS: |
| 257 | labels: |
| 258 | - destination |
| 259 | - destination_type |
| 260 | contexts: |
| 261 | - name: MessagesCurrent |
| 262 | context: websphere_jmx.jms_messages_current |
| 263 | title: JMS Messages Current Depth |
| 264 | family: workloads/jms |
| 265 | units: messages |
| 266 | type: line |
| 267 | priority: 701 |
| 268 | dimensions: |
| 269 | - name: current |
| 270 | algo: absolute |
| 271 | - name: MessagesPending |
| 272 | context: websphere_jmx.jms_messages_pending |
| 273 | title: JMS Messages Pending |
| 274 | family: workloads/jms |
| 275 | units: messages |
| 276 | type: line |
| 277 | priority: 702 |
| 278 | dimensions: |
| 279 | - name: pending |
| 280 | algo: absolute |
| 281 | - name: MessagesTotal |
| 282 | context: websphere_jmx.jms_messages_total |
| 283 | title: JMS Messages Added Total |
| 284 | family: workloads/jms |
| 285 | units: messages |
| 286 | type: line |
| 287 | priority: 703 |
| 288 | dimensions: |
| 289 | - name: total |
| 290 | algo: absolute |
| 291 | - name: Consumers |
| 292 | context: websphere_jmx.jms_consumers |
| 293 | title: JMS Consumers |
| 294 | family: workloads/jms |
| 295 | units: consumers |
| 296 | type: line |
| 297 | priority: 704 |
| 298 | dimensions: |
| 299 | - name: consumers |
| 300 | algo: absolute |
| 301 | |
| 302 | Applications: |
| 303 | labels: |
| 304 | - application |
| 305 | - module |
| 306 | contexts: |
| 307 | - name: Requests |
| 308 | context: websphere_jmx.app_requests |
| 309 | title: Application Requests |
| 310 | family: workloads/applications |
| 311 | units: requests |
| 312 | type: line |
| 313 | priority: 801 |
| 314 | dimensions: |
| 315 | - name: requests |
| 316 | algo: absolute |
| 317 | - name: ResponseTime |
| 318 | context: websphere_jmx.app_response_time |
| 319 | title: Application Response Time |
| 320 | family: workloads/applications |
| 321 | units: milliseconds |
| 322 | type: line |
| 323 | priority: 802 |
| 324 | dimensions: |
| 325 | - name: response_time |
| 326 | algo: absolute |
| 327 | - name: SessionsActive |
| 328 | context: websphere_jmx.app_sessions_active |
| 329 | title: Active Sessions |
| 330 | family: workloads/applications |
| 331 | units: sessions |
| 332 | type: line |
| 333 | priority: 803 |
| 334 | dimensions: |
| 335 | - name: active |
| 336 | algo: absolute |
| 337 | - name: SessionsLive |
| 338 | context: websphere_jmx.app_sessions_live |
| 339 | title: Live Sessions |
| 340 | family: workloads/applications |
| 341 | units: sessions |
| 342 | type: line |
| 343 | priority: 804 |
| 344 | dimensions: |
| 345 | - name: live |
| 346 | algo: absolute |
| 347 | - name: SessionEvents |
| 348 | context: websphere_jmx.app_session_events |
| 349 | title: Session Events |
| 350 | family: workloads/applications |
| 351 | units: sessions |
| 352 | type: stacked |
| 353 | priority: 805 |
| 354 | dimensions: |
| 355 | - name: creates |
| 356 | algo: absolute |
| 357 | - name: invalidates |
| 358 | algo: absolute |
| 359 | - name: Transactions |
| 360 | context: websphere_jmx.app_transactions |
| 361 | title: Application Transactions |
| 362 | family: workloads/applications |
| 363 | units: transactions |
| 364 | type: line |
| 365 | priority: 806 |
| 366 | dimensions: |
| 367 | - name: committed |
| 368 | algo: absolute |
| 369 | - name: rolledback |
| 370 | algo: absolute |
| 371 | |
| 372 | ThreadPools: |
| 373 | labels: |
| 374 | - pool |
| 375 | contexts: |
| 376 | - name: Size |
| 377 | context: websphere_jmx.threadpool_size |
| 378 | title: Thread Pool Size |
| 379 | family: workloads/threadpools |
| 380 | units: threads |
| 381 | type: line |
| 382 | priority: 401 |
| 383 | dimensions: |
| 384 | - name: size |
| 385 | algo: absolute |
| 386 | - name: max |
| 387 | algo: absolute |
| 388 | - name: Active |
| 389 | context: websphere_jmx.threadpool_active |
| 390 | title: Thread Pool Active Threads |
| 391 | family: workloads/threadpools |
| 392 | units: threads |
| 393 | type: line |
| 394 | priority: 402 |
| 395 | dimensions: |
| 396 | - name: active |
| 397 | algo: absolute |