| 1 | System: |
| 2 | labels: [] |
| 3 | contexts: |
| 4 | - name: CPUUtilization |
| 5 | context: as400.cpu_utilization |
| 6 | title: CPU Utilization (100% = 1 CPU core) |
| 7 | family: compute/cpu |
| 8 | units: percentage |
| 9 | type: line |
| 10 | priority: 101 |
| 11 | dimensions: |
| 12 | - name: utilization |
| 13 | algo: absolute |
| 14 | div: 1000 |
| 15 | - name: CPUEntitledUtilization |
| 16 | context: as400.cpu_utilization_entitled |
| 17 | title: CPU Utilization (as % of entitlement) |
| 18 | family: compute/cpu |
| 19 | units: percentage |
| 20 | type: line |
| 21 | priority: 102 |
| 22 | dimensions: |
| 23 | - name: utilization |
| 24 | algo: absolute |
| 25 | div: 1000 |
| 26 | - name: CPUDetails |
| 27 | context: as400.cpu_configuration |
| 28 | title: CPU Configuration |
| 29 | family: compute/cpu |
| 30 | units: cpus |
| 31 | type: line |
| 32 | priority: 102 |
| 33 | dimensions: |
| 34 | - name: configured |
| 35 | algo: absolute |
| 36 | - name: CPUCapacity |
| 37 | context: as400.cpu_capacity |
| 38 | title: Current CPU Capacity |
| 39 | family: compute/cpu |
| 40 | units: percentage |
| 41 | type: line |
| 42 | priority: 103 |
| 43 | dimensions: |
| 44 | - name: capacity |
| 45 | algo: absolute |
| 46 | div: 1000 |
| 47 | - name: TotalJobs |
| 48 | context: as400.total_jobs |
| 49 | title: Total Jobs in System |
| 50 | family: workloads/jobs |
| 51 | units: jobs |
| 52 | type: line |
| 53 | priority: 501 |
| 54 | dimensions: |
| 55 | - name: total |
| 56 | algo: absolute |
| 57 | - name: ActiveJobsByType |
| 58 | context: as400.active_jobs_by_type |
| 59 | title: Active Jobs by Type |
| 60 | family: workloads/jobs |
| 61 | units: jobs |
| 62 | type: stacked |
| 63 | priority: 502 |
| 64 | dimensions: |
| 65 | - name: batch |
| 66 | algo: absolute |
| 67 | - name: interactive |
| 68 | algo: absolute |
| 69 | - name: active |
| 70 | algo: absolute |
| 71 | - name: JobQueueLength |
| 72 | context: as400.job_queue_length |
| 73 | title: Job Queue Length |
| 74 | family: workloads/jobs |
| 75 | units: jobs |
| 76 | type: line |
| 77 | priority: 503 |
| 78 | dimensions: |
| 79 | - name: waiting |
| 80 | algo: absolute |
| 81 | - name: MainStorageSize |
| 82 | context: as400.main_storage_size |
| 83 | title: Main Storage Size |
| 84 | family: memory/overview |
| 85 | units: bytes |
| 86 | type: line |
| 87 | priority: 201 |
| 88 | dimensions: |
| 89 | - name: total |
| 90 | algo: absolute |
| 91 | - name: TemporaryStorage |
| 92 | context: as400.temporary_storage |
| 93 | title: Temporary Storage |
| 94 | family: storage/temp/overview |
| 95 | units: MiB |
| 96 | type: line |
| 97 | priority: 304 |
| 98 | dimensions: |
| 99 | - name: current |
| 100 | algo: absolute |
| 101 | - name: maximum |
| 102 | algo: absolute |
| 103 | - name: MemoryPoolUsage |
| 104 | context: as400.memory_pool_usage |
| 105 | title: Memory Pool Usage |
| 106 | family: memory/pools |
| 107 | units: bytes |
| 108 | type: stacked |
| 109 | priority: 203 |
| 110 | dimensions: |
| 111 | - name: machine |
| 112 | algo: absolute |
| 113 | - name: base |
| 114 | algo: absolute |
| 115 | - name: interactive |
| 116 | algo: absolute |
| 117 | - name: spool |
| 118 | algo: absolute |
| 119 | - name: MemoryPoolDefined |
| 120 | context: as400.memory_pool_defined |
| 121 | title: Memory Pool Defined Size |
| 122 | family: memory/pools |
| 123 | units: bytes |
| 124 | type: stacked |
| 125 | priority: 204 |
| 126 | dimensions: |
| 127 | - name: machine |
| 128 | algo: absolute |
| 129 | - name: base |
| 130 | algo: absolute |
| 131 | - name: MemoryPoolReserved |
| 132 | context: as400.memory_pool_reserved |
| 133 | title: Memory Pool Reserved Size |
| 134 | family: memory/pools |
| 135 | units: bytes |
| 136 | type: stacked |
| 137 | priority: 205 |
| 138 | dimensions: |
| 139 | - name: machine |
| 140 | algo: absolute |
| 141 | - name: base |
| 142 | algo: absolute |
| 143 | - name: MemoryPoolThreads |
| 144 | context: as400.memory_pool_threads |
| 145 | title: Memory Pool Threads |
| 146 | family: memory/pools |
| 147 | units: threads |
| 148 | type: line |
| 149 | priority: 206 |
| 150 | dimensions: |
| 151 | - name: machine |
| 152 | algo: absolute |
| 153 | - name: base |
| 154 | algo: absolute |
| 155 | - name: MemoryPoolMaxThreads |
| 156 | context: as400.memory_pool_max_threads |
| 157 | title: Memory Pool Maximum Threads |
| 158 | family: memory/pools |
| 159 | units: threads |
| 160 | type: line |
| 161 | priority: 207 |
| 162 | dimensions: |
| 163 | - name: machine |
| 164 | algo: absolute |
| 165 | - name: base |
| 166 | algo: absolute |
| 167 | - name: DiskBusyAverage |
| 168 | context: as400.disk_busy_average |
| 169 | title: Average Disk Busy Percentage |
| 170 | family: storage/disk/summary |
| 171 | units: percentage |
| 172 | type: line |
| 173 | priority: 306 |
| 174 | dimensions: |
| 175 | - name: busy |
| 176 | algo: absolute |
| 177 | div: 1000 |
| 178 | - name: SystemASPUsage |
| 179 | context: as400.system_asp_usage |
| 180 | title: System ASP Usage |
| 181 | family: storage/asp |
| 182 | units: percentage |
| 183 | type: line |
| 184 | priority: 301 |
| 185 | dimensions: |
| 186 | - name: used |
| 187 | algo: absolute |
| 188 | div: 1000 |
| 189 | - name: SystemASPStorage |
| 190 | context: as400.system_asp_storage |
| 191 | title: System ASP Storage |
| 192 | family: storage/asp |
| 193 | units: MiB |
| 194 | type: line |
| 195 | priority: 302 |
| 196 | dimensions: |
| 197 | - name: total |
| 198 | algo: absolute |
| 199 | - name: TotalAuxiliaryStorage |
| 200 | context: as400.total_auxiliary_storage |
| 201 | title: Total Auxiliary Storage |
| 202 | family: storage/asp |
| 203 | units: MiB |
| 204 | type: line |
| 205 | priority: 303 |
| 206 | dimensions: |
| 207 | - name: total |
| 208 | algo: absolute |
| 209 | - name: SystemThreads |
| 210 | context: as400.system_threads |
| 211 | title: System Threads |
| 212 | family: compute/threads |
| 213 | units: threads |
| 214 | type: line |
| 215 | priority: 104 |
| 216 | dimensions: |
| 217 | - name: active |
| 218 | algo: absolute |
| 219 | - name: per_processor |
| 220 | algo: absolute |
| 221 | - name: NetworkConnections |
| 222 | context: as400.network_connections |
| 223 | title: Network Connections |
| 224 | family: network/summary |
| 225 | units: connections |
| 226 | type: line |
| 227 | priority: 401 |
| 228 | dimensions: |
| 229 | - name: remote |
| 230 | algo: absolute |
| 231 | - name: total |
| 232 | algo: absolute |
| 233 | - name: NetworkConnectionStates |
| 234 | context: as400.network_connection_states |
| 235 | title: Network Connection States |
| 236 | family: network/summary |
| 237 | units: connections |
| 238 | type: line |
| 239 | priority: 402 |
| 240 | dimensions: |
| 241 | - name: listen |
| 242 | algo: absolute |
| 243 | - name: close_wait |
| 244 | algo: absolute |
| 245 | - name: TempStorageTotal |
| 246 | context: as400.temp_storage_total |
| 247 | title: Temporary Storage Total |
| 248 | family: storage/temp/overview |
| 249 | units: bytes |
| 250 | type: line |
| 251 | priority: 304 |
| 252 | dimensions: |
| 253 | - name: current |
| 254 | algo: absolute |
| 255 | - name: peak |
| 256 | algo: absolute |
| 257 | - name: SystemActivityCPURate |
| 258 | context: as400.system_activity_cpu_rate |
| 259 | title: System CPU Rate |
| 260 | family: compute/activity |
| 261 | units: percentage |
| 262 | type: line |
| 263 | priority: 105 |
| 264 | dimensions: |
| 265 | - name: average |
| 266 | algo: absolute |
| 267 | div: 1000 |
| 268 | - name: SystemActivityCPUUtilization |
| 269 | context: as400.system_activity_cpu_utilization |
| 270 | title: System CPU Utilization |
| 271 | family: compute/activity |
| 272 | units: percentage |
| 273 | type: line |
| 274 | priority: 106 |
| 275 | dimensions: |
| 276 | - name: average |
| 277 | algo: absolute |
| 278 | div: 1000 |
| 279 | - name: minimum |
| 280 | algo: absolute |
| 281 | div: 1000 |
| 282 | - name: maximum |
| 283 | algo: absolute |
| 284 | div: 1000 |
| 285 | Disk: |
| 286 | labels: |
| 287 | - disk_unit |
| 288 | - disk_type |
| 289 | - disk_model |
| 290 | - hardware_status |
| 291 | - disk_serial_number |
| 292 | contexts: |
| 293 | - name: Busy |
| 294 | context: as400.disk_busy |
| 295 | title: Disk Busy Percentage |
| 296 | family: storage/disk/devices |
| 297 | units: percentage |
| 298 | type: line |
| 299 | priority: 307 |
| 300 | dimensions: |
| 301 | - name: busy |
| 302 | algo: absolute |
| 303 | div: 1000 |
| 304 | - name: IORequests |
| 305 | context: as400.disk_io_requests |
| 306 | title: Disk I/O Requests |
| 307 | family: storage/disk/devices |
| 308 | units: requests/s |
| 309 | type: area |
| 310 | priority: 308 |
| 311 | dimensions: |
| 312 | - name: read |
| 313 | algo: incremental |
| 314 | - name: write |
| 315 | algo: incremental |
| 316 | - name: SpaceUsage |
| 317 | context: as400.disk_space_usage |
| 318 | title: Disk Space Usage |
| 319 | family: storage/disk/devices |
| 320 | units: percentage |
| 321 | type: line |
| 322 | priority: 309 |
| 323 | dimensions: |
| 324 | - name: used |
| 325 | algo: absolute |
| 326 | div: 1000 |
| 327 | - name: Capacity |
| 328 | context: as400.disk_capacity |
| 329 | title: Disk Capacity |
| 330 | family: storage/disk/devices |
| 331 | units: gigabytes |
| 332 | type: stacked |
| 333 | priority: 310 |
| 334 | dimensions: |
| 335 | - name: available |
| 336 | algo: absolute |
| 337 | div: 1000 |
| 338 | - name: used |
| 339 | algo: absolute |
| 340 | div: 1000 |
| 341 | - name: Blocks |
| 342 | context: as400.disk_blocks |
| 343 | title: Disk Block Operations |
| 344 | family: storage/disk/devices |
| 345 | units: blocks/s |
| 346 | type: area |
| 347 | priority: 311 |
| 348 | dimensions: |
| 349 | - name: read |
| 350 | algo: incremental |
| 351 | - name: write |
| 352 | algo: incremental |
| 353 | - name: SSDHealth |
| 354 | context: as400.disk_ssd_health |
| 355 | title: Disk SSD Health |
| 356 | family: storage/disk/devices |
| 357 | units: percentage |
| 358 | type: line |
| 359 | priority: 312 |
| 360 | dimensions: |
| 361 | - name: life_remaining |
| 362 | algo: absolute |
| 363 | - name: SSDPowerOn |
| 364 | context: as400.disk_ssd_age |
| 365 | title: Disk SSD Power On Days |
| 366 | family: storage/disk/devices |
| 367 | units: days |
| 368 | type: line |
| 369 | priority: 313 |
| 370 | dimensions: |
| 371 | - name: power_on_days |
| 372 | algo: absolute |
| 373 | Subsystem: |
| 374 | labels: |
| 375 | - subsystem |
| 376 | - library |
| 377 | - status |
| 378 | contexts: |
| 379 | - name: Jobs |
| 380 | context: as400.subsystem_jobs |
| 381 | title: Subsystem Jobs |
| 382 | family: workloads/subsystems |
| 383 | units: jobs |
| 384 | type: line |
| 385 | priority: 504 |
| 386 | dimensions: |
| 387 | - name: active |
| 388 | algo: absolute |
| 389 | - name: maximum |
| 390 | algo: absolute |
| 391 | QueueOverview: |
| 392 | labels: |
| 393 | - queue_type |
| 394 | - item_type |
| 395 | contexts: |
| 396 | - name: Count |
| 397 | context: as400.queues_count |
| 398 | title: Queue Counts |
| 399 | family: queues/overview |
| 400 | units: queues |
| 401 | type: line |
| 402 | priority: 504 |
| 403 | dimensions: |
| 404 | - name: queues |
| 405 | algo: absolute |
| 406 | - name: Items |
| 407 | context: as400.queued_items |
| 408 | title: Queued Items |
| 409 | family: queues/overview |
| 410 | units: items |
| 411 | type: line |
| 412 | priority: 505 |
| 413 | dimensions: |
| 414 | - name: items |
| 415 | algo: absolute |
| 416 | JobQueue: |
| 417 | labels: |
| 418 | - job_queue |
| 419 | - library |
| 420 | - status |
| 421 | contexts: |
| 422 | - name: Length |
| 423 | context: as400.jobqueue_length |
| 424 | title: Job Queue Length |
| 425 | family: queues/job |
| 426 | units: jobs |
| 427 | type: line |
| 428 | priority: 505 |
| 429 | dimensions: |
| 430 | - name: jobs |
| 431 | algo: absolute |
| 432 | TempStorageBucket: |
| 433 | labels: |
| 434 | - bucket |
| 435 | contexts: |
| 436 | - name: Usage |
| 437 | context: as400.temp_storage_bucket |
| 438 | title: Temporary Storage Bucket Usage |
| 439 | family: storage/temp/buckets |
| 440 | units: bytes |
| 441 | type: line |
| 442 | priority: 305 |
| 443 | dimensions: |
| 444 | - name: current |
| 445 | algo: absolute |
| 446 | - name: peak |
| 447 | algo: absolute |
| 448 | ActiveJob: |
| 449 | labels: |
| 450 | - job_name |
| 451 | - job_status |
| 452 | - subsystem |
| 453 | - job_type |
| 454 | contexts: |
| 455 | - name: CPU |
| 456 | context: as400.activejob_cpu |
| 457 | title: Active Job CPU Usage |
| 458 | family: workloads/active_jobs |
| 459 | units: percentage |
| 460 | type: line |
| 461 | priority: 506 |
| 462 | dimensions: |
| 463 | - name: cpu |
| 464 | algo: absolute |
| 465 | div: 1000 |
| 466 | - name: Resources |
| 467 | context: as400.activejob_resources |
| 468 | title: Active Job Resources |
| 469 | family: workloads/active_jobs |
| 470 | units: MiB |
| 471 | type: stacked |
| 472 | priority: 507 |
| 473 | dimensions: |
| 474 | - name: temp_storage |
| 475 | algo: absolute |
| 476 | - name: Time |
| 477 | context: as400.activejob_time |
| 478 | title: Active Job Elapsed Time |
| 479 | family: workloads/active_jobs |
| 480 | units: seconds |
| 481 | type: line |
| 482 | priority: 508 |
| 483 | dimensions: |
| 484 | - name: cpu_time |
| 485 | algo: absolute |
| 486 | - name: total_time |
| 487 | algo: absolute |
| 488 | - name: Activity |
| 489 | context: as400.activejob_activity |
| 490 | title: Active Job Activity |
| 491 | family: workloads/active_jobs |
| 492 | units: operations/s |
| 493 | type: area |
| 494 | priority: 509 |
| 495 | dimensions: |
| 496 | - name: disk_io |
| 497 | algo: incremental |
| 498 | - name: interactive_transactions |
| 499 | algo: incremental |
| 500 | - name: Threads |
| 501 | context: as400.activejob_threads |
| 502 | title: Active Job Thread Count |
| 503 | family: workloads/active_jobs |
| 504 | units: threads |
| 505 | type: line |
| 506 | priority: 510 |
| 507 | dimensions: |
| 508 | - name: threads |
| 509 | algo: absolute |
| 510 | NetworkInterface: |
| 511 | labels: |
| 512 | - interface |
| 513 | - interface_type |
| 514 | - connection_type |
| 515 | - internet_address |
| 516 | - network_address |
| 517 | - subnet_mask |
| 518 | contexts: |
| 519 | - name: Status |
| 520 | context: as400.network_interface_status |
| 521 | title: Network Interface Status |
| 522 | family: network/interfaces |
| 523 | units: status |
| 524 | type: line |
| 525 | priority: 403 |
| 526 | dimensions: |
| 527 | - name: active |
| 528 | algo: absolute |
| 529 | - name: MTU |
| 530 | context: as400.network_interface_mtu |
| 531 | title: Network Interface MTU |
| 532 | family: network/interfaces |
| 533 | units: bytes |
| 534 | type: line |
| 535 | priority: 404 |
| 536 | dimensions: |
| 537 | - name: mtu |
| 538 | algo: absolute |
| 539 | HTTPServer: |
| 540 | labels: |
| 541 | - server |
| 542 | - function |
| 543 | contexts: |
| 544 | - name: Connections |
| 545 | context: as400.http_server_connections |
| 546 | title: HTTP Server Connections |
| 547 | family: network/http |
| 548 | units: connections |
| 549 | type: line |
| 550 | priority: 601 |
| 551 | dimensions: |
| 552 | - name: normal |
| 553 | algo: absolute |
| 554 | - name: ssl |
| 555 | algo: absolute |
| 556 | - name: Threads |
| 557 | context: as400.http_server_threads |
| 558 | title: HTTP Server Threads |
| 559 | family: network/http |
| 560 | units: threads |
| 561 | type: line |
| 562 | priority: 602 |
| 563 | dimensions: |
| 564 | - name: active |
| 565 | algo: absolute |
| 566 | - name: idle |
| 567 | algo: absolute |
| 568 | - name: Requests |
| 569 | context: as400.http_server_requests |
| 570 | title: HTTP Server Requests |
| 571 | family: network/http |
| 572 | units: requests/s |
| 573 | type: area |
| 574 | priority: 603 |
| 575 | dimensions: |
| 576 | - name: requests |
| 577 | algo: incremental |
| 578 | - name: responses |
| 579 | algo: incremental |
| 580 | - name: rejected |
| 581 | algo: incremental |
| 582 | - name: Bytes |
| 583 | context: as400.http_server_bytes |
| 584 | title: HTTP Server Throughput |
| 585 | family: network/http |
| 586 | units: bytes/s |
| 587 | type: area |
| 588 | priority: 604 |
| 589 | dimensions: |
| 590 | - name: received |
| 591 | algo: incremental |
| 592 | - name: sent |
| 593 | algo: incremental |
| 594 | MessageQueue: |
| 595 | labels: |
| 596 | - library |
| 597 | - queue |
| 598 | contexts: |
| 599 | - name: Messages |
| 600 | context: as400.message_queue_messages |
| 601 | title: Message Queue Messages |
| 602 | family: queues/message |
| 603 | units: messages |
| 604 | type: stacked |
| 605 | priority: 700 |
| 606 | dimensions: |
| 607 | - name: total |
| 608 | algo: absolute |
| 609 | - name: informational |
| 610 | algo: absolute |
| 611 | - name: inquiry |
| 612 | algo: absolute |
| 613 | - name: diagnostic |
| 614 | algo: absolute |
| 615 | - name: escape |
| 616 | algo: absolute |
| 617 | - name: notify |
| 618 | algo: absolute |
| 619 | - name: sender_copy |
| 620 | algo: absolute |
| 621 | - name: Severity |
| 622 | context: as400.message_queue_severity |
| 623 | title: Message Queue Severity |
| 624 | family: queues/message |
| 625 | units: severity |
| 626 | type: line |
| 627 | priority: 701 |
| 628 | dimensions: |
| 629 | - name: max |
| 630 | algo: absolute |
| 631 | OutputQueue: |
| 632 | labels: |
| 633 | - library |
| 634 | - queue |
| 635 | - status |
| 636 | contexts: |
| 637 | - name: Files |
| 638 | context: as400.output_queue_files |
| 639 | title: Output Queue Files |
| 640 | family: queues/output |
| 641 | units: files |
| 642 | type: line |
| 643 | priority: 702 |
| 644 | dimensions: |
| 645 | - name: files |
| 646 | algo: absolute |
| 647 | - name: Writers |
| 648 | context: as400.output_queue_writers |
| 649 | title: Output Queue Writers |
| 650 | family: queues/output |
| 651 | units: writers |
| 652 | type: line |
| 653 | priority: 703 |
| 654 | dimensions: |
| 655 | - name: writers |
| 656 | algo: absolute |
| 657 | - name: Status |
| 658 | context: as400.output_queue_status |
| 659 | title: Output Queue Status |
| 660 | family: queues/output |
| 661 | units: state |
| 662 | type: line |
| 663 | priority: 704 |
| 664 | dimensions: |
| 665 | - name: released |
| 666 | algo: absolute |
| 667 | PlanCache: |
| 668 | labels: |
| 669 | - metric |
| 670 | contexts: |
| 671 | - name: Summary |
| 672 | context: as400.plan_cache_summary |
| 673 | title: Plan Cache Summary |
| 674 | family: database/cache |
| 675 | units: value |
| 676 | type: line |
| 677 | priority: 802 |
| 678 | dimensions: |
| 679 | - name: value |
| 680 | algo: absolute |
| 681 | div: 1000 |
| 682 | Observability: |
| 683 | contexts: |
| 684 | - name: QueryLatencyFast |
| 685 | context: netdata.plugin_ibm.as400_query_latency_fast |
| 686 | title: AS400 Query Latency (Fast Path) |
| 687 | family: plugins/ibm.d/latency |
| 688 | units: ms |
| 689 | type: stacked |
| 690 | priority: 146000 |
| 691 | dimensions: |
| 692 | - name: count_disks |
| 693 | algo: incremental |
| 694 | div: 1000 |
| 695 | - name: count_http_servers |
| 696 | algo: incremental |
| 697 | div: 1000 |
| 698 | - name: count_network_interfaces |
| 699 | algo: incremental |
| 700 | div: 1000 |
| 701 | - name: detect_ibmi_version_primary |
| 702 | algo: incremental |
| 703 | div: 1000 |
| 704 | - name: detect_ibmi_version_fallback |
| 705 | algo: incremental |
| 706 | div: 1000 |
| 707 | - name: disk_instances |
| 708 | algo: incremental |
| 709 | div: 1000 |
| 710 | - name: disk_instances_enhanced |
| 711 | algo: incremental |
| 712 | div: 1000 |
| 713 | - name: disk_status |
| 714 | algo: incremental |
| 715 | div: 1000 |
| 716 | - name: http_server_info |
| 717 | algo: incremental |
| 718 | div: 1000 |
| 719 | - name: job_info |
| 720 | algo: incremental |
| 721 | div: 1000 |
| 722 | - name: memory_pools |
| 723 | algo: incremental |
| 724 | div: 1000 |
| 725 | - name: network_connections |
| 726 | algo: incremental |
| 727 | div: 1000 |
| 728 | - name: network_interfaces |
| 729 | algo: incremental |
| 730 | div: 1000 |
| 731 | - name: serial_number |
| 732 | algo: incremental |
| 733 | div: 1000 |
| 734 | - name: system_name |
| 735 | algo: incremental |
| 736 | div: 1000 |
| 737 | - name: system_activity |
| 738 | algo: incremental |
| 739 | div: 1000 |
| 740 | - name: system_model |
| 741 | algo: incremental |
| 742 | div: 1000 |
| 743 | - name: system_status |
| 744 | algo: incremental |
| 745 | div: 1000 |
| 746 | - name: temp_storage_named |
| 747 | algo: incremental |
| 748 | div: 1000 |
| 749 | - name: temp_storage_total |
| 750 | algo: incremental |
| 751 | div: 1000 |
| 752 | - name: technology_refresh_level |
| 753 | algo: incremental |
| 754 | div: 1000 |
| 755 | - name: active_job |
| 756 | algo: incremental |
| 757 | div: 1000 |
| 758 | - name: QueryLatencySlow |
| 759 | context: netdata.plugin_ibm.as400_query_latency_slow |
| 760 | title: AS400 Query Latency (Slow Path) |
| 761 | family: plugins/ibm.d/latency |
| 762 | units: ms |
| 763 | type: stacked |
| 764 | priority: 146010 |
| 765 | dimensions: |
| 766 | - name: analyze_plan_cache |
| 767 | algo: incremental |
| 768 | div: 1000 |
| 769 | - name: count_subsystems |
| 770 | algo: incremental |
| 771 | div: 1000 |
| 772 | - name: subsystems |
| 773 | algo: incremental |
| 774 | div: 1000 |
| 775 | - name: message_queue_aggregates |
| 776 | algo: incremental |
| 777 | div: 1000 |
| 778 | - name: job_queues |
| 779 | algo: incremental |
| 780 | div: 1000 |
| 781 | - name: output_queue_info |
| 782 | algo: incremental |
| 783 | div: 1000 |
| 784 | - name: plan_cache_summary |
| 785 | algo: incremental |
| 786 | div: 1000 |
| 787 | - name: QueryLatencyBatch |
| 788 | context: netdata.plugin_ibm.as400_query_latency_batch |
| 789 | title: AS400 Query Latency (Batch Path) |
| 790 | family: plugins/ibm.d/latency |
| 791 | units: ms |
| 792 | type: stacked |
| 793 | priority: 146020 |
| 794 | dimensions: |
| 795 | - name: message_queue_totals |
| 796 | algo: incremental |
| 797 | div: 1000 |
| 798 | - name: job_queue_totals |
| 799 | algo: incremental |
| 800 | div: 1000 |
| 801 | - name: output_queue_totals |
| 802 | algo: incremental |
| 803 | div: 1000 |