Skip navigation links

Package com.gemstone.gbjstats

The gbjstats package provides support for accessing shared page cache statistics.

See: Description

Package com.gemstone.gbjstats Description

The gbjstats package provides support for accessing shared page cache statistics. These statistics can be accessed from a number of sources, including:

Developing Applications using GbjCacheStats

Class GbjCacheStats provides application-level support for accessing GemStone's shared page cache statistics information. Refer to the GbjCacheStats class documentation for details.

Note: Low-level support for accessing shared page cache information is provided through the com.gemstone.gbjgci package and classes GbjGciCacheStats and the GbjGciInterface. Refer to that package documentation for details.

Java JMX Support

For customers with environments that support Java's framework for application monitoring and mangement (JMX), several classes are provided. These include: In addition, there are two template files located in $GBJ/server that can be modified to tailor the information and control provided through a JMX monitoring application. These include: Further information on these files can be found in the java documentation for class GbjJmxCacheStatsMonitor.

Hyperic Monitoring Support

Customers using VMware's Hyperic system monitoring and management tool can also manage GemStone applications through Hyperic. Several items are provided for this: Hyperic uses special plugin files (either XML files or jar files that contain an XML file) to be able to recognize and manage the various server and service resources that it manages. The GbjHypericPluginGenerator is a java application that can be used to generate this XML file in a form compatible with the customer's environment and configuration. Refer to the class documentation for GbjHypericPluginGenerator for details on how to use the application and its associated Template files.
Version:
3.1
Last modified: Tue Jul 14 11:26:40 PDT 2015
Skip navigation links