<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>压力测试 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e5%8e%8b%e5%8a%9b%e6%b5%8b%e8%af%95/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Wed, 22 Nov 2017 09:07:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>AB --- APACHE自带的压力测试工具 (APACHE BENCHMARK )</title>
		<link>https://moneyslow.com/ab-apache%e8%87%aa%e5%b8%a6%e7%9a%84%e5%8e%8b%e5%8a%9b%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7-apache-benchmark.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Wed, 22 Nov 2017 09:07:03 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[压力测试]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7681</guid>

					<description><![CDATA[简介 ab的全称是ApacheBench，是 Apache 附带的一个小工具，专门用于 HTTP Server 的benchmark testing，可以同时模拟多个并发请求。前段时间看到公司的开发人员也在用它作一些测试，看起来也不错，很简单，也很容易使用，所以今天花一点时间看了一下。 通过下面的一个简单的例子和注释，相信大家可以更容易理解这个工具的使用。 一个简单的例子 /*在这个例子的一开始，我执行了这样一个命令 ab -n 10 -c 10 http://www.google.com/。这个命令的意思是启动 ab ，向 www.google.com 发送10个请求(-n 10) ，并每次发送10个请求(-c 10)——也就是说一次都发过去了。跟着下面的是 ab 输出的测试报告，红色部分是我添加的注释。*/ C:\Program Files\Apache Software Foundation\Apache2.2\bin&#62;ab -n 10 -c 10 http ://www.google.com/ This is ApacheBench, Version 2.0.40-dev &#60;$Revision: 1.146 $&#62; apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright 1997-2005 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
