DBAmon |
Home |
Index/DBAmon Doc. |
|
The repository is used to store historical data about the DB/Application instances that DBAmon monitors. The data is collected from the instance being monitored using a once per day sampling method. The first DBAmon iteration every calendar day for each instance will sample the measures being collected and will store this data once per day in the repository table dbamon.history.
As new measures are added to DBAmon, this page will be updated with the new data format.
Column Name Null? Type ------------------------------ -------- ---- DBAMONMODE NOT NULL VARCHAR2(8) INSTANCE NOT NULL VARCHAR2(32) SYSTEM NOT NULL VARCHAR2(32) DBMS NOT NULL VARCHAR2(16) CATEGORY NOT NULL VARCHAR2(3) PARM NOT NULL VARCHAR2(32) VALUE NOT NULL NUMBER(15,2) VALUE2 NUMBER(15,2) TS DATE ZDATE CHAR(10)
CATEGORY Value | CATEGORY Desc. | PARM | VALUE | VALUE2 |
---|---|---|---|---|
PER | Oracle Performance - Shared Pool Data Buffer Hit Ratio | bufhitratio | (Hit Ratio 0-100) | (N/A) |
PER | Oracle Performance - Shared Pool Dictionary Cache Hit Ratio | dicthitratio | (Hit Ratio 0-100) | (N/A) |
PER | Oracle Performance - Shared Pool Library Cache Hit Ratio | libhitratio | (Hit Ratio 0-100) | (N/A) |
SPC | Space Utilization | Oracle: Tablespace Name Informix: DBSpace Name MSSQL: Database Name | (MB Allocated) | (MB Used) |
STA | Oracle Statistics - Concurrent Sessions High Water Mark | sessionshwm | (Session Count) | (N/A) |
00 06 * * * /opt/dbamon/bin/dbamon_ora_histread.pl > /opt/dbamon/log/dbamon_ora_histread.log 2>&1By default, this program will rcp a file called dbamon_ora_histread.txt to the server whose name you must hard code at the start of the program.