Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Skywalking | 22,673 | 4 | 28 | 2 days ago | 28 | September 01, 2023 | 50 | apache-2.0 | Java | |
APM, Application Performance Monitoring System | ||||||||||
Pinpoint | 13,057 | 11 | 3 days ago | 13 | October 11, 2023 | 422 | apache-2.0 | Java | ||
APM, (Application Performance Management) tool for large-scale distributed systems. | ||||||||||
Androidperformancemonitor | 6,594 | 41 | 1 | 5 months ago | 10 | August 31, 2016 | 55 | apache-2.0 | Java | |
A transparent ui-block detection library for Android. (known as BlockCanary) | ||||||||||
Ios Performance Optimization | 4,371 | 2 years ago | 3 | mit | Objective-C | |||||
关于iOS 性能优化梳理、内存泄露、卡顿、网络、GPU、电量、 App 包体积瘦身、启动速度优化等、Instruments 高级技巧、常见的优化技能- Get — Edit | ||||||||||
Myperf4j | 3,144 | 2 months ago | 7 | bsd-3-clause | Java | |||||
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it. | ||||||||||
Javamelody | 2,880 | 484 | 22 | 4 days ago | 95 | July 30, 2023 | 60 | apache-2.0 | Java | |
JavaMelody : monitoring of JavaEE applications | ||||||||||
Argusapm | 2,106 | 5 years ago | 29 | apache-2.0 | Java | |||||
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台 | ||||||||||
Scouter | 2,004 | 2 | 2 | 25 days ago | 27 | May 29, 2023 | 199 | other | Java | |
Scouter is an open source APM (Application Performance Management) tool. | ||||||||||
Stagemonitor | 1,695 | 11 | 8 | 9 months ago | 47 | April 06, 2020 | 85 | apache-2.0 | Java | |
an open source solution to application performance monitoring for java server applications | ||||||||||
Httpreports | 1,154 | 20 | 2 years ago | 99 | September 26, 2021 | 2 | mit | C# | ||
HttpReports is an APM (application performance monitor) system for .Net Core. |
We're happy to announce the release of Pinpoint v2.5.3. Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.3).
The current stable version is v2.5.3.
Take a quick look at Pinpoint with our demo!
Pinpoint also supports application written in PHP, Python. Check-out our agent repository.
Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java / PHP/PYTHON. Inspired by 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.
You should definitely check Pinpoint out If you want to
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 our Introduction 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 by dragging over the chart.
CallStack - Gain code-level visibility to every transaction in a distributed environment, identifying bottlenecks and points of failure in a single view.
Inspector - View additional details on the application such as CPU usage, Memory/Garbage Collection, TPS, and JVM arguments.
URI-metric
Infrastructure
Java version required to run Pinpoint:
Pinpoint Version | Agent | Collector | Web | Flink |
---|---|---|---|---|
2.0.x | 6-13 | 8 | 8 | 8 |
2.1.x | 6-14 | 8 | 8 | 8 |
2.2.x | 7-14 | 8 | 8 | 8 |
2.3.x | 7-17 | 8 | 8 | 8 |
2.4.x | 7-18 | 11 | 11 | 11 |
2.5.x | 8-19 | 11 | 11 | 11 |
3.0.x | 8-21 | 17 | 17 | 17 |
HBase compatibility table:
Pinpoint Version | HBase 1.x | HBase 2.x |
---|---|---|
2.0.x | yes | optional |
2.1.x | yes | optional |
2.2.x | yes | optional |
2.3.x | yes | hbase2-module |
2.4.x | yes | hbase2-module |
2.5.x | yes | hbase2-module |
3.0.x | no | yes |
Agent - Collector compatibility table:
Agent Version | Collector 2.0.x | Collector 2.1.x | Collector 2.2.x | Collector 2.3.x | Collector 2.4.x | Collector 2.5.x | Collector 3.0.x |
---|---|---|---|---|---|---|---|
2.0.x | yes | yes | yes | yes | yes | yes | yes |
2.1.x | no | yes | yes | yes | yes | yes | yes |
2.2.x | no | no | yes | yes | yes | yes | yes |
2.3.x | no | no | no | yes | yes | yes | yes |
2.4.x | no | no | no | no | yes | yes | yes |
2.5.x | no | no | no | no | no | yes | yes |
3.0.x | no | no | no | no | no | no | yes |
Flink compatibility table:
Pinpoint Version | Flink 1.3.X | Flink 1.4.X | Flink 1.5.X | Flink 1.6.X | Flink 1.7.X | Flink 1.14.X |
---|---|---|---|---|---|---|
2.0.x | yes | yes | yes | yes | yes | no |
2.1.x | yes | yes | yes | yes | yes | no |
2.2.x | yes | yes | yes | yes | yes | no |
2.3.x | yes | yes | yes | yes | yes | no |
2.4.x | yes | yes | yes | yes | yes | yes |
2.5.x | yes | yes | yes | yes | yes | yes |
Pinot compatibility table:
Pinpoint Version | Pinot 0.11.0 | Pinot 0.12.0 | Pinot 1.0.0 |
---|---|---|---|
2.5.x | yes | yes | yes |
3.0.x | no | no | yes |
Github issues
Google group
Gitter
We have Chinese community now, welcome to join!
QQ Group1: 897594820 | QQ Group2: 812507584 | QQ Group3: 882020485 | DING Group : 21981598 |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Pinpoint is licensed under the Apache License, Version 2.0. See LICENSE 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.0
Unless required by applicable law or agreed to in writing, software
distributed 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 and
limitations under the License.