Teams that support Db2, consisting of System Programmers, Database Administrators, and other mainframe subject matter experts, often struggle with manual, time-consuming processes like monitoring performance and generating reports. Traditionally, if you want Db2 performance data, you could find this data in SYSVIEW for Db2 through a 3270 terminal. However, that can make it hard to interpret and share the data. Alternatively, you can export the data into a spreadsheet, but this manual process often involves multiple steps:
- Run SQL Commands.
- Export to CSV.
- Import to Excel for formatting and pivot charts.
- Manually distribute the resulting reports.
Labor-intensive processes consume the time and resources of highly skilled personnel, limit their analysis capabilities, and only provide static reports with limited insights and delayed problem detection. Consequently, teams are often overwhelmed by data and operate reactively, lacking actionable insights to prevent issues.
Display Db2 performance data from SYSVIEW on custom Grafana dashboards using Prometheus outside the mainframe environment.
On platform, SYSVIEW for Db2 data collectors provide Db2 metrics to the DBM Data Service. This REST API server feeds the performance data to the outside world.
Off platform, Prometheus retrieves and stores Db2 metrics, with Grafana then visualizing the collected Db2 statistics.
SYSVIEW for Db2 provides integration with Prometheus through the Database Management Solutions for Db2 (DBM) Data Service REST API endpoint with the option to use API Mediation Layer, and finally display dashboards in Grafana.
- Install and configure Prometheus to scrape and store the SYSVIEW for Db2 data.
- Prometheus scrapes the SYSVIEW for Db2 data using the DBM Data Service REST API endpoint.
- Install and configure Grafana to integrate with Prometheus.
- Visualize data from Prometheus using Grafana and one of our 12 sample dashboards.
- Modify the sample Grafana dashboards or build your own visualizations, charts, and required dashboards to perform effective analysis.
- Onboard the Zowe-conformant DBM Data Service REST API to the Zowe API Mediation Layer to secure communication to Prometheus.