[Anemometer] element index

Package indexes

All elements
a g i q r s u _
_
top
__construct
Anemometer::__construct() in Anemometer.php
Constructor. Pass in the global configuration object
a
top
Anemometer
Anemometer in Anemometer.php
class Anemometer
Anemometer.php
Anemometer.php in Anemometer.php
api
Anemometer::api() in Anemometer.php
main method for getting report results. This method can be called as an ajax callback and return the raw data in json format, or it can display a table or graph directly. All other methods that get report results use this either directly or as an ajax call.
g
top
graph_search
Anemometer::graph_search() in Anemometer.php
Search by using a graph. A brief search form is shown to allow a graph to be built. Html table results that corespond to the time range of the graph is displayed below. Regions can be selected in the graph directly which will update the table results with the new time range.
i
top
index
Anemometer::index() in Anemometer.php
show the index page where users can select the datasource. If there's only one, just redirect to the default report
q
top
quicksearch
Anemometer::quicksearch() in Anemometer.php
Search for a checksum value. Redirect to show_query if it's found
r
top
report
Anemometer::report() in Anemometer.php
Display the search form, and the report results (by default as a html table)
s
top
samples
Anemometer::samples() in Anemometer.php
Show query samples for a specific checksum
show_query
Anemometer::show_query() in Anemometer.php
Display a specific query from its checksum value
u
top
upd_query
Anemometer::upd_query() in Anemometer.php
Update the review and comments for a query by its checksum
a g i q r s u _