我想通过 ApacheBenchmark 测试一个网站,执行后,people.txt 只包含 sh: 1: ab: not found我尝试了 ApacheBenchmark 的完整路径<?php$output = shell_exec('ab -k -c 350 -n 20000 www.yahoo.com 2>&1');$file = 'people.txt'; file_put_contents($file, $output);?>
1 回答
交互式爱情
TA贡献1712条经验 获得超3个赞
您的系统上没有安装“ab”工具。如果您使用的是基于 Debian 的操作系统(例如 Ubuntu),请使用apt-get install apache2-utils
安装它。对于 RedHat 系统,请尝试yum install httpd-tools
- 1 回答
- 0 关注
- 158 浏览
添加回答
举报
0/150
提交
取消