Skip to content

Commit b81b1da

Browse files
author
Elena Crenguta Lindqvist
committed
äöåöåö
1 parent 256ff7c commit b81b1da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

itnot/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,10 @@
507507
<p>eBPF is a superpower</p>
508508
<aside class="notes">
509509
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.
514514
</aside>
515515
</section>
516516

0 commit comments

Comments
 (0)