This documentation supports releases of BMC Helix Continuous Optimization up to December 31, 2021. To view the latest version, select the version from the Product version menu.

OEM View - Database Capacity

The BMC Helix Continuous Optimization OEM View - Database Capacity page shows capacity of each database instances. It contains a summary table shows database metrics and tablespace aggregated information.

Capacity Table

The table below summarize the information that is provided by the tab, by selecting hidden columns, you can see all the provided columns:

Column NameDescriptionSource Metrics or Calculation
Database NameDatabase instance name, this is the link to the detailed database instance pageENTNAME
DB Total Allocated Size [GB]The already allocated space for data, logs and control filesDB_TOTAL_ALLOCATED_SIZE [95th]
DB Total Used Size [GB]The amount of used space within the allocated spaceDB_TOTAL_USED_SIZE [95th]
DB Total Used Size Trend[GB]Slope the amount of used space within allocated spaceSlope (DB_TOTAL_USED_SIZE)

Number of Tablespaces

Number of the tablespaces
Number of Tablespace in Good Statusnumber of the tablespaces' cpu utilization is in good status. CPU utilization is better than good thresholdCOUNT(BYDB_DATA_USED_SIZE_PCT < BYDS_DATA_USED_SIZE_GOOD_THRESHOLD)
Number of Tablespace in Warn Statusnumber of the tablespaces' cpu utilization is in warn status. CPU Utilization is in between good threshold and warn thresholdCOUNT(BYDS_DATA_USED_SIZE_WARN_THRESHOLD>BYDB_DATA_USED_SIZE_PCT >BYDS_DATA_USED_SIZE_GOOD_THRESHOLD)
Number of Tablespace in Err Statusnumber of the tablespaces' cpu utilization is in err status. CPU Utilization is larger than warn thresholdCOUNT(BYDB_DATA_USED_SIZE_PCT > BYDS_DATA_USED_SIZE_WARN_THRESHOLD)
Days to SaturationNumber of days before the tablespace utilization will breach the thresholds

This is a screenshot of the page:

Database Instance - Detail page

Database instance detail page shows detailed information and its tablespaces as sub resources.

The following charts representing some metrics from each database instance:

  • Database Space Used (DB_TOTAL_USED_SIZE)
  • Table Space Utilization (BYDS_DATA_USED_SIZE_PCT)

The Tablespaces table represents table space as each sub resources, and each column is listed as the following:

Column NameDescriptionSource Metrics or Calculation
Tablespace NameName of tablespaceBYDS_NAME
DB NameName of the database instanceDB_NAME
DS Data Allocated Size [GB]Space allocated by the datastore specified in the tablespacesBYDS_DATA_ALLOCATED_SIZE [95th]
DS Data Used Size [GB]Space used by the datastore specified in the tablespacesBYDS_DATA_USED_SIZE [95th]
DS Data Used Size % [%]Space utilization percentage for the datastore specified in theBYDS_DATA_USED_SIZE_PCT [95th]

This is a screenshot of the page:

Was this page helpful? Yes No Submitting... Thank you

Comments