Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TCP フローの RTT を取得する必要があります。proc ファイル システムを調べましたが、TCP の RTT 値を取得できませんでした。RTT がどのファイルに保存されるかについて何か考えがある場合は、共有してください。
前もって感謝します。
tcpprobe を使用してこれを行うことができます (kprobe を使用して tcp_recv 処理パスにフックを挿入し、着信パケットに応答して TCP 接続の状態を記録します)。
ここで説明: Linux での TCP ラウンド トリップ時間 (RTT) の見積もりの抽出