Earlier quoted context omitted.
I'm not sure I know anyone that _doesn't_ have it
Like seneca, I also don’t know anyone who uses it. That’s interesting. I haven’t used it for around 2 years. I wonder who uses it when I see their reports, because I don’t know them. I probably have a weird group of friends. I’m sure if I asked, some of my coworkers use it. My kids would love if we used it. Perhaps it’s big among younger people.
How Netflix Accurately Attributes eBPF Flow Logs
11–20 of 61 posts
Re: How Netflix Accurately Attributes eBPF Flow Logs
#12All that logging and they cant figure out why people are going to other streaming services
Despite their awful UX, I'm always impressed with how reliable their service is, technically speaking. Video is always good and responsive even on less-than-stellar connections, you can leave a show paused for hours, and resume it almost instantly. Their fast.com speed test is always much faster than your regular internet access, I guess thanks to their Open Connect Appliances. It must be great to work for them in in…
Re: How Netflix Accurately Attributes eBPF Flow Logs
#13The agent repo: https://github.com/coroot/coroot-node-agent
Re: How Netflix Accurately Attributes eBPF Flow Logs
#14Re: How Netflix Accurately Attributes eBPF Flow Logs
#15Re: How Netflix Accurately Attributes eBPF Flow Logs
#16Re: How Netflix Accurately Attributes eBPF Flow Logs
#17Re: How Netflix Accurately Attributes eBPF Flow Logs
#18All that logging and they cant figure out why people are going to other streaming services
Despite their awful UX, I'm always impressed with how reliable their service is, technically speaking. Video is always good and responsive even on less-than-stellar connections, you can leave a show paused for hours, and resume it almost instantly. Their fast.com speed test is always much faster than your regular internet access, I guess thanks to their Open Connect Appliances. It must be great to work for them in in…
Re: How Netflix Accurately Attributes eBPF Flow Logs
#19so they didn't want to pay for AWS CloudWatch [1]; decided to roll their in-house network flow log collection; and had to re-implement attribution? i wonder how many hundreds of thousands of dollars network flow logs cost them; obviously at some point it is going to be cheaper to re-implement monitoring in-house. [1]: https://youtu.be/8C9xNVYbCVk?feature=shared&t=1685
Doing it with eBPF on end hosts you can get the same data, but you can attribute it directly as you know which container it originates from, snoop dns, then you can get extremely useful metrics like per tcp connection ack delay and retransmissions, etc.
AWS recently released Cloudwatch Network Monitoring that also uses an agent with eBPF, but its almost like a children's toy compared to something like Datadog NPM. I was working on a solution similar to Netflix's when NPM was released, was no point after that.
Re: How Netflix Accurately Attributes eBPF Flow Logs
#20Earlier quoted context omitted.
I'm not sure I know anyone that _doesn't_ have it
Like seneca, I also don’t know anyone who uses it. That’s interesting. I haven’t used it for around 2 years. I wonder who uses it when I see their reports, because I don’t know them. I probably have a weird group of friends. I’m sure if I asked, some of my coworkers use it. My kids would love if we used it. Perhaps it’s big among younger people.