
虚拟化
Shawn.Hu
1
展开
-
How to access the QEMU monitor through libvirt 如何访问由libvirt创建的qemu控制台qmp hmp
http://blog.vmsplice.net/2011/03/how-to-access-qemu-monitor-through.htmlIt is sometimes useful to issue QEMU monitor commands to VMs managed by libvirt. Since libvirt takes control of the monito转载 2016-01-18 17:58:25 · 1908 阅读 · 0 评论 -
kvm性能优化方案---cpu/内存/磁盘/网络
http://blog.youkuaiyun.com/beginning1126/article/details/41983547kvm性能优化方案kvm性能优化,主要集中在cpu、内存、磁盘、网络,4个方面,当然对于这里面的优化,也是要分场景的,不同的场景其优化方向也是不同的,下面具体聊聊这4个方面的优化细节。cpu在介绍cpu之前,必须要讲清楚numa的概念,建议先参考如下两篇文章转载 2017-03-14 17:48:42 · 1284 阅读 · 0 评论 -
OpenvSwitch完全使用手册
http://blog.youkuaiyun.com/tantexian/article/details/46707175本文主要参考 Overview of functionality and components 以及 Frequently Asked Questions 以及结合自己的理解。http://sdnhub.cn/index.php/openv-switch-f转载 2016-12-06 13:57:34 · 1503 阅读 · 0 评论 -
图解几个与Linux网络虚拟化相关的虚拟网卡-VETH/MACVLAN/MACVTAP/IPVLAN
http://blog.youkuaiyun.com/dog250/article/details/45788279Linux的网卡驱动中内含了很多“虚拟网卡”。早先的文章曾经详细分析过tun,ifb等虚拟网卡,类似的思路,在虚拟化大行其道的趋势下,Linux源码树中不断增加对“网络虚拟化”的支持,不光是为了支持“虚拟机”技术,更多的是给了用户和程序员更多的选择。 这些对网络虚拟化的支持技转载 2016-12-04 17:26:26 · 1177 阅读 · 0 评论 -
KVM虚拟化网络优化技术总结
http://xiaoli110.blog.51cto.com/1724/1558984/一个完整的数据包从虚拟机到物理机的路径是:虚拟机--QEMU虚拟网卡--虚拟化层--内核网桥--物理网卡KVM的网络优化方案,总的来说,就是让虚拟机访问物理网卡的层数更少,直至对物理网卡的单独占领,和物理机一样的使用物理网卡,达到和物理机一样的网络性能。方案一 全虚拟化网卡和v转载 2016-11-30 23:59:35 · 2083 阅读 · 0 评论 -
linux下TUN/TAP虚拟网卡的使用 - heidsoft
http://www.tuicool.com/articles/mu6vY3tun/tap 驱动程序实现了虚拟网卡的功能,tun表示虚拟的是点对点设备,tap表示虚拟的是以太网设备,这两种设备针对网络包实施不同的封装。利用tun/tap 驱动,可以将tcp/ip协议栈处理好的网络分包传给任何一个使用tun/tap驱动的进程,由进程重新处理后再发到物理链路中。开源项目op转载 2016-10-26 17:01:03 · 4392 阅读 · 0 评论 -
网络虚拟化技术(一): Linux网络虚拟化
https://blog.kghost.info/2013/03/01/linux-network-emulator/01 March 2013笔者现在在做云计算的网络设计,涉及到上百台服务器与交换机,在实测前必须进行原型测试,但是我只有一个工作用开发机,本文介绍一种方法,使用这一台机器模拟数十台服务器以及路由器的网络环境。Linux的网络虚拟化是LXC项目中的转载 2016-11-30 17:38:54 · 456 阅读 · 0 评论 -
网络虚拟化技术(二): TUN/TAP MACVLAN MACVTAP
https://blog.kghost.info/2013/03/27/linux-network-tun/27 March 2013TUN 设备TUN 设备是一种虚拟网络设备,通过此设备,程序可以方便得模拟网络行为。先来看看物理设备是如何工作的:所有物理网卡收到的包会交给内核的 Network Stack 处理,然后通过 Socket API 通知给用户程序。下面转载 2016-11-30 17:40:21 · 378 阅读 · 0 评论 -
思杰 Citrix 微软 Vmware 应用虚拟化 服务器虚拟化 桌面虚拟化 对比
http://wenku.baidu.com/link?url=REjlZQWntqIN7BE0v_PoCJMLHHV4hJmBOPGbbwB1KgSIYkEUnBBZd9WXUmXGjcCJpH6M0QTCYkyKMgstRSMD59aV-MKusLVHiExvwj0Bugq转载 2016-08-01 16:55:33 · 4841 阅读 · 0 评论 -
LXC quick start
https://linuxcontainers.org/lxc/getting-started/RequirementsHard dependencies:One of glibc, musl libc, uclib or bionic as your C libraryLinux kernel >= 2.6.32Extra dependencies for lxc-a转载 2016-05-31 15:49:53 · 640 阅读 · 0 评论 -
Bridged networking for libvirt with NetworkManager: 2014 / Fedora 21
https://www.happyassassin.net/2014/07/23/bridged-networking-for-libvirt-with-networkmanager-2014-fedora-21/I’m not quite sure how, but I got sucked into spending the whole of today poking at var转载 2016-03-16 13:06:05 · 608 阅读 · 0 评论 -
Multiple ways to access QEMU Machine Protocol (QMP)
http://kashyapc.com/2013/03/31/multiple-ways-to-access-qemu-machine-protocol-qmp/Once QEMU is built, to get a finer understanding of it, or even for plain old debugging, having familiarity wit转载 2016-01-18 18:01:40 · 806 阅读 · 0 评论 -
KVM性能优化--CPU篇
http://bbs.qy.com.cn/thread-1111-1-1.html一、 NUMA1. NUMA 介绍 早期的时候,每台服务器都是单CPU,随着技术的发展,出现了多CPU共同工作的需求。 NUMA(Non-Uniform Memory Access,非一致性内存访问)和SMP(Symmetric Multi-Processor,对称多处理器系统)是两种不同转载 2017-03-14 17:50:03 · 11844 阅读 · 0 评论