Show HN: Cost-aware network traffic analysis
traffic-refinery.github.io
Show HN: Cost-aware network traffic analysis
1–10 of 14 posts
Re: Show HN: Cost-aware network traffic analysis
#2Traffic Refinery is a cost-aware network traffic analysis library implemented in Go. It works at line rate up to 10gbps. Traffic Refinery is tailored towards the development of Machine Learning models for network inference. To achieve this goal, the system allows to 1) collect different statistics from captured traffic and 2) profile the cost of the collection of each feature to better understand how feasibly such collection would be in production. The system uses a conveninent configuration system to specify which subportions of traffic you want to track and what statistics to collect from the flows belonging to the observed traffic. Subportions of traffic are specified using DNS properties (e.g., domain names) or by IP addresses. The systems comes with standard traffic statistics built-in and ready to be collected (e.g., packet/byte counters, jitter) but new ones can be easily implemented by the simple writing of a go function. Examples are available in the documentation.
We are happy to answer any questions either here or via email, and solve any issue you might have using the github repo issues page.
Re: Show HN: Cost-aware network traffic analysis
#3Re: Show HN: Cost-aware network traffic analysis
#4Re: Show HN: Cost-aware network traffic analysis
#5Re: Show HN: Cost-aware network traffic analysis
#6Re: Show HN: Cost-aware network traffic analysis
#7Re: Show HN: Cost-aware network traffic analysis
#8Quoted post unavailable.