#!/bin/bash
# Quick -n- dirty Apache Benchmarker script

ab -n $1 -c $2 $3