我在Fedora 21/Ubuntu12.04上安装了httperf,并尝试使用以下命令进行简单测试:
httperf --server www.google.com 它总是给我以下的结果:
httperf --client=0/1 --server=www.google.com --port=80 --uri=/ --send-buffer=4096 --recv-buffer=16384 --num-conns=1 --num-calls=1
httperf: can't open www.google.com 你对这个问题有什么想法吗?谢谢!
PS
发布于 2015-04-29 21:26:36
从源安装工具时会出现问题。相反,使用存储库中的版本
apt-get install httperf一切都会很顺利的。
https://stackoverflow.com/questions/29913300
复制相似问题