Skip to content

Test http server with wrk tool with mime upload

Notifications You must be signed in to change notification settings

moneyease/wrkbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

wrkbench

This is a simple script to create lua file to test http multipart upload.

Example

For example you want to post N files using multipart

 ./wrkbench.py -F <file1> -F <file2> -H "Expect:--http1.1" -o /tmp

This will create a folder /tmp/wrkbench-<seconds-since-epoch>

run wrk command with -s post.lua to start the test. Example

wrk -t1 -c1 -d5s -R1 -s /tmp/wrkdesk-1585595404/post.lua https://192.168.2.2:8443/uploader

Happy Benchmarking

About

Test http server with wrk tool with mime upload

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published