FusionReactor Observability & APM

Installation

Configure

Troubleshoot

Blog / Info

Customers

About Us

Why ColdFusion Monitoring, Licensing, and Consultancy Should Never Be Separate Services

Integrating Logging and Monitoring - Best Practices Title Image

Integrating Logging and Monitoring – Best Practices

Logging and monitoring play essential roles in maximizing application performance. They play roles that are crucial when deploying and managing an application to meet availability and performance expectations. Although the former and the latter play distinguished roles, they work perfectly … Read More

Framework for Deploying Centralized Log Monitoring Title Image

Framework For Deploying Centralized Log Monitoring

Framework For Deploying Centralized Log Monitoring Imagine this –  you are recently employed as a DevOps manager at a big fintech company. You are on-call duty. During the night, your sleep is interrupted by an explosion of phone notifications. Your … Read More

Troubleshooting Slow Pages

A Beginner’s Guide to Troubleshooting Slow Pages in FusionReactor

Beginner’s Guide to Troubleshooting Slow Pages in FusionReactor By: David Levin, CEO and Big Kahuna of Angry Sam Productions, Inc. It happens to just about every developer, client, or boss who calls out of the blue and complains that one … Read More

Effective Ways To Identify and Fix Application Performance Issues Title Image

Effective Ways To Identify and Fix Application Performance Issues

Building poor Java performance scripts can generate lots of negative results in the long run. This includes page load delays resulting in frustrated page visitors and reduction in sales conversions, including several other effects. However, in this post, we’ll look … Read More

Tracing vs Logging vs Monitoring: Why Are They Different Title Image

Tracing vs Logging vs Monitoring: Why Are They Different?

This article will discuss why these three crucial cloud-native concepts are different; Tracing vs Logging vs Monitoring. When debugging microservices or even a vast monolith system, it can get overwhelming for system admins to figure out the root cause of … Read More

Testing and Improving Database Performance Using FRAPI Title Image

Testing and Improving Database Performance Using FRAPI

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

Revisiting CFML Operators In Lucee Title Image

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 The Duo Title Image

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 Title Image

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

Correlate thread and CPU utilization Detect thread contention and dead-locks and see how much CPU has been used by individual threads. Running threads can be instantly profiled or have a stack-trace dump generated

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