FusionReactor Observability & APM

Installation

Configure

Troubleshoot

Blog / Info

Customers

About Us

Author Posts: Nick Flewitt

EULA

INTERGRAL SOFTWARE END USER LICENSE AGREEMENT (“EULA”) THE FOLLOWING EULA APPLIES TO FUSIONREACTOR VERSIONS 7 AND 8, AND THEIR MINOR/MICRO UPDATES ONLY IMPORTANT: CAREFULLY READ THE FOLLOWING LICENSE AGREEMENT. THIS END USER LICENSE AGREEMENT (“EULA”) IS A LEGAL AGREEMENT BETWEEN

Read More »

VisualVM Buffer pool

VisualVM Buffer pool – what is the buffer pool? The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory.  What’s the benefit of using buffer pools? To answer this question, let’s

Read More »

Monitoring Buffer Pools

Monitoring Buffer Pools – what is the buffer pool? The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory.  What’s the benefit of using buffer pools? To answer this question,

Read More »

Memory Mapped Buffer

Understanding the Memory Mapped Buffer To understand the memory mapped buffer we first need to understand the Java buffer pool. The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory. 

Read More »

Java Non-Direct Buffer

Understanding  Java Non-Direct Buffer The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory.  What’s the benefit of using a Java buffer pool? To answer this question, let’s firstly

Read More »

garbage collector-managed memory

Understanding garbage collector-managed memory The Java buffer pool space is located outside of the garbage collector-managed memory. It’s a way to allocate native off-heap memory.  What’s the benefit of using a Java buffer pool? To answer this question, let’s firstly

Read More »