httperf segmentation fault error on OS X 10.7.1
As the warning states, the number of connections to the http server is exceeding the maximum number of allowed open file-descriptors. It’s likely that even though httperf is limiting the value to FD_SETSIZE, you’re reaching beyond that limit. You can check the limit value with ulimit -a $ ulimit -a core file size (blocks, -c) … Read more