Managing Apache Geode
Managing Apache Geode describes how to plan and implement tasks associated with managing, monitoring, and troubleshooting Apache Geode.
Apache Geode Management and Monitoring
Apache Geode provides APIs and tools for managing your cluster and monitoring the health of your cluster members.
Managing Heap and Off-heap Memory
By default, Apache Geode uses the JVM heap. Apache Geode also offers an option to store data off heap. This section describes how to manage heap and off-heap memory to best support your application.
-
With Apache Geode disk stores, you can persist data to disk as a backup to your in-memory copy and overflow data to disk when memory use gets too high.
-
Snapshots allow you to save region data and reload it later. A typical use case is loading data from one environment into another, such as capturing data from a production system and moving it into a smaller QA or development system.
-
This section describes region compression, its benefits and usage.
-
Apache Geode architecture and management features help detect and resolve network partition problems.
-
The security framework establishes trust by authenticating components and members upon connection. It facilitates the authorization of operations.
Performance Tuning and Configuration
A collection of tools and controls allow you to monitor and adjust Apache Geode performance.
-
Comprehensive logging messages help you confirm system configuration and debug problems in configuration and code.
-
Every application and server in a cluster can access statistical data about Apache Geode operations. You can configure the gathering of statistics by using the
alter runtime
command ofgfsh
or in thegemfire.properties
file to facilitate system analysis and troubleshooting. Troubleshooting and System Recovery
This section provides strategies for handling common errors and failure situations.