並行性 (パフォーマンス) - CI/CD用語集の定義
パフォーマンステストにおける 並行性 とは、同じ瞬間に処理されているリクエストまたはユーザーの数であり、時間の経過に伴う完了数を数えるスループットとは異なります。
並行性とスループット
リトルの法則により、平均並行性はスループットに平均応答時間を掛けたものに等しくなります。容量を追加せずに並行性を2倍にすると、通常はスループットではなくレイテンシが増加します。
関連ガイド
Virtual User - CI/CD Glossary DefinitionVirtual User: A virtual user (VU) is a simulated client in a load test that issues requests and follows a scr…
Throughput - CI/CD Glossary DefinitionThroughput: Throughput is the amount of work a system completes per unit of time, commonly measured in reques…
Connection Pool - CI/CD Glossary DefinitionConnection Pool: A connection pool is a cache of open, reusable connections (to a database or HTTP service) s…