|
对一个查询交易用LoadRunner进行压力测试,要求达到TPS>100,交易响应时间<1s,脚本是先登录页面,得到各个代理商的列表,通过点击代理商的ID号查询代理商的资金信息。压力测试“查询资金信息”部分。结果10个Vusers跑成功1000笔交易,失败400笔,报如下错误:
Action.c(10): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer
Action.c(10): Error -27796: Failed to connect to server "10.99.1.1:80": [10060] Connection timed out
Action.c(10): Error -27791: Server "10.99.1.1" has shut down the connection prematurely
Action.c(10): Error -27740: Overlapped transmission of request to "10.99.1.1" for URL "http://10.99.1.1/web/goAwEnquAcctBlnDtl.do?SA_AGE_NO=Agt0001" failed: WSA_IO_PENDING
Action.c(10): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://10.99.1.1/web/goAwEnquAcctBlnDtl.do?SA_AGE_NO=Agt0001"
但是从后台的记录看没有错误发生,不知道怎么回事? |
|