-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
274 lines (217 loc) · 11.2 KB
/
index2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="zh_cn">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="https://andiaq.github.io/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="https://andiaq.github.io/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="https://andiaq.github.io/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="https://andiaq.github.io/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="https://andiaq.github.io/theme/font-awesome/css/solid.css">
<link href="https://andiaq.github.io/static/custom.css" rel="stylesheet">
<link rel="shortcut icon" href="/images/fav.ico" type="image/x-icon">
<link rel="icon" href="/images/fav.ico" type="image/x-icon">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#333333">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Microsoft EDGE -->
<meta name="msapplication-TileColor" content="#333333">
<meta name="author" content="Yuwei Wang" />
<meta name="description" content="" />
<meta property="og:site_name" content="Andia"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Andia"/>
<meta property="og:description" content=""/>
<meta property="og:locale" content="zh_CN"/>
<meta property="og:url" content="https://andiaq.github.io"/>
<meta property="og:image" content="/images/head.jpg">
<title>Andia</title>
</head>
<body>
<aside>
<div>
<a href="https://andiaq.github.io">
<img src="/images/head.jpg" alt="" title="">
</a>
<h1><a href="https://andiaq.github.io"></a></h1>
<p>拒绝熊猫眼。</p>
<nav>
<ul class="list">
<li><a href="https://andiaq.github.io/pages/about-me.html#about-me">About Me</a></li>
</ul>
</nav>
<ul class="social">
<li>
<a class="sc-github" href="https://github.com/AndiaQ" target="_blank">
<i class="fab fa-github">
</i>
</a></li>
<li>
<a class="sc-mail" href="yuweifree@gmail.com" target="_blank">
<i class="fab fa-mail">
</i>
</a></li>
</ul>
</div>
</aside>
<main>
<nav>
<a href="https://andiaq.github.io"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
</nav>
<article>
<header>
<h2><a href="https://andiaq.github.io/articles/pktgen-dpdk.html#pktgen-dpdk">Pktgen-DPDK 网络性能测试</a></h2>
<p>
Posted on 2018-08-20(星期一) 09:51 in <a href="https://andiaq.github.io/category/network.html">network</a>
</p>
</header>
<div>
<p>在未使用该工具之前,一直使用的是 iperf 在 10G 网卡场景下进行 64 字节小包性能测试。若要将 64 字节小包流量发到限速,要么一直增加 iperf 客户端,或者在一个高配 iperf 客户端虚拟机中不断的增加 iperf 进程。即使是这样,将发包达到网卡上限,却依然无法利用好 6wind 的性能。所以考虑使用 DPDK-pktgen 发包工具。该工具基于 DPDK 快速报文处里框架开发,以内核模块的形式存在于系统。</p>
<h2>一、环境部署</h2>
<h3>1.1 安装DPDK</h3>
<p>DPDK 可以将用户态的数据不经过内核直接转发到网卡,同样网卡数据也不经过内核直接映射到用户态内存实现加速目的。</p>
<p>使用 pktgen-dpdk 工具,需要先安装 DPDK 环境。下面内容以 18.05 版本的 DPDK …</p>
<br>
<a class="btn" href="https://andiaq.github.io/articles/pktgen-dpdk.html#pktgen-dpdk"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://andiaq.github.io/articles/6wind-sriov.html#6wind-sriov">6wind 配置 SRIOV</a></h2>
<p>
Posted on 2018-08-14(星期二) 09:34 in <a href="https://andiaq.github.io/category/network.html">network</a>
</p>
</header>
<div>
<p>本文主要是介绍 6wind 配置 SRIOV 相关过程,在测试过程中进行学习,先产生感性认识,后期更深入了解原理后补充。</p>
<h3>一、前置条件</h3>
<p>SRIOV 功能需宿主机开启 VT-d 和 IOMMU 功能。</p>
<ol>
<li>VT-d 验证。判断 CPU 是否支持 vt 功能,对于 intel CPU,验证方式如下,如果有结果,则支持。判断 VT 功能是否开启,可以执行 kvm-ok 命令或者查看 /dev/kvm 是否存在。</li>
</ol>
<div class="highlight"><pre><span></span># grep "vmx" /proc/cpuinfo
# kvm-ok
</pre></div>
<ol>
<li>开启 IOMMU,配置验证如下:</li>
</ol>
<div class="highlight"><pre><span></span># vim /etc/default/grub …</pre></div>
<br>
<a class="btn" href="https://andiaq.github.io/articles/6wind-sriov.html#6wind-sriov"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://andiaq.github.io/articles/6wind-nfv.html#6wind-nfv">6wind NFV 实现</a></h2>
<p>
Posted on 2018-08-06(星期一) 11:29 in <a href="https://andiaq.github.io/category/network.html">network</a>
</p>
</header>
<div>
<h3>一、简介</h3>
<p>NFV,即网络功能虚拟化,Network Function Virtualization。即通过使用 x86 的服务器作为物理设备,进而实现基于软件的网络功能。NFV 的实现有效地降低了网络组网中昂贵的路由器和交换机成本。通过分离硬件和软件的功能和抽象的方式,网络设备功能不再依赖于专用硬件资源,可成为新的云中的网络服务部署模式,虚拟网络元件之间的网络,基于实际业务需求自动部署,提供了灵活扩展性,故障隔离和自我愈合。</p>
<p>NFV 的网络功能虚拟化就是将原本是物理设备的路由器,交换机,测试仪器,变成软件的形式,作为一个镜像启动,而其功能不变。在云计算的基础设施平台上,部署基于 NFV 可编程网元,这些网元不受物理设备兼容性的限制,在云计算的基础上部署虚拟网元,使得云平台的资源利用率更加充分,但同时也对组网技术提出了更高的要求。</p>
<p>本文以 6wind 作为 NFV 虚拟网元设备,将其与基于 linuxbridge 和 vlan 实现的现有网络云平台进行结合,使用 NFV 网元实现云环境中 NAT 和安全组功能 …</p>
<br>
<a class="btn" href="https://andiaq.github.io/articles/6wind-nfv.html#6wind-nfv"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://andiaq.github.io/articles/6wind-pci-passthrough.html#6wind-pci-passthrough">6wind 配置 PCI Passthrough</a></h2>
<p>
Posted on 2018-07-25(星期三) 15:14 in <a href="https://andiaq.github.io/category/network.html">network</a>
</p>
</header>
<div>
<h3>一、前置条件</h3>
<p>libvirt pci passthrough 功能需宿主机开启 VT-d 和 IOMMU 功能。</p>
<ol>
<li>VT-d 验证。判断 CPU 是否支持 vt 功能,对于 intel CPU,验证方式如下,如果有结果,则支持。判断 VT 功能是否开启,可以执行 kvm-ok 命令或者查看 /dev/kvm 是否存在。</li>
</ol>
<div class="highlight"><pre><span></span><span class="c1"># grep "vmx" /proc/cpuinfo</span>
<span class="c1"># kvm-ok</span>
</pre></div>
<ol>
<li>开启 IOMMU,配置验证如下:</li>
</ol>
<div class="highlight"><pre><span></span><span class="c1"># vim /etc/default/grub </span>
...
<span class="nv">GRUB_CMDLINE_LINUX</span><span class="o">=</span><span class="s2">"crashkernel=auto rhgb quiet intel_iommu …</span></pre></div>
<br>
<a class="btn" href="https://andiaq.github.io/articles/6wind-pci-passthrough.html#6wind-pci-passthrough"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://andiaq.github.io/articles/create-snapshots.html#create-snapshots">OpenStack环境虚拟机打快照分析</a></h2>
<p>
Posted on 2017-03-17(星期五) 10:29 in <a href="https://andiaq.github.io/category/openstack.html">OpenStack</a>
</p>
</header>
<div>
<p>本文主要分析OpenStack N版本中给虚拟机打快照的具体实现方式。</p>
<p>用法:</p>
<div class="highlight"><pre><span></span>usage: nova image-create <span class="o">[</span>--metadata <<span class="nv">key</span><span class="o">=</span>value><span class="o">]</span>
<span class="o">[</span>--show<span class="o">]</span> <span class="o">[</span>--poll<span class="o">]</span>
<server> <name>
</pre></div>
<p><strong>从volume启动的虚拟机,可以对[ACTIVE, STOPPED, SUSPEND]虚拟机进行快照操作。</strong></p>
<ol>
<li>
<p>nova-api接收到请求之后,首先会从nova数据库中获取instance_system_metadata表中image metadata properties.删除不能被继承的properties(通过<code>non_inheritable_image_properties</code>参数配置)。在获取虚拟机的image properties之后,nova-api只会先生成一个类似只有image properties(比如block device mapping, kernel and ramdisk IDs))的bucket,实际大小设置为0。</p>
</li>
<li>
<p>如果虚拟机处于ACTIVE状态,会通过发送异步RPC调用nova-compute,然后调用libvirt对虚拟机执行quiesce操作来静默文件系统,禁止磁盘继续读写,从而保证磁盘快照的一致性(执行该操作需要安装qemu-guest-agent)。在quiesce之后,获取虚拟机上挂载的所有磁盘,包括根磁盘,调用cinder-api依次对这些volume卷进行打快照 …</p></li></ol>
<br>
<a class="btn" href="https://andiaq.github.io/articles/create-snapshots.html#create-snapshots"> Continue reading
</a>
</div>
</article>
<div class="pagination">
<a class="btn float-left" href="https://andiaq.github.io/index3.html">
<i class="fa fa-angle-left"></i> Older Posts
</a>
<a class="btn float-right" href="https://andiaq.github.io/index.html">
Newer Posts
<i class="fa fa-angle-right"></i>
</a>
</div>
<footer>
<p>© 2019</p>
<p> Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p> </footer>
</main>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Andia ",
"url" : "https://andiaq.github.io",
"image": "/images/head.jpg",
"description": ""
}
</script>
</body>
</html>