Using Jconsole; Jvm Level - Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual

Hide thumbs Also See for GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

TABLE 18–32
Command
get -m
list -m
get -m
The following table shows the command, dotted name, and corresponding output for the JVM
level.
TABLE 18–33
Command
list -m
get -m

Using JConsole

This section contains the following topics:
"Securing JConsole to Application Server Connection" on page 210
"Prerequisites for Connecting JConsole to Application Server" on page 211
"Connecting JConsole to Application Server" on page 211
"Connecting JConsole Securely to Application Server" on page 212
Administration (management and monitoring) of the Enterprise Server is based on JMX
Technology. This means that the managed components are represented as MBeans in the
MBeanServer running in the Enterprise Server's JVM.
Java SE 5 enhances management and monitoring of the JVM by including a Platform MBean
Server and by including MBeans to configure the JVM. Enterprise Server leverages these
enhancements and registers its MBeans with the Platform MBean Server. Thus a JMX
Connector Client gets a unified view of JVM MBeans as well as Enterprise Server MBeans.
Chapter 18 • Monitoring Components and Services
ORB Level
(Continued)
Dotted Name
server.orb.connection-managers.*
server.orb.connection-managers.
orb\.Connections\.Inbound\
.AcceptedConnections
server.orb.connection-managers.
orb\.Connections\.Inbound\
.AcceptedConnections.*

JVM Level

Dotted Name
server.jvm
server.jvm.*
Using JConsole
Output
No output except message saying there are no
attributes at this node.
No attributes, but a message saying "Use get
command with the --monitor option to view
this node's attributes and values. "
List of attributes and values corresponding to
ORB Connection Manager attributes as
described in
Table
18–13.
Output
No attributes, but a message
saying "Use get command with
the --monitor option to view this
node's attributes and values. "
List of attributes and values
corresponding to JVM attributes
as described in
Table
18–16.
209

Advertisement

Table of Contents
loading

Table of Contents