<% response.Expires = -1 %> Untitled

openATC Statistics

The following hourly, daily, and weekly graphs display how many aircraft were tracked (blue) and how many people were feeding data (green)

Hourly


Daily


Weekly


FAA Data Statistics

The following hourly, daily, and weekly graphs display how many aircraft were tracked (blue) and how many people were feeding data (green)

Hourly


Daily


Weekly


<% Dim conn, rs, trips, positions, aircraft set conn=Server.CreateObject("ADODB.Connection") conn.Open(Application("DBConnectVesselLog")) set rs = conn.Execute("sp_GetStatistics") 'aircraft = rs(0) trips = rs(0) positions = rs(1) rs.close set rs = nothing conn.Close set conn = nothing %>

A total of <%=FormatNumber(trips,0) %> air trips were recorded, and <%=FormatNumber(positions,0) %> position reports are in the database.

Thank you to everyone who helps keeping this system going!


This page served times