How to find the downloaded apminsight agent version?
How to find the downloaded apminsight agent version?
Steps to Find the APM Insight Java Agent Version:
Using the Applications Manager GUI:
Navigate to the APMInsight Instance and click on Monitor information tab
Agent version will be displayed
Note:
Ensure that the monitor is configured with the agent you intend to verify. If not, use the terminal method to check the version.
Using the Terminal:
Extract the contents of the
apminsight-javaagent.zip
file to a desired directory.
Open a terminal or command prompt and navigate to the directory where the
apminsight-javaagent.jar
file is located
Run the following command to check the version of the APM Insight java agent
java -jar apminsight-javaagent.jar -version
4. The version details will be displayed in the terminal or command prompt.