Lightspeed
A RubyGem to test your HTTP server's performance.
Ping
Ping will issue the ping
command with a count of 1 and return the result.
require 'lightspeed/ping'
p = Lightspeed::Ping.new
p.ping("google.com") # => 5.035
Project
A RubyGem to test your HTTP server's performance.
Ping will issue the ping
command with a count of 1 and return the result.
require 'lightspeed/ping'
p = Lightspeed::Ping.new
p.ping("google.com") # => 5.035