Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jish/lightspeed

A RubyGem to test your HTTP server's performance
https://github.com/jish/lightspeed

Last synced: 4 days ago
JSON representation

A RubyGem to test your HTTP server's performance

Awesome Lists containing this project

README

        

## 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.

```ruby
require 'lightspeed/ping'

p = Lightspeed::Ping.new
p.ping("google.com") # => 5.035
```