-
Book Overview & Buying
-
Table Of Contents
Infinispan data grid platform definitive guide
The Java SE platform provides several mechanisms for monitoring and managing capabilities to access the Java Virtual Machine (JVM) both remotely and locally, which can be categorized as follows:
Instrumentation for the JVM, such as the Simple Network Management Protocol (SNMP), a protocol for managing devices on IP networks, such as routers, servers, switches, and more.
The Monitoring and Management APIs Java SE provides many APIs, such as java.lang.management, which provide a number of interfaces for monitoring and management of the the JVM (locally and remotely) and other components. These interfaces provide access to many types of information, such as the ClassLoadingMXBean interface for the class loading system, GarbageCollectorMXBean for the garbage collector, MemoryManagerMXBean for memory manager, PlatformLoggingMXBean for logging, and many more.
Monitoring and Management Tools, such as JConsole a graphical JMX-compliant tool that you...
Change the font size
Change margin width
Change background colour