tony2001 / pinba_extension

Pinba PHP extension
http://pinba.org
GNU Lesser General Public License v2.1
83 stars 22 forks source link

No data collected #30

Open huoding opened 7 years ago

huoding commented 7 years ago

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

gggeek commented 1 year ago

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.