﻿<?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>运维部落 &#187; webbench</title>
	<atom:link href="http://help.vps12.com/tag/webbench/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WEB服务器性能/压力测试工具 SuperWebBench</title>
		<link>https://help.vps12.com/575.html</link>
		<comments>https://help.vps12.com/575.html#comments</comments>
		<pubDate>Tue, 20 Nov 2012 02:12:18 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SuperWebBench]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[webbench]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://blog.vps12.com/?p=575</guid>
		<description><![CDATA[SuperWebBench 是由webbench改进而来的一款简单易用的web性能测试工具. 背景： webbench最多可以模拟3万个并发连接去测试网站的负载能力，个人感觉要比Apache自带的ab压力测试工具好，安装使用也特别方便。 webbench是基于GPL授权协议的，我自然可以取得源码修改，然后作为superwebbench这个项目发布。 简介： SuperWebBench 是由webbench改进而来的一款简单易用的web性能测试工具 SuperWebBench 是依照GPL V2.0发布的 SuperWebBench是遵循POSIX标准的C语言编写的程序 主要改动如下: 1、更正connect()服务器失败时，不能close()的bug 2、使用多线程代替多进程，提供更高的效率 3、自动资源限制检测和设置（线程数和打开文件数限制） 4、测试时间到达后，快速关闭套接字，不用再等待服务器响应（在WAN的情况下，这会占用很多时间） 5、加入了检测HTTP响应号的功能，这样就可以分辨HTTP是否返回了正确的信息（HTTP2XX） 6、重新组织了下代码结构，使得阅读更方便 在linux centos 5.x 下安装通过，安装过程： ?View Code SHELL1 2 3 4 5 yum -y install ctags wget https://github.com/downloads/xutongle/SuperWebBench/superwebbench.tar.gz tar zxvf superwebbench.tar.gz cd superwebbench make &#38;amp;&#38;amp; make install superwebbench -c 500 -t 30 http://127.0.0.1/test.jpg 参数说明：-c表示并发数，-t表示时间(秒) 测试结果示例： SuperWebBench &#8211; [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/575.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
