Performance Metrics - Innovation & Technology - Map Chicago Website Availability
City of Chicago
@usgov.city_of_chicago_performance_metrics_innovation_technol_d20d12e8
City of Chicago
@usgov.city_of_chicago_performance_metrics_innovation_technol_d20d12e8
The Map Chicago Website allows users to view neighborhoods, communities, political boundaries and points of interest throughout the city of Chicago. The percentage of the Map Chicago website uptime, the amount of time the site was available, and the target uptime for each week are available by mousing over columns. The target availability for this site is 99.5%.
Organization: City of Chicago
Last updated: 2020-11-10T16:54:30.177540
Tags: performance-metrics, service-delivery, technology
CREATE TABLE table_1 (
"week" VARCHAR,
"total_downtime_minutes" BIGINT -- Total Downtime (minutes),
"map_chicago_site_uptime" BIGINT -- Map Chicago Site Uptime (%),
"target_uptime" DOUBLE -- Target Uptime (%),
"weeks_target_was_achieved" VARCHAR,
"weeks_target_was_not_achieved" VARCHAR
);Anyone who has the link will be able to view this.