Testing and Improving Database Performance Using FRAPI So the other day, I spotted a MySQL query (InnoDB, 5.27 if you’re interested) which was feeling non-performant. I should also point out, that SQL and testing and improving database performance are really … Read More
Evangelism
Revisiting CFML Operators In Lucee
Revisiting CFML Operators In Lucee Operators are ubiquitous. As developers, we use them every day, and maybe even in every line of code. Why is it then, I never seem to find the time to revisit these language essentials? Perhaps … Read More
Logging vs. Monitoring: How Are They Different & Why You Need Both?
Logging vs. Monitoring? It is practically impossible to talk about application deployment and management without squeezing logging and monitoring into the sentence. They are imperative when deploying and managing an application to meet availability and performance expectations. Although they perform … Read More
Getting Started – Configuring FusionReactor APM
This blog is going to take you through the basics of configuring FusionReactor APM to get an amazing experience out of FusionReactor. Most configurations of FusionReactor are fine “out of the box”, but making small changes to tailor it to … Read More
Performance issues in legacy Java applications – comparing different investigative techniques
Performance issues in legacy Java applications 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 … Read More
How To Install FRAM (FusionReactor Administration Manager) On Your Server
Installing FusionReactor Administration Manager On Your Application Server FRAM or the FusionReactor administration manager is installed through the automated installer. It contains the instance manager that will find and configure FusionReactor in your application server for you. This installation approach … Read More
How To Monitor A Legacy Java Application
How To Monitor A Legacy Java Application Many progressive organizations with legacy Java applications go through the same phase of not knowing when to deploy application modernization strategies on Legacy apps. If they jump on the bandwagon too fast, they … Read More
Debugging Java In Production With FusionReactor
FusionReactor is a developer-focused production-grade monitoring tool for monolithic servers and distributed servers. It’s designed for software developers, technical support, and DevOps. Its main objective is to show you exactly why your application is running slowly or breaking in production. … Read More
Automatic Root Cause Error Analysis
Event Snapshots Event Snapshots are intended to provide deep-level insight whenever a problem, such as an exception or thread latency occurs. Snapshots are triggered automatically. The Event Snapshot provides automatic root cause error analysis by displaying source code, scope variables, … Read More
FusionReactor Dashboards
In this blog, we are going to cover the dashboards available in FusionReactor. What Are FusionReactor Dashboards? Dashboards allow you to see the health of your environment with a quick glance. FusionReactor Dashboards allow for instances to be grouped or … Read More