Skip to content

SSH のポートフォワードの RTT を計測するやつ

Notifications You must be signed in to change notification settings

ttk1/rtt_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rtt_checker

SSH のポートフォワードの RTT を計測するやつ

サーバーの起動

ssh $host_name -L 8080:localhost:8080 python3 < server.py

クライアントの起動

python3 client.py

実行結果の例

$ python3 client.py
計測回数: 100 回
合計時間: 1448 ms
平均時間: 14.48 ms

About

SSH のポートフォワードの RTT を計測するやつ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages