You can verify the authenticity of the downloaded APM Insight agent with SHA256 checksum validation. This ensures that the agent you downloaded is safe to use. By following these steps, you protect your system from potential security risks.
To verify the authenticity of the agent, follow the steps given below:
sha256sum apm_insight_agent_nodejs.zip
Open Command Prompt and execute the following command
certutil -hashfile apm_insight_agent_nodejs.zip SHA256
Open Windows Powershell and execute the following command
Get-FileHash apm_insight_agent_nodejs.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