Project

autograph

0.0
No commit activity in last 3 years
No release in over 3 years
Autograph wraps httperf, running multiple tests while varying the parameters, graphing the output.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

autograph¶ ↑

STATUS:¶ ↑

I don’t know how many people use autograph. I use it occasionally, and find it useful for sharing pretty graphs. I SHOULD be able to merge a patch. NCS 8/2010

DESCRIPTION:¶ ↑

Autograph drives httperf, varying the request rate and graphing the output. This exercise provides graphical data showing how the requested resources hold up under an increasing rate, particularly with request to response time and achieved request rate.

NOTES:¶ ↑

Start off with broad ranges and zero in on rate/call/connection limits Run from a server, not your laptop, you don’t want to be limited by your internet connection.

PROBLEMS:¶ ↑

  • No ‘AcceptEncoding’ support

  • Limited to the load generation capabilities of a single server.

SYNOPSIS:¶ ↑

autograph --host example.com --low-rate 5 --high-rate 25 --rate-step 5 --num-conns 25

autograph --host example.com --low-rate 10 --high-rate 50 --rate-step 10 --output-file my_load_test.html

THANKS:¶ ↑

Thanks to

Julian T J Midgley Autobench www.xenoclast.org/autobench/

Ilya Grigorik Autoperf github.com/igrigorik/autoperf/tree

HP httperf www.hpl.hp.com/research/linux/httperf/

LICENSE:¶ ↑

Autograph Copyright © 2009 Nick Stielau

Based on ideas and code from autoperf.rb github.com/igrigorik/autoperf/tree Copyright ©2008 Ilya Grigorik

You can redistribute this under the terms of the Ruby license