Hitachi

JP1 Version 12 JP1/Performance Management - Agent Option for Oracle Description, User's Guide and Reference


Library Cache Interval (PI_PILC)

Organization of this page

Function

The Library Cache Interval (PI_PILC) record stores performance data, taken at specific intervals, about the library cache. PFM - Agent for Oracle creates one record for each library cache. This is a multi-instance record.

Default and changeable values

Item

Default value

Changeable

Collection Interval

300

Y

Collection Offset

25

Y

Log

No

Y

LOGIF

(Blank)

Y

Over 10 Sec Collection Time

No

N

ODBC key fields

PI_PILC_NAMESPACE

Lifetime

From the creation to the deletion of an Oracle instance

Record size

Fields

PFM - View name

(PFM - Manager name)

Description

Summary

Format

Delta

Supported version

Data source

Get Hit %

(GET_HIT_PERCENTAGE)

Ratio (as a percent) of the value of the Get Hits field to the value of the Gets field during the interval#2

AVG

double

No

All

(V$LIBRARYCACHE.GETHITS / V$LIBRARYCACHE.GETS) * 100

Get Hits

(GET_HITS)

Number of times the handle was already in cache during the interval#2

AVG

double

Yes

All

V$LIBRARYCACHE.GETHITS

Gets

(GETS)

Number of times the system requested handle to a library object in this namespace during the interval#2

AVG

double

Yes

All

V$LIBRARYCACHE.GETS

Invalidations

(INVALIDATIONS)

Number of times a nonpermane nt library object (such as a shared SQL area) was invalid#2

AVG

double

Yes

All

V$LIBRARYCACHE.INVALIDATIONS

Miss %

(MISS_PERCENTAGE)

Ratio (as a percent) of the number of reloads to the number of acquisition requests to objects in the library cache issued by the system#2

AVG

double

No

All

(V$LIBRARYCACHE.RELOADS / V$LIBRARYCASHE.PINS) * 100

Namespace

(NAMESPACE)

Namespace in the library cache#1

COPY

string(15)

No

All

V$LIBRARYCACHE.NAMESPACE

Pin Hit %

(PIN_HIT_PERCENTAGE)

Ratio (as a percent) of the value of the Pin Hits field to the value of the Pins field during the interval#2

AVG

double

No

All

(V$LIBRARYCACHE.PINHITS / V$LIBRARYCACHE.PINS) * 100

Pin Hits

(PIN_HITS)

Number of times the object accessed by the system was already in cache and initialized during the interval#2

AVG

double

Yes

All

V$LIBRARYCACHE.PINHITS

Pins

(PINS)

Number of times the system issued an acquisition request to an object in cache to access it during the interval#2

AVG

double

Yes

All

V$LIBRARYCACHE.PINS

Record Time

(RECORD_TIME)

Collection termination time for the performance data stored in the record#1

COPY

time_t

No

All

Agent Collector

Record Type

(INPUT_RECORD_TYPE)

Record name (always PILC)#1

COPY

string(4)

No

All

Agent Collector

Reloads

(RELOADS)

Number of times the system needed to reinitialize a library object and load data because it had not been used recently or was invalid during the interval#2

AVG

double

Yes

All

V$LIBRARYCACHE.RELOADS

Start Time

(START_TIME)

Collection start time for the performance data stored in the record#1

COPY

time_t

No

All

Agent Collector