博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ab 测试工具
阅读量:5317 次
发布时间:2019-06-14

本文共 263 字,大约阅读时间需要 1 分钟。

ab,即Apache Benchmark,在Apache的安装目录中找到它。
安装目录/bin/ab.exe
ab -n 数字 -c 数字 url路径
我们对位于本地Apache服务器上、URL为localhost/index.php的页面进行压力测试。
测试总次数为1000,并发数为100(相当于100个用户同时访问,他们总共访问1000次)。
ab -n 1000 -c 100 localhost/index.php

转载于:https://www.cnblogs.com/zj1234/p/8647266.html

你可能感兴趣的文章