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/