Patrick Allaert

Results 29 comments of Patrick Allaert
trafficstars

Hi, Can you try without tideways and/or xdebug if activated? I notice that you defined apm.mysql_error_reporting to E_ALL|E_STRICT. That might be the issue. While configured within PHP (ini_set, php.ini,...), PHP...

By supporting mysqlnd using macros around mysql API, this would dramatically reduce the number of lines of duplicated code.

@remicollet 's suggestion is indeed what I recommend you to do. However, I should support native compilation too. Does the following patch solve the issue?: ```diff diff --git config.m4 config.m4...

There is normally no reason for that. Do you have a way to reproduce with latest version of APM?

@yu501954162: can you please tell us if @remicollet 's suggestion works for you?

XHProf has severe performance impact, APM doesn't suffer from that, hence why I'm not very enthusiast about this idea. Besides that, xhprof is very good at what it does, why...

The problem is that in order to provide that kind of measure, we would be forced (like XHProf does) to get a very precise time (with nanoseconds) before/after **every** function...

Hello @oikomi, I have no specific plan in this area but I am fully open to suggestions and/or Pull Requests. Note that a specific DB monitoring tool (plugged to the...

You might enjoy Catchy (http://catchy.io) which is a more advanced monitoring platform that is built on top of php-apm. It contains additional stuff you might enjoy and is _MUCH_ more...

I'm globally +1, especially since it is now configurable and, by default, set to previous value. However, I would be curious about numbers, do you have a measurable impact in...