Content Explore

How to configure linux vxlans with multiple unicast endpoints

Published : 2021-05-04 Categories : Network Tags : vxlan
Sometimes you just can’t use multicast. Some cloud providers just do not provide it. In that scenari...

腾讯TKE用eBPF绕过conntrack优化Kubernetes Service

Published : 2020-06-29 Categories : Network Tags : eBPF IPVS iptable Container
Kubernetes Service[1] 用于实现集群中业务之间的互相调用和负载均衡,目前社区的实现主要有userspace,iptables和IPVS三种模式。IPVS模式的性能最好,但依然有优化...

Building a more accurate time service at Facebook scale

Published : 2020-05-25 Categories : Network Tags : NTP 卫星授时 授时服务 数据中心
By
Oleg Obleukhov
UPDATE:
To continue our support of this public NTP service, we have
open-sourced o...

Request-Response Olympics - The Search For The Perfect Request-Response Protocol

Published : 2020-03-22 Categories : Network Tags : RPC Protocol Network TCP HTTP gRPC Redis Bench Performance
This is a story of how we cut down response times significantly in our backend with a few simple ste...

Linux netstat命令详解

Published : 2015-12-16 Categories : Network Tags : netstat
简介
Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Member...