--- android/TrainInfoService/WebContent/statistics.jsp 2010/05/06 12:21:57 712 +++ android/TrainInfoService/WebContent/statistics.jsp 2010/06/09 21:04:54 813 @@ -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,15 @@ <%= stats.getTimetableCacheHits() %> <%= form.format(stats.getTimetableCacheHits()/days) %> + + --failed + <%= stats.getTimetableErrors() %> + <%= form.format(stats.getTimetableErrors()/days) %> + +

Persistant statistics

+Saved
+Saved, average \ No newline at end of file