FusionReactor Observability & APM

Installation

Downloads

Quick Start for Java

Observability Agent

Ingesting Logs

System Requirements

Configure

On-Premise Quickstart

Cloud Quickstart

Application Naming

Tagging Metrics

Building Dashboards

Setting up Alerts

Troubleshoot

Performance Issues

Stability / Crashes

Low-level Debugging

Blog / Media

Blog

Videos / Webinars

Customers

Video Reviews

Reviews

Success Stories

About Us

Company

Careers

Contact

Contact support

Installation

Downloads

Quick Start for Java

Observability Agent

Ingesting Logs

System Requirements

Configure

On-Premise Quickstart

Cloud Quickstart

Application Naming

Tagging Metrics

Building Dashboards

Setting up Alerts

Troubleshoot

Performance Issues

Stability / Crashes

Debugging

Blog / Media

Blog

Videos / Webinars

Customers

Video Reviews

Reviews

Success Stories

About Us

Company

Careers

Contact

Contact support

Author Archives: team@coreconcepts.design

Can’t reproduce the production problem?  Just debug it in production!

Why debugging in production is so tempting? In one of my first jobs, one of the tasks I had was to fix a bug which used to occur from time to time in a very complex production system. That is … Read More

FusionReactor 7.x Release Notes

FusionReactor 7.x Release Notes … Read More

EULA V5 – FusionReactor 7 & 8

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

Understanding Java Buffer Pool Memory Space

[vc_row][vc_column][vc_column_text] Understanding Java Buffer Pool Memory Space What is the buffer pool memory space? Java applications use memory to store data temporarily as it is being processed. One of the memory spaces used by Java applications is the buffer pool … Read More

The Importance of Java Application Profiling – Comparing Different Techniques

If you ever had some serious issues with the performance of your Java application, most probably you know how valuable thread profiling can be. But do you know which profiler you should use? There are two basic techniques used by … Read More

FusionReactor Wins FeeFo Gold Trusted Merchant 2018 Award

We are thrilled to announce that for the second year in a row FusionReactor has been accredited with the “FeeFo Gold Trusted Merchant” 2018 award! Feefo is an independent feedback service that are dedicated to collecting trusted reviews. The Gold … Read More

Screencast Intro to FusionReactor Cloud & Docker Swarm Demo – Brad Wood

In this video Brad Wood of Ortus Solutions introduces you to FusionReactor Cloud and Docker Swarm “We’ve made a new screencast that shows an introduction to FusionReactor Cloud, a new way to monitor any number of servers in a consolidated … Read More

FusionReactor Blog featured in the top 30 ColdFusion Blogs

The FusionReactor Blog was selected as one of the Top 30 ColdFusion Blogs by FeedSpot. The whole FusionReactor team are proud to be part of this list.   Have a look at some of the other top ColdFusion blogs featured … Read More

VisualVM Buffer pool

[vc_row][vc_column][vc_column_text] 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, … 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