FAQ: How Do I Enable APM+ on Existing IIS Servers

If you have already installed an Agent on a server but didn’t enable APM+ at that time, you can simply go to the appropriate server and enable CLR Profiling. Option 1: Using the Retrace UI To do this go to the settings icon to the right of the server, and go to Server Settings From Server Settings, you can simply …

Troubleshoot: Retrace Agent v4.6.11.0 Uninstall Fix

A Note About Agent Version 4.6.11 Retrace Agent v4.6.11.0 shipped with a new executable packaged (EnvCleaner.exe) that would, upon uninstall of the agent, remove environment variables set for profiling functions. It would also be triggered during an upgrade to later versions. Inadvertently, this executable was compiled against .Net 4.5.2 without that version of the .Net Framework being a prerequisite for …

Java Agent Installation: Default Linux Install

One Step Installation Script Here is a script you can copy into your terminal that will download, un-tar, and install the agent all in one step: wget https://s1.stackify.com/Account/AgentDownload/Linux –output-document=stackify.tar.gz && tar -zxvf stackify.tar.gz stackify-agent-install-32bit && cd stackify-agent-install-32bit && sudo ./agent-install.sh –devicealias [aliasname] Note: The devicealias parameter is optional and [aliasname] should be replaced with the desired name for your device. …

Linux Installation: RedHat and CentOS

Instructions on how to install the Retrace Linux Agent on RedHat and CentOS based Linux systems. You can install by using the yum package manager directly. The following commands are intended to be ran with root permissions. Installing with Yum Add Stackify’s yum repository. wget -qO – https://download.stackify.com/rpm/stackify.repo | sudo tee /etc/yum.repos.d/stackify.repo Install Stackify Linux Agent. sudo yum install stackify-agent …

Linux Installation: Ubuntu and Debian

Instructions on how to install the Retrace Linux Agent on Ubuntu and Debian based Linux systems. You can install by using the apt package manager directly. The following commands are intended to be ran with root permissions. Installing with Apt Add Stackify’s apt repository. echo ‘deb https://download.stackify.com/deb stable main’ | sudo tee /etc/apt/sources.list.d/stackify.list Trust Stackify’s GPG key. wget -qO – …

Prefix: Can I Use it on a Server?

Prefix will work on a server, however Retrace’s APM is designed for servers. We offer a special discounted price for pre-production usage! Important things to know about using Prefix on a server: By default Prefix does not allow remote access. Read: Remote access to Prefix UI Prefix only shows data from the last 5 minutes Only the last certain # of requests …

Servers: Remove A Server Programmatically

This article is intended to help you leverage Stackify’s API by making a REST service call to programmatically remove Retrace instances from the Servers page of Retrace. To see how to remove servers from the Retrace portal, see the “How Do I Remove a Server” article. Below are the REST calls to the API for both Windows and Linux machines …