Can't open more than 1000 connections on mac os x
max5it opened this issue · 2 comments
max5it commented
Mac OS X 10.10.3 (14D136)
18:06 $ ~/bin/tcpkali -c 1100 -T 60 127.0.0.1:3000
Destination: [127.0.0.1]:3000
WARNING: 1100 connections might not be opened at a rate 100 within test duration 60.
Decrease --connections=1100, or increase --duration=60 or --connect-rate=100.
(libev) select: Invalid argument============>-----| 999 of 1100 (999)
Abort trap: 6
vlm commented
- Run as:
LIBEV_FLAGS=8 ~/bin/tcpkali -c 1100 -T 60 127.0.0.1:3000
- The patch is coming.