Top Level :: PHP
:: APM
:: 2.0.3
:: Windows
APM 2.0.3 for Windows
Package Information |
Summary |
Alternative PHP Monitor |
Maintainers |
Patrick Allaert <
patrickallaert at php dot net >
(lead)
[details]
Olivier Garcia (developer)
[details]
Davide Mendolia (lead)
[inactive]
[details]
|
License |
PHP License |
Description |
Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers:
SQLite and MariaDB/MySQL drivers are storing those in a database.
StatsD driver sends them to StatsD using UDP.
Socket driver sends them via UDP or TCP socket using its dedicated protocol.
More drivers to come (SNMP, e-mail, Hadoop,...).
A web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web |
Release notes
Version 2.0.3
(stable)
|
Fixed: - Double initialization of request data. This could lead to data being present twice in DBs (reproducible with both SQLite and MySQL enabled). Changed: - Default value of apm.dump_max_depth decreased to 1. With today's application complexity, the amount of data collected in stacktraces including arguments can lead to several thousands of MiB of memory consumed. We recommend increasing this value with care. - Weird things could happen when changing 'apm.enabled' during a request. It doesn't make much sense to support in request activation/deactivation. 'apm.enabled' is therefor now PHP_INI_SYSTEM. |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
Dependencies for release 2.0.3 |
|
|