chisel icon indicating copy to clipboard operation
chisel copied to clipboard

low performance with chisel

Open gundami opened this issue 2 years ago • 3 comments

i'm using linux, and i found the speed under chisel is too slow. my server is linux too. network is 1Gbps, i use iperf3 to test the speed. image directly connect image with chisel not even one-fifth of the speed

gundami avatar Mar 29 '22 15:03 gundami

Chisel always uses encryption for the tunnel traffic, so both your server and client must be fast machines in order to have high throughput.

vochong avatar May 15 '22 17:05 vochong

Encapsulating SSH/SOCKS inside of HTTP/WebSocket has quite some overhead which is expected. To reach faster speeds use a vpn like wireguard.

SuperSandro2000 avatar Oct 23 '22 00:10 SuperSandro2000

To anyone looking for alternative, might i suggest https://github.com/rapiz1/rathole. It support tunneling via websocket. From my brief benchmark using iperf3, it can attain almost 2x the bandwith of ssh tunnel.

rucciva avatar Oct 17 '23 12:10 rucciva