# File src/ApplicationStats.rb, line 25
                def hits_per_second
                        @total_hits > 0 ? (hits.to_f / uptime.to_f) : nil
                end