pinba_engine icon indicating copy to clipboard operation
pinba_engine copied to clipboard

Pinba - MySQL plugin and storage engine

Results 32 pinba_engine issues
Sort by recently updated
recently updated
newest added

We currently can simulate counters with timers by stopping a timer immediately after its start and ignore the timer_value in the reports. Although, this is not ideal as some extra...

We have long running script which sometime run pcntl_fork() to tun several tasks parallel. Master process calls pinba_timer_start and pinba_timer_stop. Information of timers leave in memory and clones to child...