Instance monitoring

Overall status summary

Check the status of all running instances, cluster management tools, and the same as the dashboard. When the users hover over each status, the users can see a list of instances with that status value in a popup.

Note

Provides the status of all running databases, including the database the users pulled down.

Status
Description

Normal

Normal operating status

Recovery

Recovering

Mount

State of connecting Tibero to the instance started in the Nomount phase to read the Control File

NoMount

Only Tibero's process is started (in the case of creating a database using the CREATE DATABASE statement)

Down

The database is not running or has been terminated

Disconnect

The connection between the database and the Agent is disconnected, or the Agent is abnormal due to other factors.

Reboot

The Agent is restarting


Instance monitoring

Note

The users can pull down multiple databases and instances to monitor at the same time.

  1. Navigate to the OwlDB console screen > Monitoring > Instance Monitoring menu.

  2. Click the DB Alias, Instance Alias drop-down buttons to pull down the databases and instances the users want to monitor.

  3. Monitor an instance.

  • The users can see the database and instance names when the users hover over the chart.

  • When monitoring multiple instances, each instance is color-coded.

Metric collection method
Description

TOTAL

A value that shows the current value as it is

DIFF

A value that shows the amount of change over the metric collection cycle

Metric
Description
Collection method

CPU Usage (%)

CPU Usage

TOTAL

Memory Usage (%)

Memory Usage

TOTAL

Active Session Count (CNT)

Number of active sessions

TOTAL

Total Session Count (CNT)

Number of all sessions connected to the DB

TOTAL

Logical Reads (CNT)

Number of times data was read from the DB buffer cache

DIFF

Physical Reads (CNT)

Number of times data was read from disk reads from disk

DIFF

Buffer Cache Hit (%)

Ratio of Logical Reads to Physical Reads

TOTAL

Execute Count (CNT)

Number of SQL statements executed on the DB

DIFF

Hard Parse Count (CNT)

Number of times when a SQL statement was executed, it was executed all the way through without being found in the cache and executed

DIFF

Redo Entries (CNT)

Number of REDO records created in the DB

DIFF


Auto-refresh

For real-time updates of the monitoring screen, an automatic refresh function is supported. Click the ⚙️ icon in the upper left corner to set the refresh cycle.

Last updated