while benchmarking fabio I've noticed
2017/04/14 16:19:51 http: proxy error: context canceled
in logs.
it is t2.micro AWS instance that was tuned with those changes:
sudo sysctl -w fs.file-max="9999999"
sudo sysctl -w fs.nr_open="9999999"
cat > /etc/security/limits.d/95-nofile.conf <<EOF
kostyrev soft nofile 102400
kostyrev hard nofile 102400
EOF
proxy.cs = cs=fast;type=file;cert=fast.com.c;key=fast.com.key
proxy.addr = :8080,:8443;cs=fast
./fabio-1.4.2-go1.8.1-linux_amd64 -cfg fabio.properties
could you please elaborate on those errors in logs?
I used wrk
./wrk -t20 -c1000 -d60s --latency https://IP:8443/nginx/
behind balancer there were two t2.medium instances with nginx installed.
while benchmarking fabio I've noticed
in logs.
it is t2.micro AWS instance that was tuned with those changes:
could you please elaborate on those errors in logs?
I used wrk
behind balancer there were two
t2.mediuminstances with nginx installed.