pinba_extension
pinba_extension copied to clipboard
No data collected
trafficstars
I have installed newest extension and engine, but no data collected, mysql tables is empty.
how to debug ?
extension=pinba.so pinba.enabled=1 pinba.auto_flush=1 pinba.server=MYSQL_IP
I think the simplest way to debug is to use tcpdump.
Eg, on the server running the php app: sudo tcpdump udp -XX will capture and display all udp packets. If there are other apps than Pinba using udp, you can filter by port or other.