会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
上一页
1
···
35
36
37
38
39
40
41
42
43
···
53
下一页
2019年3月31日
CEPH 创建 RPM 安装包
摘要: 1.安装依赖环境 yum install gcc make python-devel openssl-devel graphviz autoconf automake rpm-build redhat-rpm-config libtool 2.下载 kernel 源码: yum install "k
阅读全文
posted @ 2019-03-31 09:14 salami_china
阅读(1386)
评论(0)
推荐(0)
2019年3月27日
qemu 源码调试
摘要: 原文:https://www.cnblogs.com/fangying7/p/5679033.html 1:下载最新的QEMU源码 git clone https://github.com/qemu/qemu.git 2:对qemu进行编译 ./configure --prefix=/usr --l
阅读全文
posted @ 2019-03-27 22:46 salami_china
阅读(1308)
评论(0)
推荐(0)
docker 下载加速
摘要: 执行这个命令: curl -SSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io 重启docker服务: systemctl restart docker
阅读全文
posted @ 2019-03-27 22:18 salami_china
阅读(198)
评论(0)
推荐(0)
Linux openvswitch 性能调优-flow-eviction-threshold
摘要: 原文:https://www.cnblogs.com/scottieyuyang/p/5683656.html Increasing the flow-eviction threshold The threshold is a type of limit on the number of flows
阅读全文
posted @ 2019-03-27 18:30 salami_china
阅读(472)
评论(0)
推荐(0)
2019年3月20日
openvswitch datapath 内核态流表创建过程(ovs_flow_cmd_new)
摘要: datapath流表更新的入口函数都定义在dp_flow_genl_ops中,流表创建的入口函数是ovs_flow_cmd_new函数,通过该函数,我们可以一窥流表相关信息的建立。 1、ovs_flow_cmd_new函数 2、ovs_flow_tbl_insert函数 3、flow_mask_in
阅读全文
posted @ 2019-03-20 13:59 salami_china
阅读(1194)
评论(0)
推荐(0)
2019年3月18日
openvswitch 源码分析 OVS_ACTION_ATTR_HASH action
摘要: 1.在ovs_dp_process_packet中查找kernel缓存流表,查到后执行ovs_execute_actions->do_execute_actions,其中有个actions是OVS_ACTION_ATTR_HASH 2.do_execute_actions中会调用execute_ha
阅读全文
posted @ 2019-03-18 09:46 salami_china
阅读(646)
评论(0)
推荐(0)
2019年3月13日
openvswitch 驱动卸载失败(Module openvswitch is in use)
摘要: 现象: [root@ostack1 ~]# modprobe -r openvswitchmodprobe: FATAL: Module openvswitch is in use. 解决: [root@ostack1 ~]# ovs-dpctl showsystem@ovs-system: loo
阅读全文
posted @ 2019-03-13 09:50 salami_china
阅读(2134)
评论(0)
推荐(0)
linux ab压力测试工具及ab命令详解
摘要: 原文链接:https://blog.csdn.net/qq_27517377/article/details/78794409 yum -y install httpd-tools ab -v 查看ab版本 ab –help ab -n1000 -c 10 http://www.91cnm.com/
阅读全文
posted @ 2019-03-13 09:45 salami_china
阅读(3405)
评论(0)
推荐(0)
2019年3月11日
Open vSwitch 2.9.2 创建 RPM 安装包
摘要: 1.安装依赖环境 yum install gcc make python-devel openssl-devel graphviz autoconf automake rpm-build redhat-rpm-config libtool 2.下载 kernel 源码: yum install "k
阅读全文
posted @ 2019-03-11 11:25 salami_china
阅读(986)
评论(0)
推荐(0)
2019年3月8日
ko内核模块文件以及载入模块命令modprobe insmod
摘要: 原文链接:https://blog.csdn.net/evenness/article/details/7655921?utm_source=blogxgwz5 modprobe: Load module(s):modprobe [-a -n -v ] [-C config ] [ -t type
阅读全文
posted @ 2019-03-08 17:47 salami_china
阅读(2146)
评论(0)
推荐(0)
上一页
1
···
35
36
37
38
39
40
41
42
43
···
53
下一页
公告