Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sentry | 35,140 | 2 | 8 hours ago | 7 | November 04, 2016 | 1,652 | other | Python | ||
Developer-first error tracking and performance monitoring | ||||||||||
Androidperformancemonitor | 6,563 | 41 | 1 | 2 months ago | 10 | August 31, 2016 | 55 | apache-2.0 | Java | |
A transparent ui-block detection library for Android. (known as BlockCanary) | ||||||||||
Hertzbeat | 3,520 | 8 hours ago | 153 | apache-2.0 | Java | |||||
An open source, real-time monitoring system with custom-monitoring, high performance cluster and agentless. Support monitoring web, database, os, middleware, cloudnative, network and more. | ||||||||||
Myperf4j | 3,027 | 2 months ago | 6 | bsd-3-clause | Java | |||||
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it. | ||||||||||
Mthawkeye | 1,429 | 1 | 5 months 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 | 2 years ago | 99 | September 26, 2021 | 2 | mit | C# | ||
HttpReports is an APM (application performance monitor) system for .Net Core. | ||||||||||
Rails_performance | 782 | 3 months ago | 39 | May 14, 2022 | 4 | mit | Ruby | |||
Monitor performance of you Rails applications (self-hosted and free) | ||||||||||
Uavstack | 680 | 10 months ago | 39 | apache-2.0 | Java | |||||
UAVStack Open Source All in One Repository | ||||||||||
App_perf | 376 | 3 months ago | 4 | 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 | 4 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/