# File src/SessionStats.rb, line 26
                def hits_per_second
                        @session_hits > 0 ? (hits.to_f / uptime.to_f) : nil
                end