
ebpf
文章平均质量分 58
Andre-S
linux系统开发中。。。
展开
-
linux上trace code的几种方法
但是,如果直接查看源码,源码可能代码量大,且分支多,不容易理清。就需要让相关程序运行起来查看。2.查看某个函数被执行时的routine。1.查看某个场景下的代码执行流。1.无侵入方式(不修改源码)2.侵入方式(修改源码)原创 2024-10-26 09:20:44 · 472 阅读 · 0 评论 -
丢包分析工具
丢包分析工具原创 2023-02-26 11:08:06 · 433 阅读 · 0 评论 -
tc ebpf sample - tethering offload on linux pc
【代码】tc ebpf sample - tethering offload on linux pc。原创 2022-11-30 22:30:48 · 929 阅读 · 0 评论 -
network-tc-ebpf
linux tc ebpf 示例原创 2022-10-30 09:27:45 · 459 阅读 · 0 评论 -
Linux tracing systems & how they fit together
I’ve been confused about Linux tracing systems foryears. There’s strace, and ltrace, kprobes, and tracepoints, and uprobes, and ftrace, and perf, and eBPF,and how does it all fit together and what does it all MEAN?Last week I went to Papers We Love and.转载 2021-12-19 20:31:18 · 409 阅读 · 0 评论 -
TCP CC tracing
#!/usr/bin/python## tcp_cc Trace TCP IPv4 tcp_slow_start and tcp_cong_avoid_ai().# For Linux, uses BCC, eBPF. Embedded C.from __future__ import print_functionfrom bcc import BPFfrom bcc.utils import printb# define BPF programbpf_text =...原创 2021-11-14 21:08:16 · 1592 阅读 · 0 评论 -
Linux Tracing Stack
引用宋宝华:用eBPF/bcc分析系统性能的一个简单案例https://mp.weixin.qq.com/s?__biz=MzAwMDUwNDgxOA==&mid=2652666944&idx=1&sn=da2bee8571925df36a65f745820c9334&chksm=810f3addb678b3cb0be4c8d0356756dc95fe947ac8...原创 2020-03-08 11:55:58 · 507 阅读 · 0 评论 -
Linux - ebpf - network
引用Linux网络新技术基石 |eBPF and XDP一. Overall原创 2021-06-27 21:43:21 · 347 阅读 · 0 评论