全部博文(48)
发布时间:2020-11-21 14:01:15
问题描述:在使用iperf测试容器网络性能时发现IPIP隧道性能非常的低,同样在VXLAN模式下网络性能明显高于IPIP隧道;这个问题是在Thunderx2-02与Thunderx2-04 服务发现。针对这个问题,对内核进行tunning。1. 将iperf client绑定在特定的CPU上,利用perf工具获取程序运行过程中cache,cycle,context-switches .........【阅读全文】
发布时间:2020-10-30 15:44:25
这是第一届ebpf summit,很荣幸可以在会议上发言,虽然仅是五分钟的Lightning Talks;下面链接可以会看会议内容:https://cilium.io/blog/2020/10/28/ebpf-summit-day-1会议zoom接入,大部分发言者都提前录制了视频,与参会者的交流交流通过cilium slack channel进行,会议结束时已经有770+的人加入ebpf summit slack c.........【阅读全文】
发布时间:2020-10-23 17:08:16
Travis 已经开放 Arm64平台的 Full VM技术给早期的使用者。Arm64 job的执行效率高于amd64,比之前基于LXC的容器稳定太多了; 但是现在Travis还未正式发布这一消息;简单的例子来使能arm64 VMjobs: include: - arch: amd64 - arch: arm64-graviton2 .........【阅读全文】
发布时间:2020-09-29 22:10:36
Tunneling?a communications protocol that allows for the movement ofdata from one network to another.Uses Case· allow a foreignprotocol to run over a network that does not support that particular protocol;· &.........【阅读全文】