# File src/ApplicationStats.rb, line 57
                def rolling_hits_per_second
                        (rolling_hits_total.to_f / rolling_interval.to_f)
                end