Perfomatic: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
m (Fix bug query)
Line 9: Line 9:


'''Bugs'''
'''Bugs'''
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=component%3Agraph%20server open bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=component%3A%22graph%20server%22 open bugs]


= Requirements =
= Requirements =

Revision as of 15:21, 19 June 2010

Summary

The Mozilla graph server is used to understand how multiple performance metrics change over time. It is a web application for creating graphs of performance test results for a user-configurable combination of branch, operating system and machine.

People

  • Ryan Doherty, Alice Nodelman, Chris Cooper, Stephen Donner (QA), K Lars Lohn
  • Bug address: graphserver@mozilla.com
  • IRC: #perfomatic

Bugs

Requirements

Architecture

Overview:

  • Talos creates build
  • Talos runs a test
  • Sends data from test to:
    • bulk.cgi - for multiple data points
    • collect.cgi - for 1 data point
  • bulk.cgi or collect.cgi input into mysql db
  • graphs.mozilla.org/graphs.html
    • displays a line graph of the data over time
  • Single point on graph is an average(ish) of the tests on that day

Diagrams, etc

Implementation