Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https および ftps プロトコルのパフォーマンス テストを実行したいと考えています。JMeter を使用して http と ftp をテストしましたが、同じものは https と ftps をサポートしていません。
誰かが良いツールを提案できますか?
JMeter はデフォルトで HTTPS をサポートしています。
FTPS の場合、以下を使用できます。
http://commons.apache.org/proper/commons-net/
AbstractJavaSamplerClientを使用してカスタム サンプラーを作成します。例については、次を参照してください。