- Network Microscope is a system that accurately infers video streaming quality metrics in real time, such as startup delay or video resolution, by using just a handful of features extracted from passive traffic measurement. Network Microscope passively collects a corpus of network features about the traffic flows of interest in the network and directs those to a real-time analytics framework that can perform more complex inference tasks. Network Microscope enables network operators to determine degradations in application quality as they happen, even when the traffic is encrypted. Visit our webpage.
- Service traceroute is a tool that allows the discovery of individual application flows paths. Service Traceroute leverages the ideas from paratrace to passively listen to application traffic to then issue traceroute probes that pretend to be part of the application flow. Service Traceroute extends this idea to work for modern Internet services and support tracing of multiple concurrent TCP flows, as well as for UDP flows. Service Traceroute is available both as command-line tool and library versions. Visit our github page.