Perfomatic: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(updated people)
(direct link to file graphserver bug)
Line 5: Line 5:
'''People'''
'''People'''
* Rob Helmer (rhelmer), Alice Nodelman (anode), Laura Thomson (laura), Chris Howse (chowse)
* Rob Helmer (rhelmer), Alice Nodelman (anode), Laura Thomson (laura), Chris Howse (chowse)
* Bug address: graphserver@mozilla.com
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Webtools&component=Graph%20Server File a bug in Webtools : Graph Server]
* IRC: [irc://irc.mozilla.org/#perfomatic #perfomatic]
* IRC: [irc://irc.mozilla.org/#perfomatic #perfomatic]



Revision as of 07:03, 6 February 2011

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

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