Skip to content
New issue

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

[v14] Detect and report latency measurements for SSH sessions in the UI #35516

Merged
merged 1 commit into from Dec 7, 2023

Commits on Dec 7, 2023

  1. Detect and report latency measurements for SSH sessions in the UI (#3…

    …4862)
    
    Monitors both the UI<->Proxy and Proxy<->SSH host connections in
    order to provide users with near real time latency data for ssh
    connections established via the UI. The client portion of the
    connection is measured by how long it takes to receive a web socket
    pong in response to sending a web socket ping. The host portion of
    the connection is measured by how long it takes to receive a reply
    of a keepalive@openssh.com global SSH request. The statistics are
    periodically sent via a new envelope type over the web socket where
    they are consumed and displayed to users.
    rosstimothy committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9c7aabc View commit details
    Browse the repository at this point in the history