Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7ec474c9fa27ec7627d1da01f71b56d4 > files > 3

php-apm-1.1.0-0beta5.mga3.src.rpm

extension = apm.so

; Whether the extension is globally active or not (overrides apm.event_enabled and apm.slow_request_enabled)
; apm.enabled = 1

; Enable the capture of events such as errors, notices, warnings,...
; apm.event_enabled = 1

; Enable the capture of slow requests
; apm.slow_request_enabled = 1

; Maximum duration in ms a request can take before it gets recorded
; apm.slow_request_duration = 100

; Path to the SQLite DB directory
; Note: the directory should be readable and writable, SQLite needs to be able to create temporary files in this directory
apm.db_path = /var/lib/php-apm

apm.sqlite_db_path = /var/lib/php-apm/db 

; Maximum time in ms the extension will keep trying to insert an event into the database
; Setting this to high may slow down your application if you have lot of concurrent events.
; Setting this to low, you may loose some of your concurrent events
; apm.max_event_insert_timeout = 100