keystrokes latencies recording tool Host * IdentityFile ~/.ssh/id_ed25519 User stefschu Host ela HostName ela.cscs.ch Host clariden Hostname clariden.cscs.ch AddKeysToAgent yes ForwardAgent yes ProxyJump ela # create venv and install requirements source .venv/bin/activate python ./simulate.py --host ela --duration 1 # host=ela.cscs.ch, n=160, avg=268.20 ms, p50=257.15 ms, p95=341.08 ms python ./simulate.py --host clariden --duration 1 # host=clariden.cscs.ch, n=152, avg=287.16 ms, p50=265.96 ms, p95=351.84 ms