Skip to content

Instantly share code, notes, and snippets.

@devdrops
Last active April 13, 2016 19:48
Show Gist options
  • Save devdrops/7a124168e0fc4262cd3944bfde288aa2 to your computer and use it in GitHub Desktop.
Save devdrops/7a124168e0fc4262cd3944bfde288aa2 to your computer and use it in GitHub Desktop.
Project idea: App to receive and interpret data from Blackfire JSON output

Project idea: App to receive and interpret data from Blackfire JSON output

  • Receive the output from blackfire curl http://some.domain --json;
  • Access through login;
  • Parse the data;
  • Store the data for comparison between response A and response B.
    • User can pick which responses to compare

NOPE!

All of this is already achieved with Blackfire dashboard. So, what about reading the response and creating graphics with the continuous requests, like as a timeline?

Nice, eh?

  • Generate graphs by requests;
  • Filter graphs by date interval
  • Create graphs for
    • Peak Memory Usage
    • Network
    • Wall Clock Time
    • CPU time
    • I/O time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment