This page shows completeness data for recent CWU processing. Data can be viewed spanning from 1 to 7 days as a sliding time window, and the page updates automatically every 5 minutes.
Completeness data is presented as a table of "tiles" for the sites that CWU processes. Each tile displays the "% Complete" value for that site by both a color code and a text label.
Clicking on a tile will display a graph of data outage for that site. The outage graph is a stacked bar graph with data grouped into 5-minute blocks — with a maximum outage count per block per day of 300. The colors indicate on which day the outage occurred, as indicated in the legend to the right of the plot. Outages are plotted by time of day (UTC) and the thin black vertical line on the graph indicates the time of the most recent data update.
Clicking on an icon in the legend for the data outage plot will show full gap details for that site for that 24-hour period. Clicking on the same icon again will return to the outage counts plot.
By default, the page displays completeness data based on 5 days of data. All sites are shown, and sites are sorted alphabetically. These settings can be changed via the tools at the bottom of the page title.
Enter values into the input fields and hit the Return key or click outside the field to activate the change.
The sort order can be changed by clicking on the sort direction indicator (∧, ∨, —) to the right of the site and percent input fields. By default the tiles are not sorted by percent complete (indicated by the —). If you choose a sort direction for percent, it will be the dominant sort factor.
You can filter the tiles shown by entering a site "pattern". Patterns consist of 1-4 characters, where
So, for example "S?0#" would show tiles for S300, SC02, and SC04. Patterns shorter than 4 characters are handled as though they had a trailing *
You can load the page with specific settings by adding parameter flags to the page URL. Flags are all in the "key=value" form, and you separate flags with ampersands (&). Any flags not given will use the default value.
Accepted flags:
days
Number of days of data to request. Default 5, accepted values 1,3,5,7
sites
Pattern of sites to show. Default is * (all sites)
sites-sort
Sorting direction for site codes. Default is ^ (A-Z), accepted values ^ and v (for Z-A)
percent-min
Show sites with percent complete at or above this value. Default is 0
percent-max
Show sites with percent complete at or below this value. Default is 100
percent-sort
Sort sites by percent complete. Default is - (no sorting by percent), accepted values are - (no sort), v (100-0), and ^ (0-100)
Examples:
Data for past 1 day, only sites that start with P and a number, and sort by percent from 0 to 100
.../completeness?days=1&sites=P#&percent-sort=^
Only display sites with percent complete values from 50 to 75, sort sites from Z to A, and include data from past 7 days
.../completeness?percent-min=50&percent-max=75&sites-sort=v&days=7