This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 又熟悉Java/stress测试工具的吗?进来帮帮忙websphere上开发得一个Java程序,用TCP联到另外一个公司的系统,发过去一个XML的请求,得到一个XML格式的结果。
现在想要测试另外 一个公司的程序能不能同时handle 1000个用户请求,应该有这样的Java/Stress测试工具吧。读入参数,生成1000个用户请求,然后调用我们自己开发的Java API, 把这1000个用户请求同时发给对方,再把对方的返回结果/所用得时间记录下来。
有熟悉这样工具的DX给点线索。谢谢了
-good2all(红花油-这回明白了吧?);
2005-9-21
{379}
(#2513474@0)
-
If it's web base, Microsoft has a web applications tress tool.
-jeffrey815(Smartiecat);
2005-9-21
(#2513481@0)
-
谢谢,我只想测试TCP这一部分,总觉得应该由类似的Java测试工具
-good2all(红花油-这回明白了吧?);
2005-9-21
(#2513511@0)
-
就用一个压力测试软件就行吧,如loadrunner, 生成测试用例
-markriver(markriver);
2005-9-21
(#2513785@0)
-
谢谢了。
-good2all(红花油-这回明白了吧?);
2005-9-21
(#2513866@0)
-
Try Grinder, it's free. http://grinder.sourceforge.net/
-yohooo(一然);
2005-9-21
(#2513794@0)
-
谢谢, 正在看
-good2all(红花油-这回明白了吧?);
2005-9-21
(#2513863@0)
-
My opinion write this stress test tool by yourself should be much better than others.
-bugfree(BugFree);
2005-9-21
(#2514038@0)
-
yup, same suggestion here.
-flying_snow(飞雪浮冰);
2005-9-21
(#2514066@0)
-
http://jakarta.apache.org/jmeter/If the communication based on http/https, not TCPIP socket, suggesting write a simple jsp/servlet to trigger your request, then record the page time using the tools. Another way is using Websphere TVP to monitor the servlet processor average response time. For your reference.
-ling7199(Michaell);
2005-9-21
{279}
(#2514215@0)
-
I believe it will cost about helf hour to write your own.
-guestagain(guest again);
2005-9-21
(#2514261@0)