Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Sep 30, 2008
1 parent 39d04d3 commit d9167dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README
@@ -1,6 +1,8 @@
Autoperf is a ruby driver for httperf, designed to help you automate load and performance
testing of any web application - for a single end point, or through log replay.

More: http://www.igvita.com/2008/09/30/load-testing-with-log-replayload-testing-with-log-replay/

To get started, first download & install httperf:
http://www.hpl.hp.com/research/linux/httperf/

Expand Down Expand Up @@ -30,4 +32,4 @@ Sample output:
|> 160 | 151.9 | 151.9 | 147.0 | 0 | 69.3 |
| 180 | 132.2 | 129.8 | 137.4 | 27 | 59.6 |
| 200 | 119.8 | 117.6 | 139.9 | 31 | 53.9 |
+----------------------------------------------------------------+
+----------------------------------------------------------------+
9 changes: 5 additions & 4 deletions autoperf.rb
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
#
# autoperf - tool to drive httperf benchmark tests for a web server
#--
# Copyright (C)2008 Ilya Grigorik
# You can redistribute this under the terms of the Ruby license
#++

require 'rubygems'
require 'optparse'
Expand Down Expand Up @@ -99,4 +100,4 @@ def run
Process.exit
}

AutoPerf.new()
AutoPerf.new()

0 comments on commit d9167dd

Please sign in to comment.