Answer the question
In order to leave comments, you need to log in
What network problems are solved by low-level debugging?
Good day!
I’m thinking about the topic of the diploma, I came across interesting articles on eBPF (extended Berkley Packet Filter):
https://habr.com/ru/company/otus/blog/436528/
https://habr.com/ru/company/nixys/blog /580640/
The first one mentions an issue with Open vSwitch (incorrect TCP packet delivery order),
the second one monitors packets in complex networks of multiple virtual interfaces and network namespaces.
As far as I understand, the bottom line is that the BPF program allows you to access the sk_buff, net_device, iphdr fields and pull out the necessary information, or write your own values \u200b\u200bin some fields.
Tell me, what problems with the network are actually encountered in practice, which can be detected and solved in this way?
Maybe something can be emulated on virtual machines?
Thank you!
Answer the question
In order to leave comments, you need to log in
Tell me, what problems with the network are actually encountered in practice, which can be detected and solved in this way?
Maybe something can be emulated on virtual machines?
The most interesting thing is that eBPF allows you to see and understand a lot at the applicative level - https://newrelic.com/blog/nerd-life/pixie-develope...
Tell me, what problems with the network are actually encountered in practice, which can be detected and solved in this way?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question