Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java.

License

NotificationsYou must be signed in to change notification settings

coder-java-caicai/pinpoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinpoint

Build Statuscodecov

Visitour official web site for more information andLatest updates on Pinpoint

The current stable version isv1.7.3.

Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java. Inspired byDapper, 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.

You should definitely checkPinpoint out If you want to

  • understand yourapplication topology at a glance
  • monitor your application inReal-Time
  • gaincode-level visibility to every transaction
  • install APM Agentswithout changing a single line of code
  • have minimal impact on the performance (approximately 3% increase in resource usage)

Getting Started

Overview

Services nowadays often consist of many different components, communicating amongst themselves as well as making API calls to external services. How each and every transaction gets executed is often left as a blackbox. Pinpoint traces transaction flows between these components and provides a clear view to identify problem areas and potential bottlenecks.
For a more intimate guide, please check out ourIntroduction to Pinpoint video clip.

  • ServerMap - Understand the topology of any distributed systems by visualizing how their components are interconnected. Clicking on a node reveals details about the component, such as its current status, and transaction count.

  • Realtime Active Thread Chart - Monitor active threads inside applications in real-time.

  • Request/Response Scatter Chart - Visualize request count and response patterns over time to identify potential problems. Transactions can be selected for additional detail bydragging over the chart.

    Server Map

  • CallStack - Gain code-level visibility to every transaction in a distributed environment, identifying bottlenecks and points of failure in a single view.

    Call Stack

  • Inspector - View additional details on the application such as CPU usage, Memory/Garbage Collection, TPS, and JVM arguments.

    Inspector

Supported Modules

  • JDK 6+
  • Tomcat 6/7/8,Jetty 8/9,JBoss EAP 6,Resin 4,Websphere 6/7/8,Vertx 3.3/3.4/3.5
  • Spring, Spring Boot (Embedded Tomcat, Jetty)
  • Apache HTTP Client 3.x/4.x, JDK HttpConnector, GoogleHttpClient, OkHttpClient, NingAsyncHttpClient
  • Thrift Client, Thrift Service, DUBBO PROVIDER, DUBBO CONSUMER
  • ActiveMQ, RabbitMQ
  • MySQL, Oracle, MSSQL, CUBRID,POSTGRESQL, MARIA
  • Arcus, Memcached, Redis, CASSANDRA
  • iBATIS, MyBatis
  • DBCP, DBCP2, HIKARICP
  • gson, Jackson, Json Lib
  • log4j, Logback

Compatibility

Java version required to run Pinpoint:

Pinpoint VersionAgentCollectorWeb
1.0.x6-86+6+
1.1.x6-87+7+
1.5.x6-87+7+
1.6.x6-87+7+
1.7.x6-88+8+
1.8.x6-8
9+(Experimental)
8+8+

HBase compatibility table:

Pinpoint VersionHBase 0.94.xHBase 0.98.xHBase 1.0.xHBase 1.1.xHBase 1.2.x
1.0.xyesnononono
1.1.xnonot testedyesnot testednot tested
1.5.xnonot testedyesnot testednot tested
1.6.xnonot testednot testednot testedyes
1.7.xnonot testednot testednot testedyes
1.8.xnonot testednot testednot testedyes

Agent - Collector compatibility table:

Agent VersionCollector 1.0.xCollector 1.1.xCollector 1.5.xCollector 1.6.xCollector 1.7.xCollector 1.8.x
1.0.xyesyesyesyesyesyes
1.1.xnot testedyesyesyesyesyes
1.5.xnonoyesyesyesyes
1.6.xnononot testedyesyesyes
1.7.xnonononoyesyes
1.8.xnononononoyes

Flink compatibility table:

Pinpoint Versionflink 1.3.Xflink 1.4.X
1.7.xyesno

User Group

For Q/A and discussionhere.

License

Pinpoint is licensed under the Apache License, Version 2.0.SeeLICENSE for full license text.

Copyright 2018 NAVER Corp.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at    http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

About

Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java70.2%
  • JavaScript25.2%
  • HTML3.3%
  • CSS0.8%
  • Shell0.2%
  • Batchfile0.1%
  • Other0.2%

[8]ページ先頭

©2009-2025 Movatter.jp