我想通过 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);
?>
交互式爱情
相关分类