摘要:
1.nginx的stub_status模块 1.1安装: ./configure \ --prefix=/kht/nginx \ --with-http_stub_status_module 1.2 修改nginx.conf配置文件 location /status { stub_status on 阅读全文
posted @ 2021-09-07 10:30
kht
阅读(90)
评论(0)
推荐(0)
摘要:
NGINX并发量优化 1.压力测试 centos安装ab:centos安装ab:yum install -y httpd-tools 命令:ab -c 2000 -n 2000 web服务器的地址 ab:压力测试工具 -c:client缩写,客户端的数量 -n:总的访问量,所有客户端总共的访问量。 阅读全文
posted @ 2021-09-07 09:43
kht
阅读(604)
评论(0)
推荐(0)

浙公网安备 33010602011771号