2020年11月3日

摘要: DPDK 之 Symmetric Receive-side Scaling 上篇介绍到RSS HASH默认RK是一个非对称KEY,也就是同一条数据流收、发这两个方向的数据包的RSS HASH值是不同的。在IDS/DPI等流量分析应用场景中,同一条流数据由非对称HASH计算将分流到不同的CPU,这样极 阅读全文
posted @ 2020-11-03 16:20 tycoon3 阅读(692) 评论(0) 推荐(0)
摘要: Logging For detailed information and analysis on obtaining logs for other system components, see the documentation for the kata-log-parser tool. For r 阅读全文
posted @ 2020-11-03 15:36 tycoon3 阅读(145) 评论(0) 推荐(0)
摘要: root@ubuntu:/home/ubuntu# kata-collect-data.sh > /tmp/kata-collect-data.log ERROR: kata-collect-data.sh: cannot find runtime '' 更改 typeset -r runtime_ 阅读全文
posted @ 2020-11-03 15:14 tycoon3 阅读(140) 评论(0) 推荐(0)
摘要: https://github.com/kata-containers/runtime/issues/1876 root@ubuntu:/etc/systemd/system/docker.service.d# docker ps -a CONTAINER ID IMAGE COMMAND CREAT 阅读全文
posted @ 2020-11-03 14:31 tycoon3 阅读(280) 评论(0) 推荐(0)
摘要: root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot 阅读全文
posted @ 2020-11-03 12:43 tycoon3 阅读(1880) 评论(0) 推荐(0)
摘要: ps -eLo ruser,pid,ppid,lwp,psr,args | awk '{if($5==3) print $0}' 还是借助于ps指令 :ps -eLo ruser,pid,ppid,lwp,psr| awk ‘{if($5==1) print $0}’。解释为:ps命令显示当前系统的 阅读全文
posted @ 2020-11-03 10:25 tycoon3 阅读(324) 评论(0) 推荐(0)
摘要: https://github.com/kata-containers/documentation/blob/master/design/host-cgroups.md https://zhuanlan.zhihu.com/p/105230155 https://blog.csdn.net/yuchu 阅读全文
posted @ 2020-11-03 09:44 tycoon3 阅读(339) 评论(0) 推荐(0)

导航