SAP ABAP Class /SDF/CL_DB6_HARDWARE_INFO (database hardware information collection)
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_HARDWARE_INFO  
Short Description database hardware information collection    
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 20120116   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SDF/CL_DB6_HARDWARE_INFO has no forward declaration.
Interfaces
Class /SDF/CL_DB6_HARDWARE_INFO has no interface implemented.
Friends
Class /SDF/CL_DB6_HARDWARE_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BASIS_RL Instance attribute Public See coding 20120117
2 BASIS_SP Instance attribute Public See coding 20120117
3 CONNECTION Instance attribute Public Type reference (TYPE) DBCON_NAME Logical name for a database connection 20120116
4 DB_FIXPACK Instance attribute Public Type reference (TYPE) I 20120116
5 DB_RELEASE Instance attribute Public Type reference (TYPE) C 20120116
6 T_MEM_INFO Instance attribute Public Type reference (TYPE) T_MEM 20120116
7 T_RSRC_INFO Instance attribute Public Type reference (TYPE) T_RSRC 20120116
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120116
2 GET_MEMORY_INFO Instance method Public Method Get Memory Info 20120116
3 GET_RESOURCE_INFO Instance method Public Method Get Resource Info 20120116
4 SET_CONNECTION_NAME Instance method Public Method set connection name 20120116
Events
Class /SDF/CL_DB6_HARDWARE_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_COLUMN Public See coding 20120116 BEGIN OF s_column, colname(128) TYPE c, typename(128) TYPE c, length TYPE i, END OF s_column
2 S_MEM Public See coding 20120116 BEGIN OF s_mem, collect_mode(1) TYPE c, memory_cfg_size(8) TYPE p DECIMALS 0, memory_cur_size(8) TYPE p DECIMALS 0, memory_cur_size_dlt(8) TYPE p DECIMALS 0, memory_hwm_size(8) TYPE p DECIMALS 0, real_host_name(60) TYPE c, time_period TYPE i, snapshot_timestamp(26) TYPE c, memory_level(16) TYPE c, memory_group(32) TYPE c, memory_pool(32) TYPE c, dbpartitionnum(4) TYPE p DECIMALS 0, END OF s_mem
3 S_RSRC Public See coding 20120116 BEGIN OF s_rsrc, collect_mode(1) TYPE c, cpu_configured(8) TYPE p DECIMALS 0, cpu_cores_per_socket(8) TYPE p DECIMALS 0, cpu_load_long(10) TYPE p DECIMALS 0, cpu_online(8) TYPE p DECIMALS 0, cpu_speed(8) TYPE p DECIMALS 0, cpu_total(8) TYPE p DECIMALS 0, cpu_usage_total(2) TYPE p DECIMALS 0, machine_type(40) TYPE c, memory_free(8) TYPE p DECIMALS 0, memory_swap_free(8) TYPE p DECIMALS 0, memory_swap_total(8) TYPE p DECIMALS 0, memory_total(8) TYPE p DECIMALS 0, os_level(10) TYPE c, os_name(20) TYPE c, os_release(20) TYPE c, os_version(10) TYPE c, time_period TYPE i, snapshot_timestamp(26) TYPE c, host_name(60) TYPE c, dbpartitionnum(4) TYPE p DECIMALS 0, cpu_load_medium(10) TYPE p DECIMALS 0, cpu_load_short(10) TYPE p DECIMALS 0, cpu_timebase(8) TYPE p DECIMALS 0, virtual_mem_free(8) TYPE p DECIMALS 0, virtual_mem_total(8) TYPE p DECIMALS 0, END OF s_rsrc
4 T_COLUMN Public See coding 20120116 t_column TYPE TABLE OF s_column
5 T_MEM Public See coding 20120116 t_mem TYPE TABLE OF s_mem
6 T_RSRC Public See coding 20120116 t_rsrc TYPE TABLE OF s_rsrc
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /SDF/CL_DB6_HARDWARE_INFO has no parameter.
Method CONSTRUCTOR on class /SDF/CL_DB6_HARDWARE_INFO has no exception.

Method GET_MEMORY_INFO Signature

Method GET_MEMORY_INFO on class /SDF/CL_DB6_HARDWARE_INFO has no parameter.
Method GET_MEMORY_INFO on class /SDF/CL_DB6_HARDWARE_INFO has no exception.

Method GET_RESOURCE_INFO Signature

Method GET_RESOURCE_INFO on class /SDF/CL_DB6_HARDWARE_INFO has no parameter.
Method GET_RESOURCE_INFO on class /SDF/CL_DB6_HARDWARE_INFO has no exception.

Method SET_CONNECTION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONNECTION Call by reference Type reference (TYPE) DBCON-CON_NAME Logical name for a database connection 20120116

Method SET_CONNECTION_NAME on class /SDF/CL_DB6_HARDWARE_INFO has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2008_1_700