Hi, We would like to make our PHP extension available via PECL. Our product is called Graphdat and it is a real time performance monitoring tool for websites. https://dashboard.graphdat.com/landing
The tool graphs system metrics along side request counts and response time data. The purpose of the extension is report request counts and response time information to our agent (installed on the box) which forwards that along to our servers. The data is then presented in a graph so that you can see performance spikes as they happen, and trends over time. The extension is open source and can be found here: https://github.com/alphashack/graphdat-sdk-php What is the process for making the extension available? Thanks -- Sugendran
