HTTPERF を使用してリモート サーバーへのファイルのアップロードをベンチマークしたい
フォーム データのエントリを指定できる wsesslog オプションがあることは知っています。
しかし、ファイルの投稿リクエストも送信できますか?
何かのようなもの:
httperf --hog --server 127.0.0.1 --port 5000
--add-header="Content-Type: application/x-www-form-urlencoded\n" --wsesslog=150,0,httperf_content
httperf_content ファイルに含まれる
/ method=POST contents="file=PATH_TO_FILE"