惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Attack and Defense Labs
Attack and Defense Labs
S
Secure Thoughts
V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Cloudbric
Cloudbric
Google Online Security Blog
Google Online Security Blog
Schneier on Security
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Help Net Security
Help Net Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
NISL@THU
NISL@THU
N
News and Events Feed by Topic
T
Tenable Blog
S
Security @ Cisco Blogs
N
News and Events Feed by Topic
The Hacker News
The Hacker News
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
P
Proofpoint News Feed
Webroot Blog
Webroot Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog
The Register - Security
The Register - Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东

博客园 - xshy

11个炫目的免费PSD格式网站模板 推荐20个免费的icon图标集给web开发者 分享35个漂亮的苹果Logo壁纸 PPT模板欣赏及免费下载之商务、教育、科技类 50个免费的wordpress模板下载 7个工具助你在android手机上隐藏图片和视频 解决selenium-RC无法启动firefox浏览器进行java测试脚本的问题 selenium中文编码问题 使用loadrunner做性能测试 经验总结二 使用loadrunner做性能测试 经验总结一 一个U盘搞定Windows XP系统安装(http://www.wss123.net/wsso/20100815_72.html) 办公室电脑从业者多吃β胡萝卜素 在ArcGIS 10中轻松实现将应用移植到云计算平台 什么是CDN?CDN的用处是什么?有哪些著名的CDN? - xshy - 博客园 jQuery常见问题总结 - xshy - 博客园 u盘中毒后文件后缀变为exe,杀毒后文件被隐藏之解决办法(转载) java数据结构和算法——学习五 java数据结构和算法——学习四 java数据结构和算法——学习三
Web Application Stress Tool入门
xshy · 2011-05-05 · via 博客园 - xshy

Microsoft Web Application Stress Tool (WAST)是由微软的网站测试人员所开发,专门用来进行实际网站压力测试的一套工具。透过这套功能强大的压力测试工具,您可以使用少量的Client端计算机仿真大 量用户上线对网站服务所可能造成的影响。

下载地址:

http://www.oschina.net/p/microsoft+web+application+stress+tool

关于使用,可看此文

http://www1bpt.bridgeport.edu/sed/projects/cs597/Fall_2002/jishah/web_application_stress.htm

使用过程中遇到一个错误:

“Failed to load perf counters from the computer <comp name>”

错误原因: 本人使用的测试客户机是windows 2003,缺少 性能数据助手 (PDH.dll),这个库默认只有windows 2000上面才有,win2003上没有。

解决方法:下载NT4Pdhdll.exe,解压后有五个文件,拷贝到WAST的安装目录下面,搞定。