You can verify the authenticity of the downloaded APM Insight agent with SHA256 checksum validation. This ensures that the downloaded agent is credible and is not tampered with by any malicious code or software.
To verify the authenticity of the agent, follow the steps given below:
Compare the checksum value provided below with the downloaded agent.
0fe8deb1eab4456e9cdd558973e6a6ce2a575ed44e5809b9915206634486e6a5
For Linux systems, execute the following command:
sha256sum apm_insight_agent_python.zip
Open Command Prompt and execute the following command:
certutil -hashfile apm_insight_agent_python.zip SHA256
Open Windows Powershell and execute the following command:
Get-FileHash apm_insight_agent_python.zip -Algorithm SHA256
Sample Output:

Note: If the checksum values differ, do not unzip or open the file.
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development