JMX

The Redis Adapter for Diffusion’s JMX MBeans can be accessed using any JMX capable tooling.

JMX metrics are not enabled by default, and can be enabled with configuration, e.g.

"global": {
  "application": {
    "jmx": true,
  }
}

Example:

Here’s an example where JConsole is used to browse the MBeans within the adapter, and fetch an attribute storing the adapter topic count.

redis adapter jmx metrics