Skip to content

Instantly share code, notes, and snippets.

@diablowu
Created March 20, 2015 10:02
Show Gist options
  • Select an option

  • Save diablowu/7c7837ad0831cf02af1a to your computer and use it in GitHub Desktop.

Select an option

Save diablowu/7c7837ad0831cf02af1a to your computer and use it in GitHub Desktop.
#!/bin/bash
gfile="`pwd`/g.cvs"
pfile="`pwd`/p.cvs"
reqnum=$1
concurr=$2
url=$3
ab -n $reqnum -c $concurr -k -r -g $gfile -e $pfile $url > report.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment