일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- nginx-media-server
- configmap
- macos
- docker
- VSCode
- ebpf
- aws
- namespace
- dart
- service
- deployment
- Windows10
- RTMP
- android studio
- HLS
- Kubernetes
- Pod
- spring cloud config
- aws cli
- golang
- Flutter
- Android
- Java
- Python
- kubectl
- Sysinternals
- 행정구역분류
- wireshark
- Shell script
- ffmpeg
- Today
- Total
woonizzooni
BPF / cBPF / eBPF / XDP 관련 본문
마구잡이식 기록. 정리는 한참 나중에 하기로....
Brendan Gregg's Blog
http://www.brendangregg.com/blog/index.html
Linux 4.x Tracing: Performance Analysis with bcc/BPF
BPF Compiler Collectino (BCC)
https://github.com/iovisor/bcc
bpfrace
https://github.com/iovisor/bpftrace
2018/12/07 [논문] 가상 네트워크 트래픽 모니터링을 위한 eBPF기반 Virtual TAP 설계 및 구현
http://www.knom.or.kr/knom-review/v21n2/4.pdf
2018/07/06 초당 천만개의 패킷을 버리는 방법
https://blog.cloudflare.com/ko/how-to-drop-10-million-packets-ko/
https://github.com/cloudflare/cloudflare-blog/blob/master/2018-07-dropping-packets/README.md
2018/08/17 BPF / XDP 8월 세미나 KossLab
https://www.slideshare.net/TaeungSong/bpf-xdp-8-kosslab
2019/03/03 Performance analysis in Linux storage stack with BPF
2017/04/25 Cilium - Network and Application Security with BPF and XDP Thomas Graf, Covalent IO
2016/05/26 Meet cute-between-ebpf-and-tracing
https://www.slideshare.net/vh21/meet-cutebetweenebpfandtracing
2019/01/07 Introduction to eBPF in Red Hat Enterprise Linux 7
https://www.redhat.com/en/blog/introduction-ebpf-red-hat-enterprise-linux-7
2018/04/16 BPF, eBPF, XDP and Bpfilter… What are These Things and What do They Mean for the Enterprise?
2018/12/30 Linux BPF (Berkeley Packet Filter)
https://ssup2.github.io/theory_analysis/Linux_BPF/
BPF (Berkeley Packet Filter) : https://en.wikipedia.org/wiki/Berkeley_Packet_Filter
eBPF (enhanced BPF)
cBPF (classic BPF)
XDP (eXpress Data Path)
Borkmann, D.: On getting tc classifier fully programmable with cls_bpf (2016).
SECure COMPuting with filters (2016).
https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt
LSF (Linux Socket Filtering)Schulist, J., et al.: Linux Socket Filtering aka Berkeley Packet Filter (BPF) (2016).
https://www.kernel.org/doc/Documentation/networking/filter.txt
Starovoitov, A.: Tracing: attach eBPF programs to kprobes (2015).
https://lwn.net/Articles/636976/
A JIT for packet filters
https://lwn.net/Articles/437981/
BSD Packet Filter (1992/12/19)
http://www.tcpdump.org/papers/bpf-usenix93.pdf
JIT (Just-In-Time) 컴파일
LLVM + clang
'Linux' 카테고리의 다른 글
Linux 서버 동작/성능 모니터링 도구 (0) | 2019.11.29 |
---|---|
linux 커널 버전과 레드햇 계열(RHEL, CentOS) 버전 매핑 (2) | 2019.11.19 |