NatLee / telepy

A Django-based web application for managing and monitoring the reverse SSH tunnels or jump servers.
MIT License
4 stars 1 forks source link

[FR] 實作latency測量 #2

Open h-alice opened 4 months ago

h-alice commented 4 months ago

如題,需要有個方式ping client

NatLee commented 4 months ago

rolling-cat

NatLee commented 4 months ago

主要得測量這兩段時間

  1. Server到endpoint的latency

    web -> (web server) -> openssh server --(這段時間)--> endpoint
  2. Endpoint到server的latency

    web <- (web server) <- openssh server <--(這段時間)-- endpoint

目前想不到什麼好方法 🥹

NatLee commented 3 months ago

補充類似功能會像這樣

image

可查看端點兩側延遲