-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
251 lines (156 loc) · 6.68 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Renren SOM Team Blog</title>
<meta name="author" content="Renren Inc.">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="/assets/themes/twitter/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Renren</a>
<ul class="nav">
<li><a href="/archive.html">Archive</a></li>
<li><a href="/categories.html">Categories</a></li>
<li><a href="/pages.html">Pages</a></li>
<li><a href="/tags.html">Tags</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="page-header">
<h1>Renren SOM Team Blog <small>Keep moving forward</small></h1>
</div>
<div class="row">
<div class="span12">
<div class="full" style='background-color: #FFF;'>
<h1 class="entry-title">
<a href="/Technology/2012/12/31/nginx-testing-10Gibps" title="Nginx 万兆网络环境测试" rel="bookmark">Nginx 万兆网络环境测试</a>
</h1>
<p class="alt-font tight">
<span class="date full-date">
<abbr class="published" title="2012-12-31 00:00:00 +0800">31 Dec 2012</abbr>
</span>
Chenlin Rao
<span>
</span>
Posted in
<a href="/categories.html#Technology-ref" title="Technology" rel="category tag">Technology</a>
</p>
<div class="entry-content full-content" style='background-color: #FFF; margin-left: 24px; padding: 10px;'>
<html><body>
<ul id="markdown-toc">
<li><a href="#section">测试目标</a></li>
<li><a href="#section-1">测试设备</a></li>
<li><a href="#section-2">测试环境说明</a></li>
<li>
<a href="#section-3">特别注意事项</a> <ul>
<li><a href="#keepalive">Keepalive</a></li>
<li><a href="#rpspps">RPS、PPS与流量吞吐率</a></li>
<li><a href="#section-4">压缩</a></li>
<li><a href="#section-5">规则集</a></li>
<li><a href="#section-6">实际网络情况</a></li>
</ul>
</li>
<li>
<a href="#section-7">测试项目</a> <ul>
<li><a href="#section-8">测试一</a></li>
<li><a href="#section-9">测试二</a></li>
<li><a href="#section-10">测试三</a></li>
<li><a href="#section-11">测试四</a></li>
<li><a href="#section-12">测试五</a></li>
<li><a href="#section-13">测试六</a></li>
<li><a href="#section-14">测试七</a></li>
</ul>
</li>
<li><a href="#section-15">术语及缩写说明</a></li>
<li><a href="#section-16">附注</a></li>
</ul>
<h1 id="section">测试目标</h1>
<p>本次测试的目标是将nginx作为7层负载均衡软件,应用于万兆环境下,获得</p>
<ul>
<li>
<p>极限性能</p>
</li>
<li>
<p>在服务质量保证约束条件下的极限性能</p>
</li>
<li>
<p>提升极限性能的方法</p>
</li>
<li>
<p>在万兆环境下部署的一般方法和特殊注意事项</p>
</li>
</ul>
<p>同时,由于nginx还作为静态页面的提供者,附带还进...</p>
</body></html>
<a href="/Technology/2012/12/31/nginx-testing-10Gibps" class="read_more span2 pull-right">继续阅读……</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<div class="rule"><hr/></div>
<div class="full" style='background-color: #FFF;'>
<h1 class="entry-title">
<a href="/Documents/TFS/2012/12/26/tfs-configuration" title="TFS配置文件" rel="bookmark">TFS配置文件</a>
</h1>
<p class="alt-font tight">
<span class="date full-date">
<abbr class="published" title="2012-12-26 00:00:00 +0800">26 Dec 2012</abbr>
</span>
Wang Ning
<span>
</span>
Posted in
<a href="/categories.html#Documents-ref" title="Documents" rel="category tag">Documents</a>
<a href="/categories.html#TFS-ref" title="TFS" rel="category tag">TFS</a>
</p>
<div class="entry-content full-content" style='background-color: #FFF; margin-left: 24px; padding: 10px;'>
<html><body>
<pre><code>[public]
</code></pre>
<p>日志级别,<strong>可选设置</strong>,默认为<strong>debug</strong> </p>
<p>线上建议设置为INFO,调试时设为DEBUG,有效值是”ERROR”,”WARN”,”INFO”,”DEBUG”,不区分大小写</p>
<pre><code>log_level = INFO [ ERROR|WARN|INFO|DEBUG ]
</code></pre>
<p>日志文件的大小,单位Byte,<strong>可选设置</strong>,默认为<strong>1GiB</strong>,超过该大小后日志将被转储</p>
<pre><code>log_size = 1073741824
</code></pre>
<p>保留日志文件的个数,<strong>可选设置</strong>,默认为<strong>16</strong></p>
<p>以nameserver为例,所有日志文件保存在work_dir/logs目录,正在写的文件是nameserver.log。当nameserver.log大小超过log_size时,nameserver.log改名为nameserver.log.%Y%m%d%H%M%S,其中YmdHMS分别代表年月日时分秒。如果nameserver进程启动后写入的log文件数目超过了log_num,则删除...</p>
</body></html>
<a href="/Documents/TFS/2012/12/26/tfs-configuration" class="read_more span2 pull-right">继续阅读……</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<div class="rule"><hr/></div>
</div>
</div>
</div>
<footer>
<p>© Renren Inc. 2012
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
</p>
</footer>
</div> <!-- /container -->
</body>
</html>