docker/siege/README.md

15 lines
558 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Siege
Siege是一款开源的压力测试工具可以根据配置对一个WEB站点进行多用户的并发访问记录每个用户所有请求过程的相应时间并在一定数量的并发访问下重复进行。它支持下面3种操作模式
1. Regression (when invoked by bombardment)Siege从配置文件中读取URLs按递归方式逐个发送请求
2. Internet simulation (Siege从配置文件中读取URLs随机选取URL发送请求)
3. Brute force (在命令行上写上一个单独的URL发送请求)
## 使用