Chapter 8. Monitoring GlassFish
In this chapter, we discuss the monitoring features implemented in GlassFish, and introduce several very useful utilities that we can use to further improve our ability to monitor GlassFish. The goal of this chapter is to help you get familiar with these features and tools so that you can monitor, and ultimately maintain the GlassFish Server runtime.
Monitoring features of GlassFish
GlassFish provides extensive capabilities for monitoring its runtime environment. The monitoring service of GlassFish can be used to gather detailed statistics of the underlying JVM and application components deployed to GlassFish. The information gathered through monitoring is critical for discovering potential issues, troubleshooting, and performance tuning.
In this section, we first describe the GlassFish monitoring service, and then show you how to start monitoring GlassFish.
Understanding the GlassFish monitoring service
The GlassFish monitoring service monitors most of the main...