Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sentry | 33,662 | a day ago | 7 | November 04, 2016 | 931 | other | Python | |||
Developer-first error tracking and performance monitoring | ||||||||||
Androidperformancemonitor | 6,494 | 41 | 1 | a year ago | 10 | August 31, 2016 | 49 | apache-2.0 | Java | |
A transparent ui-block detection library for Android. (known as BlockCanary) | ||||||||||
Myperf4j | 2,696 | 2 months ago | 3 | bsd-3-clause | Java | |||||
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it. | ||||||||||
Hertzbeat | 2,662 | 14 hours ago | 73 | apache-2.0 | Java | |||||
An open source, real-time monitoring tool with custom-monitor and agentless. Web, database, os, middleware, cloudnative, network and more. Aim to monitor everything! | ||||||||||
Mthawkeye | 1,412 | 1 | 6 days ago | 12 | October 22, 2020 | 7 | mit | Objective-C | ||
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...) | ||||||||||
Httpreports | 1,154 | 20 | a year ago | 99 | September 26, 2021 | 2 | mit | C# | ||
HttpReports is an APM (application performance monitor) system for .Net Core. | ||||||||||
Uavstack | 680 | 4 months ago | 39 | apache-2.0 | Java | |||||
UAVStack Open Source All in One Repository | ||||||||||
Rails_performance | 614 | a month ago | 39 | May 14, 2022 | 8 | mit | Ruby | |||
Monitor performance of you Rails applications (self-hosted and free) | ||||||||||
App_perf | 354 | 2 years ago | 2 | mit | Ruby | |||||
Open source application performance monitoring tool with emphasis on ease of setup and use. Providing similar functionality like NewRelic/AppNeta/Skylight etc. | ||||||||||
Php Apm | 291 | 3 years ago | 26 | other | C | |||||
PHP APM (Alternative PHP Monitor) |
APM (Alternative PHP Monitor) is a monitoring extension enabling native Application Performance Management (APM) for PHP.
This is the web frontend that enables visualizing the data gathered by that extension.
Check out this repository so that it can be accessed by your webserver.
git clone https://github.com/patrickallaert/php-apm-web.git apm-web
Configure config/db.php
to use the correct backend:
return new PDO("sqlite:/var/php/apm/db/events");
Reach the created directory from your browser: http://localhost/path/to/apm-web/