The Objects Activity Analysis Dashboard¶
The Objects Activity Analysis dashboard provides an overview of the size and activity of the objects that reside within the selected database.
Object Activity Analysis dashboard¶
Use parameters on the PEM Server Configurations dialog to specify the auto-refresh rate for the dashboard. To access the Server Configuration dialog, select Server Configuration... from the PEM web interface Management menu.
The Objects Activity Analysis dashboard header displays the date and time that the server started, the date and time that the Object Activity Analysis dashboard was last updated, and the number of alerts currently triggered for the specified database (and monitored objects that reside within that database).
The bar graphs in the Size Overview section plot the comparative sizes of the 5 largest tables and indexes that reside within the selected database:
The
Top 5 Largest Tablesbar graph represents the comparative sizes of the 5 largest tables that reside in the database; a vertical key displays the table size in megabytes.The
Top 5 Largest Indexesbar graph represents the comparative sizes of the 5 largest indexes that reside in the database; a vertical key displays the index size in megabytes.
The Objects Activity table provides a detailed analysis of the activity for each table that resides within the database. Click a column heading to sort the table by the values within the column; click again to reverse the sort order.
The
Schemacolumn identifies the schema in which the specified table resides.The
Table Namecolumn identifies the name of the table.The
Scanscolumn displays the number of scans performed on the table.The
Rows Readcolumn displays the number of rows read from the specified table.The
Index Scanscolumn displays the number of index scans performed on the specified table.The
Index Rows Readcolumn displays the number of rows read during index scans on the specified table.The
Rows Insertedcolumn displays the number of rows inserted into the specified table.The
Rows Updatedcolumn displays the number of rows updated in the specified table.The
Rows Deletedcolumn displays the number of rows deleted from the specified table.The
Hot Rows Updatedcolumn displays the number of hot row updates into the table; when a hot row update occurs, the new row occupies the same page as the previous row.The
Total Rowscolumn displays the number of total rows in the table.The
Dead Rowscolumn displays the number of rows that have been deleted, but have not been reclaimed via a VACUUM command or the AUTOVACUUM process.
The Objects Storage table displays the schema objects that reside in the selected database. Click a column heading to sort the table data by the values within that column; click again to reverse the sort order.
Object Storage table¶
The
Schemacolumn identifies the schema in which the object resides.The
Objectcolumn identifies the name of the schema object.The
Object Typecolumn identifies the type of schema object (Table or Index).The
Table Sizecolumn lists the size of the table in megabytes (if applicable).The
Index Sizecolumn lists the size of the index (or associated index) in megabytes (if applicable).The
Total (MB)column lists the cumulative size (in megabytes) of the specified table and/or indexes and associated TOAST tables.