English 中文(简体)
JMeter,Jetty Performance test and Maintenance-Alive issues
原标题:JMeter, Jetty Performance test and Keep-Alive issues

因此,我创建了一个非常简单的WAR,为一个简单的Hello World .jsp服务。 所有的超文本都有大约200字。

Deployed it on my server running Jetty 7.5.x jdk 6u27 On my client computer create simple JMeter test plan with: Thread Group, HTTP Request, Response Assertion, Summary Report Client also running jdk6u27

I set up the thread group to 5 threads running for 60secs and I got 5800 requests/sec Then I setup 10 threads and got 6800 requests/sec

我在吉斯捷尔对吉斯提尔请求取样器持不同态度。 我看看看看,在客户一胎中,我看上去很多大胎,看来服务器没有东西。 我在5个深层或几乎无一间,但10个深层时hang,几乎全部时间。

这究竟是什么意思?

考虑到Im在技术上创建教育、科学和技术服务,我也正在研究同样的问题,因此,尽管我或许在我的服务中做了一些微弱的工作,但我却把它描绘成一个老旧的问题,因为它在固定的网络上做了大量的工作。 因此,在现实中,我将有1个客户要求1个服务器作出答复。 客户不会保持连接。

最佳回答

我的猜测是,由于“Alive”是吉大港湾联通(因而是空港)的再利用所能及的,你没有可用的港口号——只有64k港口号码,由于连接必须拥有独特的客户/服务器港客体(和服务器港是固定的),你可以迅速通过这些连接。 现在,如果港口一旦被一个方面关闭就可重新使用,那就不重要:然而,根据《国际公路货运公约》的推测,双方在重新使用被视为安全之前,都等待可预见的时间(过失:2分钟)。

如欲了解更多详情,请读《公约》专册(如《统计书》);以上是简化。

问题回答

暂无回答




相关问题
Jetty JNDI Java Mail

I am using Jetty 7 with JBoss Seam and have 2 Java Mail Sessions configured, one for support notifications and another for general notifications. The problem I am having appears to be from JBoss Seam ...

Recommended way to develop using Jetty and Eclipse

I am currently developing a J2EE application and I would like to use Jetty. I would like to have iot integrated with Eclipse, so I could debug the appliaction. I ve tried out couple of plugins (...

Some servlet/jetty questions

Having the ServletAPI plus the configurations you can make to jetty or any other web container Do we have a way to limit the request sizes ? (ie to close the connection if posting more that 50 MB) ...

VisualVM breaks jetty

I m trying to profile application that is run by "mvn jetty:run", when I connect VisualVM to it and click on Profile jetty crashes with: Profiler Agent: Waiting for connection on port 5140 (Protocol ...

Embedded jetty ServletTester serving single static file

I m unit testing with jetty and I want to serve not only my servlet under test but a static page as well. The static page is needed by my application. I m initializing jetty like this tester = new ...

Buliding a WAR that uses Axis2 + Rampart for Tomcat

I m trying to build an axis-based web service with rampart for security, and I ve been hoping to deploy a single war to tomcat, rather than installing axis and deploying within axis. (I m not fixed ...

热门标签