pinba_extension icon indicating copy to clipboard operation
pinba_extension copied to clipboard

No data collected

Open huoding opened this issue 9 years ago • 1 comments
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

huoding avatar Oct 24 '16 07:10 huoding

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.

gggeek avatar Dec 06 '22 08:12 gggeek