摘要:
参考链接: https://blog.csdn.net/qq_46402409/article/details/121945808 https://www.pianshen.com/article/72101945189/ https://blog.z0ukun.com/?p=3664 IPV4每次 阅读全文
摘要:
参考链接:https://copyfuture.com/blogs-details/202201220359198627 (cilium install --helm-set tunnel=disabled --helm-set autoDirectNodeRoutes=true --helm-se 阅读全文
摘要:
参考链接:https://blog.csdn.net/longkg/article/details/12839173 配置交换分区 # dd if=/dev/zero of=/opt/other/swapfile bs=1024 count=512K # mkswap /opt/other/swap 阅读全文
摘要:
在 Linux 上可用以下语句看了一下服务器的TCP状态(连接状态数量统计): netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' 返回结果范例如下: ESTABLISHED 1423 FIN_WAIT1 1 FI 阅读全文
摘要:
参考链接: https://copyfuture.com/blogs-details/20210727171910143a https://blog.csdn.net/qq_47346664/article/details/119908775 现象: ../../../bin/llvm-tblgen 阅读全文
摘要:
参考链接: https://www.geek-share.com/detail/2712555235.html go语言中在用binary.Read(),把二进制映射为结构体时,如果出现panic: reflect: reflect.Value.SetUint using value obtaine 阅读全文
摘要:
下载kernel源码: wget https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.10.102.tar.gz 编译: make make modules make modules_install make install r 阅读全文
摘要:
升级前遇到的问题: In file included from runqslower.bpf.c:3: .output/vmlinux.h:2:15: error: attribute 'preserve_access_index' is not supported by '#pragma clan 阅读全文
摘要:
参考链接: https://www.cnblogs.com/mrwuzs/p/12793207.html #! /bin/sh interface=bond0 ip=10.10.10.10/16 delay=100ms loss=30% tc qdisc add dev $interface roo 阅读全文
摘要:
参考链接: https://toutiao.io/posts/glvi9rz/preview https://houmin.cc/posts/28ca4f79/ http://arthurchiao.art/blog/understanding-ebpf-datapath-in-cilium-zh/ 阅读全文