Hitachi

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


Dispatcher (PD_PDDS)

Organization of this page

Function

The Dispatcher (PD_PDDS) record stores performance data indicating the status of dispatcher processes at a specific point in time. To collect this record, you must have a multi-thread server (MTS) configuration.

PFM - Agent for Oracle creates one record for each dispatcher in an instance. This is a multi-instance record.

Default and changeable values

Item

Default value

Changeable

Collection Interval

300

Y

Collection Offset

45

Y

Log

No

Y

LOGIF

(Blank)

Y

Over 10 Sec Collection Time

No

N

ODBC key fields

PD_PDDS_NAME

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

Accept

(ACCEPT)

If the dispatcher accepts a new connection, the value of this field is YES, otherwise the value is NO.

--

string(3)

No

All

V$DISPATCHER.ACCEPT

Breaks

(BREAKS)

Number of breaks (pauses) in this connection

--

double

No

All

V$DISPATCHER.BREAKS

Busy

(BUSY)

Dispatcher's total busy time in hundredths of a second

--

double

No

All

V$DISPATCHER.BUSY

Busy %

(PERCENT_BUSY)

Percentage of time the dispatcher was busy

--

double

No

All

(V$DISPATCHER.BUSY / (V$DISPATCHER.BUSY + V$DISPATCHER.IDLE)) * 100

Bytes

(BYTES)

Size of message processed by the dispatcher in bytes

--

double

No

All

V$DISPATCHER.BYTES

Created

(CREATED)

Number of circuits created by the dispatcher

--

ulong

No

All

V$DISPATCHER.CREATED

Idle

(IDLE)

Dispatcher's idle time in hundredths of a second

--

double

No

All

V$DISPATCHER.IDLE

Idle %

(PERCENT_IDLE)

Percentage of time the dispatcher was in idle status

--

double

No

All

(V$DISPATCHER.IDLE / (V$DISPATCHER.BUSY + V$DISPATCHER.IDLE)) * 100

Listener

(LISTENER)

Most recent Oracle error number the dispatcher received from listener

--

long

No

All

V$DISPATCHER.LISTENER

Messages

(MESSAGES)

Number of messages processed by the dispatcher

--

double

No

All

V$DISPATCHER.MESSAGES

Network

(NETWORK)

Network protocols supported by the dispatcher (such as TCP or DECNET)

--

string(128)

No

All

V$DISPATCHER.NETWORK

Oracle PID

(PID)

Dispatcher process's Oracle process ID

--

ulong

No

All

V$PROCESS.PID where V$DISPATCHER.PADDR = V$PROCESS.ADDR

Owned

(OWNED)

Number of circuits owned by the dispatcher

--

ulong

No

All

V$DISPATCHER.OWNED

Process Name

(NAME)

Name of dispatcher process

--

string(5)

No

All

V$DISPATCHER.NAME

Record Time

(RECORD_TIME)

Collection termination time for the performance data stored in the record

--

time_t

No

All

Agent Collector

Record Type

(INPUT_RECORD_TYPE)

Record name (always PDDS)

--

string(4)

No

All

Agent Collector

Start Time

(START_TIME)

Collection start time for the performance data stored in the record

--

time_t

No

All

Agent Collector

Status

(STATUS)

Dispatcher status:

WAIT: Idle

SEND: Sending a message connection

RECEIVE: Receiving a message

CONNECT: Establishing connection

DISCONNECT: Processing a disconnection request

BREAK: Engaged in break processing

OUTBOUND: Establishing outbound connection

TERMINATE: Under termination processing

ACCEPT: Accepting connection (no available information)

REFUSE: Refusing connection (no available information)

--

string(16)

No

All

V$DISPATCHER.STATUS