--- android/TrainInfoService/WebContent/statistics.jsp 2010/05/06 12:21:57 712 +++ android/TrainInfoService/WebContent/statistics.jsp 2010/07/07 09:12:32 961 @@ -79,6 +79,11 @@ <%= form.format(stats.getDepartureCacheHits()/days) %> + --failed + <%= stats.getDepartureErrors() %> + <%= form.format(stats.getDepartureErrors()/days) %> + + Timetable Lookups <%= stats.getTimetableLookups() %> <%= form.format(stats.getTimetableLookups()/days) %> @@ -88,7 +93,14 @@ <%= stats.getTimetableCacheHits() %> <%= form.format(stats.getTimetableCacheHits()/days) %> + + --failed + <%= stats.getTimetableErrors() %> + <%= form.format(stats.getTimetableErrors()/days) %> + +

Persistant statistics

+Saved stats
\ No newline at end of file