Skip to content

schuups/keystrokes-latencies-recording-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages