If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Glassfish (4.x) Add the following line to the java-config section of the Glassfish domain.xml file. <jvm-options>-javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar</jvm-options> Restart the Glassfish service.
Windows Agent Installation: Overview
Install Manually Download the Installer You can find a link to the Windows Installer from the Getting Started Page in Retrace or by clicking the Add New button at the top of your Servers Monitoring page. Run the downloaded installer and follow the installation steps below. Enter Your Account’s Activation Key You will be prompted for an Activation Key. This …
Java on Windows Agent Installation: Enable APM+ for JBoss AS 7
If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: JBoss AS Installation (7.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION] To see a …
Java on Windows Agent Installation: Enable APM+ for Tomcat (6, 7, 8, 9)
If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Tomcat Installation (6.x, 7.x, 8.x, 9.x) Command Line Locate the catalina.bat file and add: set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:”[APM JAR LOCATION] Restart the …
Retrace: APM+ Overview
Retrace is a powerful new feature and serves as a core part of our Application Monitoring service. The feature implements byte code inspection of Java apps, giving you method-level telemetry on CLR code at run time. Use this tool to get instant insight on: Start time / end time and HTTP status codes HttpHandlers and HttpModules utilized in the IIS …
Performance: Traces
One of the ways we strive to deliver relevant insights is to only create Traces around interesting requests. Some examples of these request types that are interesting would be faster than normal, slower than normal, new web requests, requests introducing new SQL, requests introducing new exceptions, or abnormal Satisfaction scores. Under performing requests will be profiled more often than fast …
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 …
Java Agent Installation: Enable APM+ for JBoss AS 7
If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: JBoss AS Installation (7.x) Locate the standalone.conf file and add: # Stackify Java APM+ JAVA_OPTS=”$JAVA_OPTS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” JAVA_OPTS=”$JAVA_OPTS -Djboss.modules.system.pkgs=com.stackify.apm” Restart the …