TAGS: curl-loader | 負荷テストツール | Webサーバ | HTTP
curl-loaderはC言語で開発されたオープンソースツールで、数千~数万個のHTTP/HTTPSやFTP/FTPSクライアントを生成し、シミュレーションを行うWebサーバの負荷テストツールです。

curl-loader is an open-source tool written in C-language, simulating application load and application behavior of thousands and tens of thousand HTTP/HTTPS and FTP/FTPS clients, each with its own source IP-address. In contrast to other tools curl-loader is using real C-written client protocol stacks, namely, HTTP and FTP stacks of libcurl and TLS/SSL of openssl, and simulates user behavior with support for login and authentication flavors.




動作環境


◇ 開発言語:C
◇ ライセンス:GPLv2


機能・特徴


◇ 2500~100000個クライアントを同時に生成することができる
◇ 個々のクライアントは独自のIPアドレスからロードされる
◇ IPv4、IPv6アドレス/URI
◇ HTTPプロトコルサポート。ファイルアップロードをサポート
◇ HTTPユーザ認証サポート
◇ HTTPクッキーとDNSキャッシュサポート
など

Sponsored Link


有关作者
Syboos.jp編集長AJavaやオープンソース情報の執筆、Webサイトの開発や運営全般の業務に携わる。

Comments