Oracle® On Track Communication Analytics Guide Release 1 (1.0) Part Number E20960-01 |
|
|
View PDF |
This chapter describes the method to access the system information of the Oracle On Track Communication server.
The Oracle On Track Communications server provides a wealth of dynamic and historical system information about the health and status of the server.
Developers or system administrators can access Oracle On Track system information to verify the Oracle On Track server usage and resource status.
The Oracle On Track system information can be accessed using Java Management Extensions (JMX).
This section describes and provides some examples on how to use JMX for Oracle On Track.
You can use a JMX client to connect to the Oracle On Track domain and access the MBean data available in the domain to retrieve system information.
Note:
To be able to acces the MBean data, the JMX client must works with WLS 10.3.x .This example shows how to get the Statistics MBean Object list using the WebLogic Scripting Tool(WLST).
wls:/offline> connect();Please enter your username [weblogic] :Please enter your password [welcome1] :Please enter your server URL [t3://localhost:7001] :Connecting to t3://localhost:7001 with userid weblogic ...Successfully connected to Admin Server 'AdminServer' that belongs to domain 'ot_domain'.Warning: An insecure protocol was used to connect to the server. To ensure on-the-wire security, the SSL port or Admin port should be used instead.wls:/ot_domain/serverConfig> custom();wls:/ot_domain/custom> cd ('OnTrack(1.0.0.0).Statistics');wls:/ot_domain/custom/OnTrack(1.0.0.0).Statistics>ls();….drw- OnTrack(1.0.0.0).Statistics:type=SystemStatisticsdrw- OnTrack(1.0.0.0).Statistics:type=UserStatistics…..
Note:
Rhis example only list two MBean obkects, SystemStatistics and UserStatistics. To see a complete list of the available Statistics MBean objects, refert to Appendix B.The following is an example that displays UserStatistics information using the WebLogic Scripting Tool(WLST).
wls:/offline> connect();Please enter your username [weblogic] :Please enter your password [welcome1] :Please enter your server URL [t3://localhost:7001] :Connecting to t3://localhost:7001 with userid weblogic ...Successfully connected to Admin Server 'AdminServer' that belongs to domain 'ot_domain'.Warning: An insecure protocol was used to connect to the server. To ensure on-the-wire security, the SSL port or Admin port should be used instead.wls:/ot_domain/serverConfig> custom();wls:/ot_domain/custom> cd ('OnTrack(1.0.0.0).Statistics');cd ('OnTrack(1.0.0.0).Statistics:type=UserStatistics');wls:/ot_domain/custom/OnTrack(1.0.0.0).Statistics/OnTrack(1.0.0.0).Statistics:type=UserStatistics> ls();-r-- DisabledUsers 0-r-- EnabledUsers 8-r-- NonverifiedUsers 0