Posts tagged Monitoring (2)
Making Use of Payara Server’s JMX Monitoring Service – Part 1: Setting up the Service
Published on 28 Nov 2018
by Andrew Pielage
Topics:
Monitoring,
JMX
|
0 Comments
(This is an update of this blog written in 2016: Making Use of Payara Server's Monitoring Service)
Payara Server has for a while now included a JMX Monitoring Service which can be used to log information from MBeans to the server log. Using the JMX Monitoring Service, you can monitor information about the JVM runtime such as heap memory usage and threading, as well as more detailed information about the running Payara Server instance. The information is logged as a series of key-value pairs prefixed with the string PAYARA-MONITORING:, making it easy to filter the output using tools such as Logstash or fluentd.
Monitoring Payara Server with JConsole
Published on 13 Nov 2018
by Matthew Gill
Topics:
Monitoring
|
0 Comments
JConsole is a useful tool for monitoring Java processes. You can collect data from a Java process such as: heap memory usage, thread count, CPU usage, classes loaded and MBean data. This allows you to gauge whether any Java process is using too much system resources. This guide will show you how to monitor Payara as a local process (on the same machine), or a remote process. This blog will assume that you've got a valid JDK and Payara install.
Did You Know? Payara Server and Payara Micro Come with HealthCheck Service
Published on 09 Jul 2018
by Susan Rai
Topics:
Payara Micro,
Healthcheck,
Monitoring,
Payara Server
|
0 Comments
GlassFish to Payara Server Migration: Replacing the Monitoring Scripting Client
Published on 25 Jan 2017
by Fabio Turizo
Topics:
Healthcheck,
Monitoring,
JMX,
GlassFish Migration
|
0 Comments
In the fourth part of our continuing series on alternatives for commercial Oracle GlassFish features we are looking at the JMX Monitoring Service & the Payara HealthCheck Service as possible replacements for Oracle's Monitoring Scripting Client.