Accessing SMF data
Use SMF virtual tables to get SQL access to data in System Management Files (SMF).
About this task
When accessing data in SMF files, you use predefined virtual columns that are defined in the SMF virtual table map.
When using SMF log
streams, you can use the following virtual columns to retrieve timestamp values:
To get SQL access to SMF data, complete the procedure that follows.- LS_TIMESTAMP
- Timestamp for log stream in GMT. When used in a WHERE predicate, the timestamp is searched in GMT.
- LS_TIMESTAMP_LOCAL
- Timestamp for log stream in local time zone. When used in a WHERE predicate, the timestamp is searched as local time.