You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: itnot/index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -507,10 +507,10 @@
507
507
<p>eBPF is a superpower</p>
508
508
<asideclass="notes">
509
509
What the heck is eBPF ?
510
-
eBPF stands for "enhanced Berkeley Packet Filter" it's a linux kernel technology that is used by e.g. tcpdump and other analysis tools.
511
-
eBPF is used to extract millions of metrics from the kernel and applications for troubleshooting purposes, deep monitoring or exploring running software.
512
-
eBPF is basically like a superpower.
513
-
BPF was initially used for tools like tcpdump but Alexei Starovoitov introduced eBPF to be used for things like to NATing, routing, doing what iptables does for example.
510
+
<br><br>BPF stands for "Berkeley Packet Filter" it's a linux kernel technology that is used by e.g. tcpdump and other analysis tools.
511
+
<br><br>eBPF is used to extract millions of metrics from the kernel and applications for troubleshooting purposes, deep monitoring or exploring running software.
512
+
<br><br>BPF is basically a superpower.
513
+
<br><br>BPF was initially used for tools like tcpdump but Alexei Starovoitov introduced eBPF (enchanced BPF) to be used for things like NATing, routing, doing what iptables does for example.
0 commit comments