SAP ABAP Class /SDF/CL_DB6_MON (Monitoring Class)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/SDF/DB6_INFR_7X (Package) Data Collectors for DB6 - OO
⤷
⤷
Properties
| Class | /SDF/CL_DB6_MON | |
| Short Description | Monitoring Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SDF/DB6_INFR_7X | Data Collectors for DB6 - OO |
| Created | 20110914 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SDF/CL_DB6_MON has no forward declaration.
Interfaces
Class /SDF/CL_DB6_MON has no interface implemented.
Friends
Class /SDF/CL_DB6_MON has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | See coding | 20110920 | |||||
| 2 | Instance attribute | Public | See coding | 20110920 | |||||
| 3 | Instance attribute | Public | Type reference (TYPE) | DBCON-CON_NAME | Logical name for a database connection | 20110914 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | I | 20110914 | ||||
| 5 | Instance attribute | Public | See coding | 20110914 | |||||
| 6 | Instance attribute | Public | Type reference (TYPE) | SY-UZEIT | Current Time of Application Server | 20120201 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | DB6PM_SD-PARTITN | DB6: partition number | 20120201 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | DB6PMHT_HD-STATTYPE | DB6: Type of statistics (D=daily,W=weekly,M=monthly) | 20120201 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | SY-UZEIT | Current Time of Application Server | 20120201 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | _T_DB6PMHSD_NEW | 20120201 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | _T_DB6PMHSD_OLD | 20120201 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | DB6PM_SD | DB6: Database Performance History Display | 20120201 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | _T_DBH_SNAP_NETSTATS | 20110916 | ||||
| 14 | Instance attribute | Public | Type reference (TYPE) | _T_ENV_INFO | 20110914 | ||||
| 15 | Instance attribute | Public | Type reference (TYPE) | _T_MON_GET_CONTAINER | Collect tablespace container metrics | 20110914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110914 | ||
| 2 | Instance method | Public | Method | Execute relevant methods | 20110914 | |
| 3 | Instance method | Public | Method | Collect Network Statistics | 20110916 | |
| 4 | Instance method | Public | Method | Collect Container level info | 20110914 | |
| 5 | Instance method | Public | Method | Get DB2 environment info | 20110914 | |
| 6 | Instance method | Public | Method | Set sytem connection | 20110914 |
Events
Class /SDF/CL_DB6_MON has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | _S_DB6PMHSD_NEW | Public | Type reference (TYPE) | /SDF/DB6_PMHSD_NEW | ST-PI: DB6: Database Performance Statistics History (New) | 20120201 | |
| 2 | _S_DB6PMHSD_OLD | Public | Type reference (TYPE) | /SDF/DB6_PMHSD_OLD | ST-PI: DB6: Database Performance Statistics History (Old) | 20120201 | |
| 3 | _S_DBH_SNAP_NETSTATS | Public | See coding | DB6 Network Statistics | 20110916 | BEGIN OF _s_dbh_snap_netstats,
sapsid(10) TYPE c,
member TYPE i,
appserver(256) TYPE c,
applname(256) TYPE c,
pid TYPE i,
appl_id(256) TYPE c,
start_timestamp(26) TYPE c,
time_period TYPE i,
round_trips(12) TYPE p DECIMALS 0,
network_time(12) TYPE p DECIMALS 0,
bytes_sent(12) TYPE p DECIMALS 0,
bytes_received(12) TYPE p DECIMALS 0,
server_time(12) TYPE p DECIMALS 0,
END OF _s_dbh_snap_netstats
|
|
| 4 | _S_ENV_INFO | Public | See coding | 20110914 | BEGIN OF _s_env_info,
num_dbpartitions TYPE i,
inst_name TYPE c LENGTH 128,
inst_ptr_size TYPE i,
service_level TYPE c LENGTH 128,
bld_level TYPE c LENGTH 128,
ptf TYPE c LENGTH 128,
fixpack_num TYPE i,
END OF _s_env_info
|
||
| 5 | _S_ERRORS | Public | See coding | 20110914 | BEGIN OF _s_errors, " for error handling
sql_code TYPE i,
sql_msg(250) TYPE c,
END OF _s_errors
|
||
| 6 | _S_MON_GET_CONTAINER | Public | Type reference (TYPE) | /SDF/DB6_700_MON_CONTAINER_N | Collect tablespace container metrics | 20110914 | |
| 7 | _T_DB6PMHSD_NEW | Public | See coding | 20120201 | _t_db6pmhsd_new TYPE STANDARD TABLE OF /sdf/db6_pmhsd_new
|
||
| 8 | _T_DB6PMHSD_OLD | Public | See coding | 20120201 | _t_db6pmhsd_old TYPE STANDARD TABLE OF /sdf/db6_pmhsd_old
|
||
| 9 | _T_DBH_SNAP_NETSTATS | Public | See coding | 20110916 | _t_dbh_snap_netstats TYPE STANDARD TABLE OF _s_dbh_snap_netstats
|
||
| 10 | _T_ENV_INFO | Public | See coding | 20110914 | _t_env_info TYPE STANDARD TABLE OF _s_env_info
|
||
| 11 | _T_ERRORS | Public | See coding | 20110914 | _t_errors TYPE STANDARD TABLE OF _s_errors
|
||
| 12 | _T_MON_GET_CONTAINER | Public | See coding | 20110915 | _t_mon_get_container
TYPE STANDARD TABLE OF /sdf/db6_700_mon_container_n
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /SDF/CL_DB6_MON has no parameter.
Method CONSTRUCTOR on class /SDF/CL_DB6_MON has no exception.
Method EXECUTE_METHODS Signature
Method EXECUTE_METHODS on class /SDF/CL_DB6_MON has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110914 | |||
| 2 | 20110914 |
Method GET_DBH_SNAP_NETSTATS Signature
Method GET_DBH_SNAP_NETSTATS on class /SDF/CL_DB6_MON has no parameter.
Method GET_DBH_SNAP_NETSTATS on class /SDF/CL_DB6_MON has no exception.
Method GET_MON_GET_CONTAINER Signature
Method GET_MON_GET_CONTAINER on class /SDF/CL_DB6_MON has no parameter.
Method GET_MON_GET_CONTAINER on class /SDF/CL_DB6_MON has no exception.
Method RETRIEVE_ENV_INFO Signature
Method RETRIEVE_ENV_INFO on class /SDF/CL_DB6_MON has no parameter.
Method RETRIEVE_ENV_INFO on class /SDF/CL_DB6_MON has no exception.
Method SET_CONNECTION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONNAME | Call by reference | Type reference (TYPE) | DBCON-CON_NAME | Logical name for a database connection | 20110914 |
Method SET_CONNECTION_NAME on class /SDF/CL_DB6_MON has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2008_1_700 |