ab -k -n 10000 -c 100 http:// tomcathost :8080
We instructed it to fetch the URL 10,000 times with a maximum concurrency of 100 threads.
keep-alive mode
ab -n 10000 -c 100 http:// tomcathost :8080/
We instructed it to fetch the URL 10,000 times with a maximum concurrency of 100 threads.
no keep-alive mode
'Web service' 카테고리의 다른 글
Http Client 4 이슈 (0) | 2010.07.09 |
---|---|
Tomcat 7 Released (0) | 2010.07.02 |
[Tomcat] 클래스로딩 How-To (0) | 2010.06.03 |
[Tomcat] STRICT_SERVLET_COMPLIANCE 내용 (0) | 2010.06.03 |
톰캣 Connector 프로토콜 설정 (0) | 2010.05.31 |