Application Performance Monitoring, or Application Performance Management (APM), has become the de facto standard for providing better customer experiences and applications. APM allows you to observe the performance of your application including such valuable metrics as load time, errors, logs and transactions. Mobile and web applications have similarities, but there are striking differences between the two. Mobile applications depend on …
How to Measure Defect Escape Rate to Keep Bugs Out of Production
Every software development team is under a lot of pressure to ship product improvements as fast as possible. Most organizations now use agile methodologies and DevOps practices to ship software faster than ever. The reality is that software development is still a messy process. A potential byproduct of every software deployment are new software defects that are found in production, …
Retrace Now Integrates with Axosoft: Track Errors and Save Time Fixing Bugs
If you’re tired of manually inputting errors into Axosoft, we have exciting news for you. Stackify wants you to save time and be more productive when developing applications. That’s why the latest Retrace update, you can now export errors reported by Retrace directly into Axosoft’s issue management software for tracking. Retrace is the only Application Performance Management (APM) tool that …
How to Use Performance Counters with .NET Core: Current Solution, Alternatives, and the Future
Performance counters are really important for monitoring and troubleshooting problems with your .NET applications. The full .NET Framework provides a wide array of performance counters that are very useful for troubleshooting application problems. Some examples of important performance counters are garbage collection and exception rates. Without these, you will be flying blind. In this article we will discuss how to …
How To Track and Monitor Critical Java Application Metrics
Overview of Java application metrics Monitoring a running application is crucial for visibility and making sure the system is functioning as expected, as well as to identify any potential issues, tweak and optimize the running conditions, and resolve any errors that may occur. This is where Application Performance Monitoring (APM) tools can make your life a whole lot easier by …
Avoid APM Vanity Metrics – Use What Matters
Metrics are how we assess aspects of our business, applications, and infrastructure. They allow us to measure and report on key indicators, and we can then use that information for making decisions, or to adjust for improved performance, stability and overall quality. While collecting and analyzing metrics can be hard work, in many respects, the most challenging aspect of working …
Retrace Helps VinSolutions with Risk-Free Visibility for Their Dev Teams
The Choice: Security or Visibility Stackify was founded because we were frustrated that our development team didn’t have the tools that they needed. We used a variety of tools like Nagios and Splunk, but none of our developers had access to them. What’s worse, even if they did, the tools only told part of the story and presented a unique …
Retrace Product Release: September 2017
One of the only things you can count on happening in the technology industry is constant change, and Stackify’s APM tool, Retrace, is evolving again! Client feedback, industry needs, and the underlying goal of delivering better tools for developers has all culminated into the latest release of Retrace. There is a game-changing new Deployment Tracking feature, full support for highly …
Children International Fights Poverty with Help from Retrace
Background About a year ago, Kevin Altis, Director of Application Services for Children International, discovered a pattern. Like other bad habits – leaving towels on the floor, tapping our pens during meetings, texting while talking – Kevin’s app was doing something that at first seemed harmless. Every day at around 4pm CST, his production website reported a huge uptick in …
How to Use Retrace Tracked Functions to Monitor Your Code
Our goal at Stackify has always been to provide developers a simple way to monitor the performance of their applications. By default, Retrace tracks the performance of dozens of different common application dependencies and frameworks. This includes things like SQL databases, MongoDB, Elasticsearch, Redis, external REST services, and much more. Full list of supported frameworks: .NET or Java But what …
When & How to Use Custom Application Metrics
Software applications have the potential to create an amazing amount of data that can be used to monitor them and troubleshoot problems. Although, the most important things to monitor are not always performance related. Sometimes it makes sense to create custom metrics to help track the behavior or very specific performance issues. We use custom metrics at Stackify for a …
Stackify Meets L3 and the Amazing Teachers at Mark Twain Elementary
This summer, Stackify partnered with L3 to help Mark Twain Elementary with its local clothing drive. L3 (Love Literacy Life) was founded in 2014 by Kimberley Montini and Sherianne Schow. Kimberley teaches at the school and worked with Sherianne on a solution when they recognized an opportunity to help children who were lacking adequate winter shoes and coats. To address …
Thank You KCDC 2017
We at Stackify wanted to thank everyone for stopping by our booth to celebrate 5 awesome years of defending developers! Our booth was decked out with gifts, balloons and Stackitron 8-bit swords by local artist, Juniper Tangpuz! We had an amazing time getting to meet hundreds of developers from all over the area while playing games and handing out cupcakes from Kansas …
Starkwood Media and Retrace: Logging and Exception Management and Proactive Customer Support
Starkwood Media has been providing the automotive industry with media solutions for over 16 years. They continually work to pioneer customers’ online presence through their own experience and integration of current, successful web practices. They sought out Retrace in an effort to consolidate their tools and in doing so were able to offer more proactive customer support. Daniel Taylor, the …
Announcing: Retrace for Azure Functions preview
Have you had a chance yet to play with Azure Functions? Here at Stackify, we’re pretty excited about this capability on Azure and the promise that it holds for building rapidly scale-able event-based processing with little to no management overhead! We’ve also heard from a lot of you asking when Retrace would be able to support this new serverless architecture. …
Advanced ASP.NET Trace Viewer – WebForms, MVC, Web API, WCF
What did my code just do? That is a critical question that developers always need to know. Application logging, tracing, and profiling are the primary ways that developers can answer this question. In this article, we’ll review ASP.NET tracing and how to view your tracing statements with Prefix. Intro to ASP.NET Tracing Tracing is built into the .NET framework and has …
Stackify’s Linux Agent 2.0 & Java APM 1.15 Release Is Here!
Stackify is thrilled to announce our latest release, Linux Agent 2.0 and Java APM 1.15. We think you’ll be excited about this release, too, and here are just a few reasons why. What’s New in Our Linux Agent 2.0 and Java APM Release? In this latest release, we’ve added additional agent installation options and support for additional application servers, including: …
Performance Tuning in SQL Server: Top 5 Ways to Find Slow Queries
SQL performance tuning is a never ending battle. I’m not a DBA, but I am a developer who has pretended to be one for 15 years. I have worked with SQL Server databases with terrabytes of RAM all the way down to Stackify’s massive fleet of little SQL Azure databases. I have seen a little bit of everything over the …
Prefix New Release: Prefix v3.0 is Here!
After months of hard work, we’re thrilled to release the latest version of Prefix, Prefix v3.0. In this new version, we fixed a number of bugs and added a few major enhancements including: A major .NET profiler update Better remote tracing New feature: the ability to disable suggestions Improved Remote Tracing with Prefix v3.0 One of Prefix’s key features has …
Understanding & Profiling C# Async Await Tasks
Microsoft and the .NET community have made asynchronous programming very easy with their implementation of async await in C#. The latest versions of ASP.NET heavily utilize it to improve performance. Many performance monitoring and profiling tools struggle to support and visualize the performance of asynchronous C# code. Stackify’s Prefix & Retrace products both have excellent support for applications using C# async await. …