Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Debugging Your PHP Cake Application

Debugging Your PHP Cake Application

Wherein I go over some common methods for getting data out of your application and into the hands of developers.

Jose Diaz-Gonzalez

September 02, 2012
Tweet

More Decks by Jose Diaz-Gonzalez

Other Decks in Programming

Transcript

  1. about n Developer and Operations at seatgeek.com n Cake Core

    - Plugins Site and IRC Troll n Open Source Contributor (github.com/josegonzalez) Thursday, March 21, 13
  2. n Searchable logs n Aggregate all logs in one place

    n Alert, Notify, Create metrics from one place n Empower your developers ¿logstash? Thursday, March 21, 13
  3. graphite does not... alert on data collect data export data

    https://gist.github.com/3576242 Thursday, March 21, 13
  4. Statsd::increment(‘seatgeek.www.php.e_warning’); # sends data to statsd # metrics aggregated #

    view in your graphite backend sending stats Thursday, March 21, 13
  5. interesting usecases n check mysql replication length n track conversions

    in your app n expense tracking n alerting systems Thursday, March 21, 13