Skip to content

Naozumi/php-apm-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APM (Alternative PHP Monitor) web frontend

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.

Installing

From source:

  1. 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
    
  2. Configure config/db.php to use the correct backend:

    return new PDO("sqlite:/var/php/apm/db/events");
  3. Reach the created directory from your browser: http://localhost/path/to/apm-web/

About

APM (Alternative PHP Monitor) web frontend

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.2%
  • PHP 10.7%
  • CSS 4.4%
  • HTML 0.7%