Sign up to create your own snipts, or login.

Public snipts » fredrikbach's snipts » Command to run performance test (POST) with ApacheBench

posted on Jan 08, 2009 at 4:33 p.m. EST in 
  • -- Post data included in file post_data
    your_name=fredrik&fruit=ApricotFromAB
    
    -- man ab to see options
    ab -n 20 -c 5 -p post_data -v 4 -T 'application/x-www-form-urlencoded' http://hroch486.icpf.cas.cz/cgi-bin/echo.pl
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.