| 1 | # DB2 Module Metric Definitions |
| 2 | # Derived from the legacy collector charts to preserve metric parity. |
| 3 | |
| 4 | System: |
| 5 | labels: [] |
| 6 | contexts: |
| 7 | - name: ServiceHealth |
| 8 | context: db2.service_health |
| 9 | title: Service Health Status |
| 10 | family: overview |
| 11 | units: status |
| 12 | type: line |
| 13 | priority: 990 |
| 14 | dimensions: |
| 15 | - {name: connection, algo: absolute} |
| 16 | - {name: database, algo: absolute} |
| 17 | - name: Connections |
| 18 | context: db2.connections |
| 19 | title: Database Connections |
| 20 | family: connections/overview |
| 21 | units: connections |
| 22 | type: line |
| 23 | priority: 1000 |
| 24 | dimensions: |
| 25 | - {name: total, algo: absolute} |
| 26 | - {name: active, algo: absolute} |
| 27 | - {name: executing, algo: absolute} |
| 28 | - {name: idle, algo: absolute} |
| 29 | - {name: max_allowed, algo: absolute} |
| 30 | - name: Locking |
| 31 | context: db2.locking |
| 32 | title: Database Locking |
| 33 | family: locking |
| 34 | units: events/s |
| 35 | type: line |
| 36 | priority: 1010 |
| 37 | dimensions: |
| 38 | - {name: waits, algo: incremental} |
| 39 | - {name: timeouts, algo: incremental} |
| 40 | - {name: escalations, algo: incremental} |
| 41 | - name: Deadlocks |
| 42 | context: db2.deadlocks |
| 43 | title: Database Deadlocks |
| 44 | family: locking |
| 45 | units: deadlocks/s |
| 46 | type: line |
| 47 | priority: 1011 |
| 48 | dimensions: |
| 49 | - {name: deadlocks, algo: incremental} |
| 50 | - name: LockDetails |
| 51 | context: db2.lock_details |
| 52 | title: Lock Details |
| 53 | family: locking |
| 54 | units: locks |
| 55 | type: line |
| 56 | priority: 1012 |
| 57 | dimensions: |
| 58 | - {name: active, algo: absolute} |
| 59 | - {name: waiting_agents, algo: absolute} |
| 60 | - {name: memory_pages, algo: absolute} |
| 61 | - name: LockWaitTime |
| 62 | context: db2.lock_wait_time |
| 63 | title: Average Lock Wait Time |
| 64 | family: locking |
| 65 | units: milliseconds |
| 66 | type: line |
| 67 | priority: 1013 |
| 68 | dimensions: |
| 69 | - {name: wait_time, algo: absolute, precision: 1000, div: 1000} |
| 70 | - name: Sorting |
| 71 | context: db2.sorting |
| 72 | title: Database Sorting |
| 73 | family: activity/sorting |
| 74 | units: sorts/s |
| 75 | type: stacked |
| 76 | priority: 1020 |
| 77 | dimensions: |
| 78 | - {name: sorts, algo: incremental} |
| 79 | - {name: overflows, algo: incremental} |
| 80 | - name: RowActivity |
| 81 | context: db2.row_activity |
| 82 | title: Row Activity |
| 83 | family: activity/rows |
| 84 | units: rows/s |
| 85 | type: area |
| 86 | priority: 1030 |
| 87 | dimensions: |
| 88 | - {name: read, algo: incremental} |
| 89 | - {name: returned, algo: incremental} |
| 90 | - {name: modified, algo: incremental, mul: -1} |
| 91 | - name: BufferpoolHitRatio |
| 92 | context: db2.bufferpool_hit_ratio |
| 93 | title: Buffer Pool Hit Ratio |
| 94 | family: bufferpools/overview |
| 95 | units: percentage |
| 96 | type: line |
| 97 | priority: 1040 |
| 98 | dimensions: |
| 99 | - {name: hits, algo: absolute, precision: 1000, div: 1000} |
| 100 | - {name: misses, algo: absolute, precision: 1000, div: 1000} |
| 101 | - name: BufferpoolDataHitRatio |
| 102 | context: db2.bufferpool_data_hit_ratio |
| 103 | title: Buffer Pool Data Page Hit Ratio |
| 104 | family: bufferpools/data |
| 105 | units: percentage |
| 106 | type: line |
| 107 | priority: 1041 |
| 108 | dimensions: |
| 109 | - {name: hits, algo: absolute, precision: 1000, div: 1000} |
| 110 | - {name: misses, algo: absolute, precision: 1000, div: 1000} |
| 111 | - name: BufferpoolIndexHitRatio |
| 112 | context: db2.bufferpool_index_hit_ratio |
| 113 | title: Buffer Pool Index Page Hit Ratio |
| 114 | family: bufferpools/index |
| 115 | units: percentage |
| 116 | type: line |
| 117 | priority: 1042 |
| 118 | dimensions: |
| 119 | - {name: hits, algo: absolute, precision: 1000, div: 1000} |
| 120 | - {name: misses, algo: absolute, precision: 1000, div: 1000} |
| 121 | - name: BufferpoolXDAHitRatio |
| 122 | context: db2.bufferpool_xda_hit_ratio |
| 123 | title: Buffer Pool XDA Page Hit Ratio |
| 124 | family: bufferpools/xda |
| 125 | units: percentage |
| 126 | type: line |
| 127 | priority: 1043 |
| 128 | dimensions: |
| 129 | - {name: hits, algo: absolute, precision: 1000, div: 1000} |
| 130 | - {name: misses, algo: absolute, precision: 1000, div: 1000} |
| 131 | - name: BufferpoolColumnHitRatio |
| 132 | context: db2.bufferpool_column_hit_ratio |
| 133 | title: Buffer Pool Column Page Hit Ratio |
| 134 | family: bufferpools/columns |
| 135 | units: percentage |
| 136 | type: line |
| 137 | priority: 1044 |
| 138 | dimensions: |
| 139 | - {name: hits, algo: absolute, precision: 1000, div: 1000} |
| 140 | - {name: misses, algo: absolute, precision: 1000, div: 1000} |
| 141 | - name: BufferpoolReads |
| 142 | context: db2.bufferpool_reads |
| 143 | title: Buffer Pool Reads |
| 144 | family: bufferpools/overview |
| 145 | units: reads/s |
| 146 | type: stacked |
| 147 | priority: 1045 |
| 148 | dimensions: |
| 149 | - {name: logical, algo: incremental} |
| 150 | - {name: physical, algo: incremental} |
| 151 | - name: BufferpoolDataReads |
| 152 | context: db2.bufferpool_data_reads |
| 153 | title: Buffer Pool Data Page Reads |
| 154 | family: bufferpools/data |
| 155 | units: reads/s |
| 156 | type: stacked |
| 157 | priority: 1043 |
| 158 | dimensions: |
| 159 | - {name: logical, algo: incremental} |
| 160 | - {name: physical, algo: incremental} |
| 161 | - name: BufferpoolIndexReads |
| 162 | context: db2.bufferpool_index_reads |
| 163 | title: Buffer Pool Index Page Reads |
| 164 | family: bufferpools/index |
| 165 | units: reads/s |
| 166 | type: stacked |
| 167 | priority: 1044 |
| 168 | dimensions: |
| 169 | - {name: logical, algo: incremental} |
| 170 | - {name: physical, algo: incremental} |
| 171 | - name: BufferpoolXDAReads |
| 172 | context: db2.bufferpool_xda_reads |
| 173 | title: Buffer Pool XDA Page Reads |
| 174 | family: bufferpools/xda |
| 175 | units: reads/s |
| 176 | type: stacked |
| 177 | priority: 1045 |
| 178 | dimensions: |
| 179 | - {name: logical, algo: incremental} |
| 180 | - {name: physical, algo: incremental} |
| 181 | - name: BufferpoolColumnReads |
| 182 | context: db2.bufferpool_column_reads |
| 183 | title: Buffer Pool Column Page Reads |
| 184 | family: bufferpools/columns |
| 185 | units: reads/s |
| 186 | type: stacked |
| 187 | priority: 1046 |
| 188 | dimensions: |
| 189 | - {name: logical, algo: incremental} |
| 190 | - {name: physical, algo: incremental} |
| 191 | - name: BufferpoolWrites |
| 192 | context: db2.bufferpool_writes |
| 193 | title: Buffer Pool Writes |
| 194 | family: bufferpools/overview |
| 195 | units: writes/s |
| 196 | type: line |
| 197 | priority: 1047 |
| 198 | dimensions: |
| 199 | - {name: writes, algo: incremental} |
| 200 | - name: LogSpace |
| 201 | context: db2.log_space |
| 202 | title: Log Space Usage |
| 203 | family: storage/space |
| 204 | units: bytes |
| 205 | type: stacked |
| 206 | priority: 1050 |
| 207 | dimensions: |
| 208 | - {name: used, algo: absolute} |
| 209 | - {name: available, algo: absolute} |
| 210 | - name: LogUtilization |
| 211 | context: db2.log_utilization |
| 212 | title: Log Space Utilization |
| 213 | family: storage/space |
| 214 | units: percentage |
| 215 | type: line |
| 216 | priority: 1051 |
| 217 | dimensions: |
| 218 | - {name: utilization, algo: absolute, precision: 1000, div: 1000} |
| 219 | - name: LogIO |
| 220 | context: db2.log_io |
| 221 | title: Log I/O Operations |
| 222 | family: storage/operations |
| 223 | units: operations/s |
| 224 | type: area |
| 225 | priority: 1052 |
| 226 | dimensions: |
| 227 | - {name: reads, algo: incremental} |
| 228 | - {name: writes, algo: incremental, mul: -1} |
| 229 | - name: LogOperations |
| 230 | context: db2.log_operations |
| 231 | title: Log Operations |
| 232 | family: storage/operations |
| 233 | units: operations/s |
| 234 | type: line |
| 235 | priority: 1053 |
| 236 | dimensions: |
| 237 | - {name: commits, algo: incremental} |
| 238 | - {name: rollbacks, algo: incremental} |
| 239 | - {name: reads, algo: incremental} |
| 240 | - {name: writes, algo: incremental} |
| 241 | - name: LogTiming |
| 242 | context: db2.log_timing |
| 243 | title: Log Operation Times |
| 244 | family: storage/operations |
| 245 | units: milliseconds |
| 246 | type: line |
| 247 | priority: 1054 |
| 248 | dimensions: |
| 249 | - {name: avg_commit, algo: absolute, precision: 1000, div: 1000} |
| 250 | - {name: avg_read, algo: absolute, precision: 1000, div: 1000} |
| 251 | - {name: avg_write, algo: absolute, precision: 1000, div: 1000} |
| 252 | - name: LogBufferEvents |
| 253 | context: db2.log_buffer_events |
| 254 | title: Log Buffer Full Events |
| 255 | family: storage/operations |
| 256 | units: events/s |
| 257 | type: line |
| 258 | priority: 1055 |
| 259 | dimensions: |
| 260 | - {name: buffer_full, algo: incremental} |
| 261 | - name: LongRunningQueries |
| 262 | context: db2.long_running_queries |
| 263 | title: Long Running Queries |
| 264 | family: activity/requests |
| 265 | units: queries |
| 266 | type: stacked |
| 267 | priority: 1060 |
| 268 | dimensions: |
| 269 | - {name: total, algo: absolute} |
| 270 | - {name: warning, algo: absolute} |
| 271 | - {name: critical, algo: absolute} |
| 272 | - name: BackupStatus |
| 273 | context: db2.backup_status |
| 274 | title: Last Backup Status |
| 275 | family: storage/backup |
| 276 | units: status |
| 277 | type: line |
| 278 | priority: 1070 |
| 279 | dimensions: |
| 280 | - {name: status, algo: absolute} |
| 281 | - name: BackupAge |
| 282 | context: db2.backup_age |
| 283 | title: Time Since Last Backup |
| 284 | family: storage/backup |
| 285 | units: hours |
| 286 | type: line |
| 287 | priority: 1071 |
| 288 | dimensions: |
| 289 | - {name: full, algo: absolute} |
| 290 | - {name: incremental, algo: absolute} |
| 291 | - name: FederationConnections |
| 292 | context: db2.federation_connections |
| 293 | title: Federated Connections |
| 294 | family: federation |
| 295 | units: connections |
| 296 | type: line |
| 297 | priority: 1080 |
| 298 | dimensions: |
| 299 | - {name: active, algo: absolute} |
| 300 | - {name: idle, algo: absolute} |
| 301 | - name: FederationOperations |
| 302 | context: db2.federation_operations |
| 303 | title: Federated Operations |
| 304 | family: federation |
| 305 | units: operations/s |
| 306 | type: line |
| 307 | priority: 1081 |
| 308 | dimensions: |
| 309 | - {name: rows_read, algo: incremental} |
| 310 | - {name: selects, algo: incremental} |
| 311 | - {name: waits, algo: incremental} |
| 312 | - name: DatabaseStatus |
| 313 | context: db2.database_status |
| 314 | title: Current Database Status |
| 315 | family: overview |
| 316 | units: status |
| 317 | type: line |
| 318 | priority: 900 |
| 319 | dimensions: |
| 320 | - {name: active, algo: absolute} |
| 321 | - {name: inactive, algo: absolute} |
| 322 | - name: DatabaseCount |
| 323 | context: db2.database_count |
| 324 | title: Database Count |
| 325 | family: overview |
| 326 | units: databases |
| 327 | type: line |
| 328 | priority: 899 |
| 329 | dimensions: |
| 330 | - {name: active, algo: absolute} |
| 331 | - {name: inactive, algo: absolute} |
| 332 | - name: CPUUsage |
| 333 | context: db2.cpu_usage |
| 334 | title: CPU Usage (100% = 1 CPU core) |
| 335 | family: overview |
| 336 | units: percentage |
| 337 | type: stacked |
| 338 | priority: 901 |
| 339 | dimensions: |
| 340 | - {name: user, algo: absolute, precision: 1000, div: 1000} |
| 341 | - {name: system, algo: absolute, precision: 1000, div: 1000} |
| 342 | - {name: idle, algo: absolute, precision: 1000, div: 1000} |
| 343 | - {name: iowait, algo: absolute, precision: 1000, div: 1000} |
| 344 | - name: ActiveConnections |
| 345 | context: db2.active_connections |
| 346 | title: Active Connections |
| 347 | family: connections/overview |
| 348 | units: connections |
| 349 | type: line |
| 350 | priority: 902 |
| 351 | dimensions: |
| 352 | - {name: active, algo: absolute} |
| 353 | - {name: total, algo: absolute} |
| 354 | - name: MemoryUsage |
| 355 | context: db2.memory_usage |
| 356 | title: Memory Usage |
| 357 | family: overview |
| 358 | units: MiB |
| 359 | type: stacked |
| 360 | priority: 903 |
| 361 | dimensions: |
| 362 | - {name: database, algo: absolute, div: 1048576} |
| 363 | - {name: instance, algo: absolute, div: 1048576} |
| 364 | - {name: bufferpool, algo: absolute, div: 1048576} |
| 365 | - {name: shared_sort, algo: absolute, div: 1048576} |
| 366 | - name: SQLStatements |
| 367 | context: db2.sql_statements |
| 368 | title: SQL Statements |
| 369 | family: activity/requests |
| 370 | units: statements/s |
| 371 | type: stacked |
| 372 | priority: 904 |
| 373 | dimensions: |
| 374 | - {name: selects, algo: incremental} |
| 375 | - {name: modifications, algo: incremental} |
| 376 | - name: TransactionActivity |
| 377 | context: db2.transaction_activity |
| 378 | title: Transaction Activity |
| 379 | family: activity/transactions |
| 380 | units: transactions/s |
| 381 | type: stacked |
| 382 | priority: 905 |
| 383 | dimensions: |
| 384 | - {name: committed, algo: incremental} |
| 385 | - {name: aborted, algo: incremental} |
| 386 | - name: TimeSpent |
| 387 | context: db2.time_spent |
| 388 | title: Average Operation Times |
| 389 | family: activity/time-spent |
| 390 | units: milliseconds |
| 391 | type: line |
| 392 | priority: 905 |
| 393 | dimensions: |
| 394 | - {name: direct_read, algo: absolute, precision: 1000, div: 1000} |
| 395 | - {name: direct_write, algo: absolute, precision: 1000, div: 1000} |
| 396 | - {name: pool_read, algo: absolute, precision: 1000, div: 1000} |
| 397 | - {name: pool_write, algo: absolute, precision: 1000, div: 1000} |
| 398 | |
| 399 | Database: |
| 400 | labels: |
| 401 | - database |
| 402 | - status |
| 403 | contexts: |
| 404 | - name: Status |
| 405 | context: db2.database_instance_status |
| 406 | title: Database Status |
| 407 | family: databases |
| 408 | units: status |
| 409 | type: line |
| 410 | priority: 1100 |
| 411 | dimensions: |
| 412 | - {name: status, algo: absolute} |
| 413 | - name: Applications |
| 414 | context: db2.database_applications |
| 415 | title: Database Applications |
| 416 | family: databases |
| 417 | units: applications |
| 418 | type: line |
| 419 | priority: 1101 |
| 420 | dimensions: |
| 421 | - {name: applications, algo: absolute} |
| 422 | |
| 423 | Bufferpool: |
| 424 | labels: |
| 425 | - bufferpool |
| 426 | - page_size |
| 427 | contexts: |
| 428 | - name: HitRatio |
| 429 | context: db2.bufferpool_instance_hit_ratio |
| 430 | title: Buffer Pool Hit Ratio |
| 431 | family: bufferpools/instances |
| 432 | units: percentage |
| 433 | type: line |
| 434 | priority: 1110 |
| 435 | dimensions: |
| 436 | - {name: overall, algo: absolute, precision: 1000, div: 1000} |
| 437 | - name: DetailedHitRatio |
| 438 | context: db2.bufferpool_instance_detailed_hit_ratio |
| 439 | title: Buffer Pool Detailed Hit Ratios |
| 440 | family: bufferpools/instances |
| 441 | units: percentage |
| 442 | type: line |
| 443 | priority: 1111 |
| 444 | dimensions: |
| 445 | - {name: data, algo: absolute, precision: 1000, div: 1000} |
| 446 | - {name: index, algo: absolute, precision: 1000, div: 1000} |
| 447 | - {name: xda, algo: absolute, precision: 1000, div: 1000} |
| 448 | - {name: column, algo: absolute, precision: 1000, div: 1000} |
| 449 | - name: Reads |
| 450 | context: db2.bufferpool_instance_reads |
| 451 | title: Buffer Pool Reads |
| 452 | family: bufferpools/instances |
| 453 | units: reads/s |
| 454 | type: stacked |
| 455 | priority: 1112 |
| 456 | dimensions: |
| 457 | - {name: logical, algo: incremental} |
| 458 | - {name: physical, algo: incremental} |
| 459 | - name: DataReads |
| 460 | context: db2.bufferpool_instance_data_reads |
| 461 | title: Buffer Pool Data Page Reads |
| 462 | family: bufferpools/instances |
| 463 | units: reads/s |
| 464 | type: stacked |
| 465 | priority: 1113 |
| 466 | dimensions: |
| 467 | - {name: logical, algo: incremental} |
| 468 | - {name: physical, algo: incremental} |
| 469 | - name: IndexReads |
| 470 | context: db2.bufferpool_instance_index_reads |
| 471 | title: Buffer Pool Index Page Reads |
| 472 | family: bufferpools/instances |
| 473 | units: reads/s |
| 474 | type: stacked |
| 475 | priority: 1114 |
| 476 | dimensions: |
| 477 | - {name: logical, algo: incremental} |
| 478 | - {name: physical, algo: incremental} |
| 479 | - name: Pages |
| 480 | context: db2.bufferpool_instance_pages |
| 481 | title: Buffer Pool Pages |
| 482 | family: bufferpools/instances |
| 483 | units: pages |
| 484 | type: stacked |
| 485 | priority: 1115 |
| 486 | dimensions: |
| 487 | - {name: used, algo: absolute} |
| 488 | - {name: total, algo: absolute} |
| 489 | - name: Writes |
| 490 | context: db2.bufferpool_instance_writes |
| 491 | title: Buffer Pool Writes |
| 492 | family: bufferpools/instances |
| 493 | units: writes/s |
| 494 | type: line |
| 495 | priority: 1116 |
| 496 | dimensions: |
| 497 | - {name: writes, algo: incremental} |
| 498 | |
| 499 | BufferpoolGroup: |
| 500 | labels: |
| 501 | - group |
| 502 | contexts: |
| 503 | - name: HitRatio |
| 504 | context: db2.bufferpool_group_hit_ratio |
| 505 | title: Buffer Pool Group Hit Ratio |
| 506 | family: bufferpools/groups |
| 507 | units: percentage |
| 508 | type: line |
| 509 | priority: 1117 |
| 510 | dimensions: |
| 511 | - {name: overall, algo: absolute, precision: 1000, div: 1000} |
| 512 | - name: DetailedHitRatio |
| 513 | context: db2.bufferpool_group_detailed_hit_ratio |
| 514 | title: Buffer Pool Group Detailed Hit Ratios |
| 515 | family: bufferpools/groups |
| 516 | units: percentage |
| 517 | type: line |
| 518 | priority: 1118 |
| 519 | dimensions: |
| 520 | - {name: data, algo: absolute, precision: 1000, div: 1000} |
| 521 | - {name: index, algo: absolute, precision: 1000, div: 1000} |
| 522 | - {name: xda, algo: absolute, precision: 1000, div: 1000} |
| 523 | - {name: column, algo: absolute, precision: 1000, div: 1000} |
| 524 | - name: Reads |
| 525 | context: db2.bufferpool_group_reads |
| 526 | title: Buffer Pool Group Reads |
| 527 | family: bufferpools/groups |
| 528 | units: reads/s |
| 529 | type: stacked |
| 530 | priority: 1119 |
| 531 | dimensions: |
| 532 | - {name: logical, algo: incremental} |
| 533 | - {name: physical, algo: incremental} |
| 534 | - name: DataReads |
| 535 | context: db2.bufferpool_group_data_reads |
| 536 | title: Buffer Pool Group Data Reads |
| 537 | family: bufferpools/groups |
| 538 | units: reads/s |
| 539 | type: stacked |
| 540 | priority: 1120 |
| 541 | dimensions: |
| 542 | - {name: logical, algo: incremental} |
| 543 | - {name: physical, algo: incremental} |
| 544 | - name: IndexReads |
| 545 | context: db2.bufferpool_group_index_reads |
| 546 | title: Buffer Pool Group Index Reads |
| 547 | family: bufferpools/groups |
| 548 | units: reads/s |
| 549 | type: stacked |
| 550 | priority: 1121 |
| 551 | dimensions: |
| 552 | - {name: logical, algo: incremental} |
| 553 | - {name: physical, algo: incremental} |
| 554 | - name: Pages |
| 555 | context: db2.bufferpool_group_pages |
| 556 | title: Buffer Pool Group Pages |
| 557 | family: bufferpools/groups |
| 558 | units: pages |
| 559 | type: stacked |
| 560 | priority: 1122 |
| 561 | dimensions: |
| 562 | - {name: used, algo: absolute} |
| 563 | - {name: total, algo: absolute} |
| 564 | - name: Writes |
| 565 | context: db2.bufferpool_group_writes |
| 566 | title: Buffer Pool Group Writes |
| 567 | family: bufferpools/groups |
| 568 | units: writes/s |
| 569 | type: line |
| 570 | priority: 1123 |
| 571 | dimensions: |
| 572 | - {name: writes, algo: incremental} |
| 573 | |
| 574 | Tablespace: |
| 575 | labels: |
| 576 | - tablespace |
| 577 | - type |
| 578 | - content_type |
| 579 | - state |
| 580 | contexts: |
| 581 | - name: Usage |
| 582 | context: db2.tablespace_usage |
| 583 | title: Tablespace Usage |
| 584 | family: tablespaces |
| 585 | units: percentage |
| 586 | type: line |
| 587 | priority: 1120 |
| 588 | dimensions: |
| 589 | - {name: used, algo: absolute, precision: 1000, div: 1000} |
| 590 | - name: Size |
| 591 | context: db2.tablespace_size |
| 592 | title: Tablespace Size |
| 593 | family: tablespaces |
| 594 | units: bytes |
| 595 | type: stacked |
| 596 | priority: 1121 |
| 597 | dimensions: |
| 598 | - {name: used, algo: absolute} |
| 599 | - {name: free, algo: absolute} |
| 600 | - name: UsableSize |
| 601 | context: db2.tablespace_usable_size |
| 602 | title: Tablespace Usable Size |
| 603 | family: tablespaces |
| 604 | units: bytes |
| 605 | type: line |
| 606 | priority: 1122 |
| 607 | dimensions: |
| 608 | - {name: total, algo: absolute} |
| 609 | - {name: usable, algo: absolute} |
| 610 | - name: State |
| 611 | context: db2.tablespace_state |
| 612 | title: Tablespace State |
| 613 | family: tablespaces |
| 614 | units: state |
| 615 | type: line |
| 616 | priority: 1123 |
| 617 | dimensions: |
| 618 | - {name: state, algo: absolute} |
| 619 | |
| 620 | TablespaceGroup: |
| 621 | labels: |
| 622 | - group |
| 623 | contexts: |
| 624 | - name: Usage |
| 625 | context: db2.tablespace_group_usage |
| 626 | title: Tablespace Group Usage |
| 627 | family: tablespaces/groups |
| 628 | units: percentage |
| 629 | type: line |
| 630 | priority: 1124 |
| 631 | dimensions: |
| 632 | - {name: used, algo: absolute, precision: 1000, div: 1000} |
| 633 | - name: Size |
| 634 | context: db2.tablespace_group_size |
| 635 | title: Tablespace Group Size |
| 636 | family: tablespaces/groups |
| 637 | units: bytes |
| 638 | type: stacked |
| 639 | priority: 1125 |
| 640 | dimensions: |
| 641 | - {name: used, algo: absolute} |
| 642 | - {name: free, algo: absolute} |
| 643 | - name: UsableSize |
| 644 | context: db2.tablespace_group_usable_size |
| 645 | title: Tablespace Group Usable Size |
| 646 | family: tablespaces/groups |
| 647 | units: bytes |
| 648 | type: line |
| 649 | priority: 1126 |
| 650 | dimensions: |
| 651 | - {name: total, algo: absolute} |
| 652 | - {name: usable, algo: absolute} |
| 653 | - name: State |
| 654 | context: db2.tablespace_group_state |
| 655 | title: Tablespace Group State |
| 656 | family: tablespaces/groups |
| 657 | units: state |
| 658 | type: line |
| 659 | priority: 1127 |
| 660 | dimensions: |
| 661 | - {name: state, algo: absolute} |
| 662 | |
| 663 | Connection: |
| 664 | labels: |
| 665 | - application_id |
| 666 | - application_name |
| 667 | - client_hostname |
| 668 | - client_ip |
| 669 | - client_user |
| 670 | - state |
| 671 | contexts: |
| 672 | - name: State |
| 673 | context: db2.connection_state |
| 674 | title: Connection State |
| 675 | family: connections/instances |
| 676 | units: state |
| 677 | type: line |
| 678 | priority: 1130 |
| 679 | dimensions: |
| 680 | - {name: state, algo: absolute} |
| 681 | - name: Activity |
| 682 | context: db2.connection_activity |
| 683 | title: Connection Row Activity |
| 684 | family: connections/instances |
| 685 | units: rows/s |
| 686 | type: area |
| 687 | priority: 1131 |
| 688 | dimensions: |
| 689 | - {name: read, algo: incremental} |
| 690 | - {name: written, algo: incremental} |
| 691 | - name: WaitTime |
| 692 | context: db2.connection_wait_time |
| 693 | title: Connection Wait Time |
| 694 | family: connections/instances |
| 695 | units: milliseconds |
| 696 | type: stacked |
| 697 | priority: 1132 |
| 698 | dimensions: |
| 699 | - {name: lock, algo: incremental} |
| 700 | - {name: log_disk, algo: incremental} |
| 701 | - {name: log_buffer, algo: incremental} |
| 702 | - {name: pool_read, algo: incremental} |
| 703 | - {name: pool_write, algo: incremental} |
| 704 | - {name: direct_read, algo: incremental} |
| 705 | - {name: direct_write, algo: incremental} |
| 706 | - {name: fcm_recv, algo: incremental} |
| 707 | - {name: fcm_send, algo: incremental} |
| 708 | - name: ProcessingTime |
| 709 | context: db2.connection_processing_time |
| 710 | title: Connection Processing Time |
| 711 | family: connections/instances |
| 712 | units: milliseconds |
| 713 | type: stacked |
| 714 | priority: 1133 |
| 715 | dimensions: |
| 716 | - {name: routine, algo: incremental} |
| 717 | - {name: compile, algo: incremental} |
| 718 | - {name: section, algo: incremental} |
| 719 | - {name: commit, algo: incremental} |
| 720 | - {name: rollback, algo: incremental} |
| 721 | |
| 722 | ConnectionGroup: |
| 723 | labels: |
| 724 | - group |
| 725 | contexts: |
| 726 | - name: Count |
| 727 | context: db2.connection_group.count |
| 728 | title: Connection Group Count |
| 729 | family: connections/groups |
| 730 | units: connections |
| 731 | type: line |
| 732 | priority: 1134 |
| 733 | dimensions: |
| 734 | - {name: count, algo: absolute} |
| 735 | - name: State |
| 736 | context: db2.connection_group.state |
| 737 | title: Connection Group State Sum |
| 738 | family: connections/groups |
| 739 | units: state |
| 740 | type: line |
| 741 | priority: 1135 |
| 742 | dimensions: |
| 743 | - {name: state, algo: absolute} |
| 744 | - name: Activity |
| 745 | context: db2.connection_group.activity |
| 746 | title: Connection Group Row Activity |
| 747 | family: connections/groups |
| 748 | units: rows/s |
| 749 | type: area |
| 750 | priority: 1136 |
| 751 | dimensions: |
| 752 | - {name: read, algo: incremental} |
| 753 | - {name: written, algo: incremental} |
| 754 | - name: WaitTime |
| 755 | context: db2.connection_group.wait_time |
| 756 | title: Connection Group Wait Time |
| 757 | family: connections/groups |
| 758 | units: milliseconds |
| 759 | type: stacked |
| 760 | priority: 1137 |
| 761 | dimensions: |
| 762 | - {name: lock, algo: incremental} |
| 763 | - {name: log_disk, algo: incremental} |
| 764 | - {name: log_buffer, algo: incremental} |
| 765 | - {name: pool_read, algo: incremental} |
| 766 | - {name: pool_write, algo: incremental} |
| 767 | - {name: direct_read, algo: incremental} |
| 768 | - {name: direct_write, algo: incremental} |
| 769 | - {name: fcm_recv, algo: incremental} |
| 770 | - {name: fcm_send, algo: incremental} |
| 771 | - name: ProcessingTime |
| 772 | context: db2.connection_group.processing_time |
| 773 | title: Connection Group Processing Time |
| 774 | family: connections/groups |
| 775 | units: milliseconds |
| 776 | type: stacked |
| 777 | priority: 1138 |
| 778 | dimensions: |
| 779 | - {name: routine, algo: incremental} |
| 780 | - {name: compile, algo: incremental} |
| 781 | - {name: section, algo: incremental} |
| 782 | - {name: commit, algo: incremental} |
| 783 | - {name: rollback, algo: incremental} |
| 784 | |
| 785 | Table: |
| 786 | labels: |
| 787 | - table |
| 788 | contexts: |
| 789 | - name: Size |
| 790 | context: db2.table_size |
| 791 | title: Table Size |
| 792 | family: tables |
| 793 | units: bytes |
| 794 | type: stacked |
| 795 | priority: 1140 |
| 796 | dimensions: |
| 797 | - {name: data, algo: absolute} |
| 798 | - {name: index, algo: absolute} |
| 799 | - {name: long_obj, algo: absolute} |
| 800 | - name: Activity |
| 801 | context: db2.table_activity |
| 802 | title: Table Activity |
| 803 | family: tables |
| 804 | units: rows/s |
| 805 | type: area |
| 806 | priority: 1141 |
| 807 | dimensions: |
| 808 | - {name: read, algo: incremental} |
| 809 | - {name: written, algo: incremental} |
| 810 | |
| 811 | TableGroup: |
| 812 | labels: |
| 813 | - group |
| 814 | contexts: |
| 815 | - name: Size |
| 816 | context: db2.table_group_size |
| 817 | title: Table Group Size |
| 818 | family: tables/groups |
| 819 | units: bytes |
| 820 | type: stacked |
| 821 | priority: 1142 |
| 822 | dimensions: |
| 823 | - {name: data, algo: absolute} |
| 824 | - {name: index, algo: absolute} |
| 825 | - {name: long_obj, algo: absolute} |
| 826 | - name: Activity |
| 827 | context: db2.table_group_activity |
| 828 | title: Table Group Activity |
| 829 | family: tables/groups |
| 830 | units: rows/s |
| 831 | type: area |
| 832 | priority: 1143 |
| 833 | dimensions: |
| 834 | - {name: read, algo: incremental} |
| 835 | - {name: written, algo: incremental} |
| 836 | |
| 837 | Index: |
| 838 | labels: |
| 839 | - index |
| 840 | contexts: |
| 841 | - name: Usage |
| 842 | context: db2.index_usage |
| 843 | title: Index Usage |
| 844 | family: indexes |
| 845 | units: scans/s |
| 846 | type: area |
| 847 | priority: 1150 |
| 848 | dimensions: |
| 849 | - {name: index, algo: incremental} |
| 850 | - {name: full, algo: incremental} |
| 851 | |
| 852 | IndexGroup: |
| 853 | labels: |
| 854 | - group |
| 855 | contexts: |
| 856 | - name: Usage |
| 857 | context: db2.index_group_usage |
| 858 | title: Index Group Usage |
| 859 | family: indexes/groups |
| 860 | units: scans/s |
| 861 | type: area |
| 862 | priority: 1151 |
| 863 | dimensions: |
| 864 | - {name: index, algo: incremental} |
| 865 | - {name: full, algo: incremental} |
| 866 | |
| 867 | MemoryPool: |
| 868 | labels: |
| 869 | - pool_type |
| 870 | contexts: |
| 871 | - name: Usage |
| 872 | context: db2.memory_pool_usage |
| 873 | title: Memory Pool Usage |
| 874 | family: memory |
| 875 | units: bytes |
| 876 | type: line |
| 877 | priority: 1160 |
| 878 | dimensions: |
| 879 | - {name: used, algo: absolute} |
| 880 | - name: HighWaterMark |
| 881 | context: db2.memory_pool_hwm |
| 882 | title: Memory Pool High Water Mark |
| 883 | family: memory |
| 884 | units: bytes |
| 885 | type: line |
| 886 | priority: 1161 |
| 887 | dimensions: |
| 888 | - {name: hwm, algo: absolute} |
| 889 | |
| 890 | TableIO: |
| 891 | labels: |
| 892 | - table |
| 893 | contexts: |
| 894 | - name: Scans |
| 895 | context: db2.table_io_scans |
| 896 | title: Table Scans |
| 897 | family: table_io |
| 898 | units: scans/s |
| 899 | type: line |
| 900 | priority: 1170 |
| 901 | dimensions: |
| 902 | - {name: scans, algo: incremental} |
| 903 | - name: Rows |
| 904 | context: db2.table_io_rows |
| 905 | title: Table Row Operations |
| 906 | family: table_io |
| 907 | units: rows/s |
| 908 | type: line |
| 909 | priority: 1171 |
| 910 | dimensions: |
| 911 | - {name: read, algo: incremental} |
| 912 | - name: Activity |
| 913 | context: db2.table_io_activity |
| 914 | title: Table DML Activity |
| 915 | family: table_io |
| 916 | units: operations/s |
| 917 | type: stacked |
| 918 | priority: 1172 |
| 919 | dimensions: |
| 920 | - {name: inserts, algo: incremental} |
| 921 | - {name: updates, algo: incremental} |
| 922 | - {name: deletes, algo: incremental} |
| 923 | - name: Overflow |
| 924 | context: db2.table_io_overflow |
| 925 | title: Table Overflow Accesses |
| 926 | family: table_io |
| 927 | units: accesses/s |
| 928 | type: line |
| 929 | priority: 1173 |
| 930 | dimensions: |
| 931 | - {name: overflow, algo: incremental} |
| 932 | |
| 933 | MemorySet: |
| 934 | labels: |
| 935 | - host |
| 936 | - database |
| 937 | - set_type |
| 938 | - member |
| 939 | contexts: |
| 940 | - name: Usage |
| 941 | context: db2.memory_set_usage |
| 942 | title: Memory Set Usage |
| 943 | family: memory_sets |
| 944 | units: bytes |
| 945 | type: line |
| 946 | priority: 1180 |
| 947 | dimensions: |
| 948 | - {name: used, algo: absolute} |
| 949 | - name: Committed |
| 950 | context: db2.memory_set_committed |
| 951 | title: Memory Set Committed |
| 952 | family: memory_sets |
| 953 | units: bytes |
| 954 | type: line |
| 955 | priority: 1181 |
| 956 | dimensions: |
| 957 | - {name: committed, algo: absolute} |
| 958 | - name: HighWaterMark |
| 959 | context: db2.memory_set_high_water_mark |
| 960 | title: Memory Set High Water Mark |
| 961 | family: memory_sets |
| 962 | units: bytes |
| 963 | type: line |
| 964 | priority: 1182 |
| 965 | dimensions: |
| 966 | - {name: hwm, algo: absolute} |
| 967 | - name: AdditionalCommitted |
| 968 | context: db2.memory_set_additional_committed |
| 969 | title: Memory Set Additional Committed |
| 970 | family: memory_sets |
| 971 | units: bytes |
| 972 | type: line |
| 973 | priority: 1183 |
| 974 | dimensions: |
| 975 | - {name: additional, algo: absolute} |
| 976 | - name: PercentUsedHWM |
| 977 | context: db2.memory_set_percent_used_hwm |
| 978 | title: Memory Set Percent Used vs HWM |
| 979 | family: memory_sets |
| 980 | units: percentage |
| 981 | type: line |
| 982 | priority: 1184 |
| 983 | dimensions: |
| 984 | - {name: used_hwm, algo: absolute, precision: 1000, div: 1000} |
| 985 | |
| 986 | Prefetcher: |
| 987 | labels: |
| 988 | - bufferpool |
| 989 | contexts: |
| 990 | - name: PrefetchRatio |
| 991 | context: db2.prefetcher_prefetch_ratio |
| 992 | title: Prefetcher Prefetch Ratio |
| 993 | family: prefetchers |
| 994 | units: percentage |
| 995 | type: line |
| 996 | priority: 1190 |
| 997 | dimensions: |
| 998 | - {name: ratio, algo: absolute, precision: 1000, div: 1000} |
| 999 | - name: CleanerRatio |
| 1000 | context: db2.prefetcher_cleaner_ratio |
| 1001 | title: Prefetcher Cleaner Ratio |
| 1002 | family: prefetchers |
| 1003 | units: percentage |
| 1004 | type: line |
| 1005 | priority: 1191 |
| 1006 | dimensions: |
| 1007 | - {name: ratio, algo: absolute, precision: 1000, div: 1000} |
| 1008 | - name: PhysicalReads |
| 1009 | context: db2.prefetcher_physical_reads |
| 1010 | title: Prefetcher Physical Reads |
| 1011 | family: prefetchers |
| 1012 | units: reads/s |
| 1013 | type: line |
| 1014 | priority: 1192 |
| 1015 | dimensions: |
| 1016 | - {name: reads, algo: incremental} |
| 1017 | - name: AsyncReads |
| 1018 | context: db2.prefetcher_async_reads |
| 1019 | title: Prefetcher Asynchronous Reads |
| 1020 | family: prefetchers |
| 1021 | units: reads/s |
| 1022 | type: line |
| 1023 | priority: 1193 |
| 1024 | dimensions: |
| 1025 | - {name: reads, algo: incremental} |
| 1026 | - name: WaitTime |
| 1027 | context: db2.prefetcher_wait_time |
| 1028 | title: Prefetcher Wait Time |
| 1029 | family: prefetchers |
| 1030 | units: milliseconds |
| 1031 | type: line |
| 1032 | priority: 1194 |
| 1033 | dimensions: |
| 1034 | - {name: wait_time, algo: absolute} |
| 1035 | - name: UnreadPages |
| 1036 | context: db2.prefetcher_unread_pages |
| 1037 | title: Prefetcher Unread Pages |
| 1038 | family: prefetchers |
| 1039 | units: pages/s |
| 1040 | type: line |
| 1041 | priority: 1195 |
| 1042 | dimensions: |
| 1043 | - {name: unread, algo: incremental} |