您正在查看 "性能测试" 分类下的文章
2007-07-19 13:51
都用https影响性能,服务器很累
部分用https就可以减轻服务器负担
如只将登录进行https,登录之后还是http~~ |
2007-07-03 16:46
.bat解脱双手
cls
SET M_ROOT="D:\Program Files\Mercury Interactive\Mercury LoadRunner\bin"
%M_ROOT%\wlrun.exe -TestPath "D:\Program Files\Mercury Interactive\Mercury LoadRunner\scenario\OA\test1.lrs" -Run
%M_ROOT%\wlrun.exe -TestPath "D:\Program Files\Mercury Interactive\Mercury LoadRunner\scenario\OA\test2.lrs" -Run |
2007-04-09 08:55
在线人数(IIS连接数)说明如下:
首先了解什么是IIS连接数。
IIS连接数指并发连接数,什么意思呢?
要分几种情况:(以100M空间50人在线为例)
A 用户单点下载你的文件,结束后正常断开,这些连接是按照瞬间计算的,就是说你50人的网站瞬间可以接受同时50个点下载
B 用户打开你的页面,就算停留在页面没有对服务器发出任何请求,那么在用户打开一面以后的20分钟内也都要算一个在线,就是说你50人的网站20分钟内 |
2007-02-27 10:10
2007-02-26 09:56
2007-02-14 09:04
在磁盘各计数器中
如果只有%disk time比较大,其余适中,硬盘可能是瓶颈
如果几个值都比较大,且数值持续超过80%,则可能是内存泄露~ |
2007-02-13 09:13
1. simulation(模仿)
controller---runtime settings---browser emulation(【计】 仿真)---simulate browser cache
simulate a new user on each iteration |
2006-12-29 09:30
UNIQUE
EACH INTERATION
迭代5次
Allocate 5 values for each Vuser
昨天试了几次都说:
insufficient records for param 'NewParam' in table to provide the Vuser with unique data
查了一些资料:
有人说:
|
2006-12-18 11:13
2006-12-14 10:52
Action.c(6): Error -26608: HTTP Status-Code=504 (Proxy Timeout ( 杩炴帴瓒呮椂銆?鏈夊叧姝や簨浠剁殑鏇村 淇℃伅锛岃 鍙傞槄 ISA 鏈嶅姟鍣ㄥ府鍔╂枃浠躲 ?)) for "http://weather.qq.com/inc/ss115.htm" [MsgId: MERR-26608]
Action.c(6): web_url("index.aspx") highest severity level was "ERROR", 66807 body bytes, 96 |
2006-12-14 09:38
获得每个参数值的响应时间
将事务名用参数名代替
lr_start_transaction(lr_eval_string("{aaa}"));
........
lr_end_transaction(lr_eval_string("{aaa}"), LR_AUTO);
|
2006-11-20 11:19
<Location /server-status>
SetHandler server-status
Order allow,deny
Deny from nothing
Allow from 10.0.0.
</Location>
开始设置为Allow from all
重启服务时不成功。改成10.0.0.就可以成功启动服务了
|
2006-11-07 10:11
There are three possible causes for an OutOfMemoryError . The first is that the JVM has a real memory leak, caused by a bug in the internal implementation of the JVM heap management. This is extremely unlikely. All JVMs are tested very strenuously for this, and it would be the absolute top priority bug if anyone found such a bug. So you can pretty much eliminate this possibility.
The second possible cause of an OutOfMemoryError is that you simply haven't got enough memory available for the workings of your application. The |
2006-11-06 15:54
用5个用户
aa bb cc dd ee
参数化
runtime setting 设置为5次
查看服务器的时候
发现有10个用户登录系统
分别是
aa
aa
aa
bb
aa
cc
aa
dd
aa
ee
不知道是什么原因? |
2006-11-05 21:26
|
|