Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used feeltty to measure the interactivity of a Coder SSH session vs. SSH directly into the box.
Coder is substantially slower in our coder-ts (Docker-based) template. I get baseline latencies in my AWS workspace.
coder-ts
$ feeltty ssh coder.poll connect 2990.36792ms input sample size 32 input mean 118.698ms input stddev 274.132ms
$ feeltty ssh <redacted> connect 1199.80383ms input sample size 32 input mean 55.526ms input stddev 43.138ms
Oddly, I see equal throughputs as tested by ssh <host> -- cat /dev/urandom | pv > /dev/null.
ssh <host> -- cat /dev/urandom | pv > /dev/null
Perhaps #3505 will fix this. (cc @kylecarbs, @bpmct)
The text was updated successfully, but these errors were encountered:
I tried with identical workspaces (aws, us-west-1, same instance type). To me, it does not seem like a significant improvement.
coder@ben-stable:~/coder/dist$ feeltty ssh coder.no-tailscale connect 2527.55540ms input sample size 32 input mean 85.401ms input stddev 0.452ms
(I used client and server binaries from #3505)
coder@ben-stable:~/coder/dist$ feeltty ssh coder.with-tailscale connect 3022.32316ms input sample size 32 input mean 104.875ms input stddev 0.392ms
Sorry, something went wrong.
cc.: @kylecarbs
Closing in favor of #2779
No branches or pull requests
I used feeltty to measure the interactivity of a Coder SSH session vs. SSH directly into the box.
Coder is substantially slower in our
coder-ts
(Docker-based) template. I get baseline latencies in my AWS workspace.Oddly, I see equal throughputs as tested by
ssh <host> -- cat /dev/urandom | pv > /dev/null
.Perhaps #3505 will fix this. (cc @kylecarbs, @bpmct)
The text was updated successfully, but these errors were encountered: