Skip to content
#

springmvc-mybatis

Here are 51 public repositories matching this topic...

开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.

  • Updated Jul 1, 2020
  • Java
WonYong-Jang
WonYong-Jang commented Apr 4, 2018

교수님께서 로드밸런싱 구축함에따라 웹서버 성능 평가할 필요성에 대해 말씀 해주셔서 apache ab 를 사용하기 위한 정리를 하였습니다.
ab는 "Apache HTTP server Benchmarking tool"의 약어로서 아파치 서버의 응답속도를 측정하는 벤치마킹툴이다.

옵션

  • -t : 호출 시간 limit
  • -c : 동시 호출할 client 수
  • -n : 호출할 request 횟수

호출 예
ab -n 100 -c 2 http://test.com/ => 2개 클라이언트가 총 100회 호출
ab -t 10 -c 2 http://test.com/ => 2개 클라이언트가 10초 동안 호출

주요 결과

  • Time take for tests : 테스트 수행시간

Improve this page

Add a description, image, and links to the springmvc-mybatis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the springmvc-mybatis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.