| Oracle Rdb® Extension to Oracle Enterprise Manager 10g User Guide
Release 7.2.1.0 |
|
Previous |
Next |
This chapter describes the different metrics associated with an Oracle Rdb SQL/Services Server entity target.
The following topics are discussed in this chapter:
The Oracle Rdb SQL/Services Server target type is used to monitor the server component of an Oracle Rdb SQL/Services' environment.
By default, event checks are established on the server's various subcomponents. As shown on the home page, alerts may be raised on those subcomponents if failures are detected.
Oracle Rdb SQL/Services Server home web page
Five sets of metrics are collected for Oracle SQL/Services Server targets. As shown on the All Metrics web page , they are:
Oracle Rdb SQL/Services Server All Metrics web page
| Characteristic | Definition |
| Purpose | This screen shows the running/unavailable status for the SQL/Services Server. This metric is used by the Enterprise Manager to set the up/down status of the target on the Enterprise Manager home and target list pages. |
| Frequency of Collection | Every 5 minutes. |
| Web page Format | Name - Type - Value |
| Web page Example | An example of the Response web page is shown below. |
| Rdb Equivalent |
$ sqlsrv :== "$sys$system:sqlsrv_manage<VERSION>"
$ sqlsrv
connect server;
|
| Individual Metrics |
|
Oracle Rdb SQL/Services Server Response web page
| Characteristic | Definition |
| Purpose | This screen shows the basic setup information for the SQL/Services Server. |
| Frequency of Collection | Every 60 minutes. |
| Web page Format | Attribute - Value |
| Web page Example | An example of the General Information web page is shown below. |
| Rdb Equivalent |
$ sqlsrv :== "$sys$system:sqlsrv_manage<VERSION>"
$ sqlsrv
connect server;
show server;
|
| Individual Metrics |
|
Oracle Rdb SQL/Services Server General Information web page
| Characteristic | Definition |
| Purpose | This screen lists the clients/users currently connected to a service managed by the SQL/Services Server. |
| Frequency of Collection | Every 5 minutes. |
| Web page Format | Table |
| Web page Example | An example of the List of Clients web page is shown below. |
| Rdb Equivalent |
$ sqlsrv :== "$sys$system:sqlsrv_manage<VERSION>"
$ sqlsrv
connect server;
show clients;
|
| Metric Attributes |
|
Oracle Rdb SQL/Services Server List of Clients web page
| Characteristic | Definition |
| Purpose | This screen lists the dispatchers currently managed by the SQL/Services Server. |
| Frequency of Collection | Every 5 minutes. |
| Web page Format | Table |
| Web page Example | An example of the List of Dispatchers web page is shown below. |
| Rdb Equivalent |
$ sqlsrv :== "$sys$system:sqlsrv_manage<VERSION>"
$ sqlsrv
connect server;
show dispatcher;
|
| Metric Attributes |
|
Oracle Rdb SQL/Services Server List of Dispatchers web page
| Characteristic | Definition |
| Purpose | This screen lists the services currently managed by the SQL/Services Server. |
| Frequency of Collection | Every 5 minutes. |
| Web page Format | Table |
| Web page Example | An example of the List of Services web page is shown below. |
| Rdb Equivalent |
$ sqlsrv :== "$sys$system:sqlsrv_manage<VERSION>"
$ sqlsrv
connect server;
show services;
|
| Metric Attributes |
|
