{% autoescape true %}

Build Command Statistics - Prototype

This is an admittedly primitive interface to the build command statistics gathered every time a build command (currently just build_packages) is run in golo.chromium.org or corp.google.com.

Create GCL queries to search the statistics database. GCL has no SELECT or FROM clauses. This site supports a SQL-like SELECT clause for column filtering, but no FROM clause is needed/supported. If no SELECT clause is given then default columns are selected (see below). A default LIMIT 30 is used unless otherwise specified.


Prepare a new query

Write your own query
Select an example query

Query results

For query: {{ user_query }}

{% if error_msg %} {{ error_msg }} {% else %}

{% for row in results_table %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}
{% endif %}


Database columns available


Signed in as {{ user_email }}
{% endautoescape %}