匹配命令
~ 正则匹配,区分大小写 |
匹配优先级(与在配置文件中的顺序无关)
1. 精确匹配 ”=“ 会第一个被处理。如果发现精确匹配,停止搜索。 |
client_header_timeout
客户端向服务端发送一个完整的 request header
的超时时间。如果客户端在指定时间内没有发送一个完整的 request header,Nginx 返回 HTTP 408(Request Timed Out)。
Defines a timeout for reading client request header. If a client does not transmit the entire header within this time,
the 408 (Request Time-out) error is returned to the client.
简介
siege 是一款高性能的 http 压力测试工具。
siege 支持身份验证、 cookies、 http、 https 和 ftp 协议。
应用举例
1. 对指定站点进行压测 |
Ansible 是基于python开发的,对于客户端的要求是需要有SSH和Python(如果python版本过低则 需要安装python-simplejson module)。