multipath-tcp / mptcp

⚠️⚠️⚠️ Deprecated 🚫 Out-of-tree Linux Kernel implementation of MultiPath TCP. 👉 Use https://github.com/multipath-tcp/mptcp_net-next repo instead ⚠️⚠️⚠️
https://github.com/multipath-tcp/mptcp_net-next
Other
890 stars 335 forks source link

How to monitor subflows ? #314

Closed vidsgr closed 5 years ago

vidsgr commented 5 years ago

Is there any way, we can monitor different subflows, interface used by them and subflow specific congestion window, RTT without dumping PCAP

teto commented 5 years ago

you can use the linux utility called ss or inject some eBFP code that will push this in userspace.

hoang-tranviet commented 5 years ago

Also, if you have the source of your application, you can use socket-option MPTCP_INFO: https://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP

cpaasch commented 5 years ago

Closing as the question has been answered.