如题,在mac os下无法运行./benchmark -n10000 -h1 -c400 -p56789 127.0.0.1,会提示./benchmark: cannot execute binary file。benchmark的文件权限已经是可读写可执行,求大神指点迷津。。。
mac os可能不支持
谢了,应该是,我在linux下,可以运行,./benchmark -n1 -h100000 -c1000 -p7272 127.0.0.1 运行结果是Throughput: 0.00 [#/sec];不知道如何解读。
benchmark是发送的hello字符串,要求服务端返回的也是hello字符串。 建议你使用ab测试。readme里面有脚本及方法 https://github.com/walkor/Workerman#benchmarks
mac os可能不支持
谢了,应该是,我在linux下,可以运行,./benchmark -n1 -h100000 -c1000 -p7272 127.0.0.1 运行结果是Throughput: 0.00 [#/sec];不知道如何解读。
benchmark是发送的hello字符串,要求服务端返回的也是hello字符串。
建议你使用ab测试。readme里面有脚本及方法
https://github.com/walkor/Workerman#benchmarks