Oracle 11gR1
V$DISPATCHER_RATE
displays rate statistics for a number of activities performed by the dispatcher processes. Collected samples have an activity-specific "time-to-live" (TTL_*
columns). Statistics are reported over the following two types of time intervals:
· Current statistics (CUR_
columns)
Current statistics use samples collected over the most recent time-to-live interval.
· Historical statistics (AVG_
and most of the MAX_
columns)
Historical statistics make use of all samples that are no longer current.
At the time of collection, a sample is current. After the time-to-live has elapsed, the sample becomes historical. Each type of activity has a specific scale (represented by the SCALE_*
columns) at which the statistics are reported.
Column | Datatype | Description |
|
| Name of the dispatcher process |
|
| Address of the dispatcher process |
|
| Rate at which the dispatcher has been iterating through its dispatching loop, reported over the past |
|
| Rate at which the dispatcher has been processing dispatcher events, reported over the past |
|
| Average number of events the dispatcher has been processing in each iteration through its dispatching loop, reported over the past |
|
| Rate at which the dispatcher has been relaying messages between clients and shared servers, reported over the past |
|
| Rate at which the dispatcher has been relaying buffers to shared servers, reported over the past |
|
| Rate at which the dispatcher has been relaying data to shared servers, reported over the past |
|
| Average number of data types in each buffer relayed to shared servers, reported over the past |
|
| Rate at which the dispatcher has been relaying buffers to clients, reported over the past |
|
| Rate at which the dispatcher has been relaying data to clients, reported over the past |
|
| Average number of data bytes in each buffer relayed to clients, reported over the past |
|
| Rate at which the dispatcher has been relaying buffers to either clients or shared servers, reported over the past |
|
| Rate at which the dispatcher has been relaying data to either clients or shared servers, reported over the past |
|
| Average number of data bytes in each buffer relayed to either clients or shared servers, reported over the past |
|
| Rate at which the dispatcher has been accepting incoming client connections, reported over the past |
|
| Rate at which the dispatcher has been establishing outbound connections, reported over the past |
|
| In a connection pooling setup, the rate at which clients have been reconnecting to the dispatcher, reported over the past |
|
| Maximum rate at which the dispatcher has ever iterated through its dispatching loop, reported in iterations/ |
|
| Maximum rate at which the dispatcher has ever processed dispatcher events, reported in events/ |
|
| Maximum number of events the dispatcher has ever processed in one iteration through its dispatching loop, reported in events/iteration, over the dispatcher's lifetime |
|
| Maximum rate at which the dispatcher has ever relayed messages between clients and shared servers, reported in messages/ |
|
| Maximum rate at which the dispatcher has ever relayed buffers to shared servers, reported in buffers/ |
|
| Maximum rate at which the dispatcher has ever relayed data to shared servers, reported in bytes/ |
|
| Maximum number of data bytes the dispatcher has ever relayed in one buffer to a client, reported in bytes/buffer, over the dispatcher's lifetime |
|
| Maximum rate at which the dispatcher has ever relayed buffers to either clients or shared servers, reported in buffers/ |
|
| Maximum rate at which the dispatcher has ever relayed buffers to clients, reported in bytes/ |
|
| Maximum number of data bytes the dispatcher has ever relayed in one buffer to a client, reported in bytes/buffer, over the dispatcher's lifetime |
|
| Maximum rate at which the dispatcher has ever relayed buffers to either clients or shared servers, reported in buffers/ |
|
| Maximum rate at which the dispatcher has ever relayed data to either clients or shared servers, reported in bytes/ |
|
| Maximum number of data bytes the dispatcher has ever relayed in one buffer to either a client or a shared server, reported in bytes/buffer, over the dispatcher's lifetime |
|
| Maximum rate at which the dispatcher has ever accepted incoming client connections, reported in connections/ |
|
| Maximum rate at which the dispatcher has ever established outbound connections, reported in connections/ |
|
| In a connection pooling setup, the maximum rate at which clients have ever reconnected to this dispatcher, reported in reconnections/ |
|
| Historical average rate at which the dispatcher has iterated through its dispatching loop, reported in iterations/ |
|
| Historical average rate at which the dispatcher has processed dispatcher events, reported in events/ |
|
| Historical average number of events the dispatcher has processed in one iteration through its dispatching loop, reported in events/iteration, over the dispatcher's lifetime excluding the past |
|
| Historical average rate at which the dispatcher has relayed messages between clients and shared servers, reported in messages/ |
|
| Historical average rate at which the dispatcher has relayed buffers to shared servers, reported in buffers/ |
|
| Historical average rate at which the dispatcher has relayed data to shared servers, reported in bytes/ |
|
| Historical average number of data bytes per buffer the dispatcher has relayed to shared servers, reported in bytes/buffer, over the dispatcher's lifetime excluding the past |
|
| Historical average rate at which the dispatcher has relayed buffers to clients, reported in buffers/ |
|
| Historical average rate at which the dispatcher has relayed data to clients, reported in bytes/ |
|
| Historical average number of data bytes per buffer the dispatcher has relayed to clients, reported in bytes/buffer, over the dispatcher's lifetime excluding the past |
|
| Historical average rate at which the dispatcher has relayed buffers to either clients or shared servers, reported in buffers/ |
|
| Historical average rate at which the dispatcher has relayed data to either clients or shared servers, reported in bytes/ |
|
| Historical average number of data bytes per buffer the dispatcher has relayed to either clients or shared servers, reported in bytes/buffer, over the dispatcher's lifetime excluding the past |
|
| Historical average rate at which the dispatcher has accepted incoming client connections, reported in connections/ |
|
| Historical average rate at which the dispatcher has established outbound connections, reported in connections/ |
|
| In a connection pooling setup, the historical average rate at which clients have reconnected to this dispatcher, reported in reconnections/ |
|
| Time-to-live for "loops" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "messages" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "buffers to servers" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "buffers to clients" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "buffers to clients/servers" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "inbound connections" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "outbound connections" samples, reported in hundredths of a second. Default is |
|
| Time-to-live for "reconnections" samples, reported in hundredths of a second. Default is |
|
| Scale for "loops" statistics, reported in hundredths of a second. Default is |
|
| Scale for "messages" statistics, reported in hundredths of a second. Default is |
|
| Scale for "buffers to servers" statistics, reported in hundredths of a second. Default is |
|
| Scale for "buffers to clients" statistics, reported in hundredths of a second. Default is |
|
| Scale for "buffers to clients/servers" statistics, reported in hundredths of a second. Default is |
|
| Scale for "inbound connections" statistics, reported in hundredths of a second. Default is |
|
| Scale for "outbound connections" statistics, reported in hundredths of a second. Default is |
|
| Scale for "reconnections" statistics, reported in hundredths of a second. Default is |
Note:
1. Monitor the following views to determine the load on the dispatcher processes:
- V$QUEUE
- V$DISPATCHER
- V$DISPATCHER_RATE
2. The following views are useful for obtaining information about shared server configuration and for monitoring performance.
View | Description |
| Provides information on the dispatcher processes, including name, network address, status, various usage statistics, and index number. |
| Provides configuration information about the dispatchers. |
| Provides rate statistics for the dispatcher processes. |
| Contains information on the shared server message queues. |
| Contains information on the shared servers. |
| Contains information about virtual circuits, which are user connections to the database through dispatchers and servers. |
| Contains information for tuning shared server. |
| Contains size information about various system global area (SGA) groups. May be useful when tuning shared server. |
| Contains detailed statistical information about the SGA, useful for tuning. |
| Lists statistics to help tune the reserved pool and space within the shared pool. |
No comments:
Post a Comment