Pinpoint 是一個基于Java的開源APM項目。
Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java. Modelled after Dapper, Pinpoint provides a solution to help analyze the overall structure of the system and how components within them are interconnected by tracing transactions across distributed applications.
安裝
當前最新穩定版本為v1.6.0
Tomcat配置代理:
編輯: vim tomcat/bin/catalina.sh
CATALINA_OPTS="$CATALINA_OPTS -javaagent:/home/pinpoint/pinpoint-agent/pinpoint-bootstrap-1.6.0.jar"
CATALINA_OPTS="$CATALINA_OPTS -Dpinpoint.agentId=225"
CATALINA_OPTS="$CATALINA_OPTS -Dpinpoint.applicationName=pp-demo"