Apache ab 압력 테스트

Apache ab 테스트.Mac pro 에서 Apache 를 가 져 왔 습 니 다.
$ sudo apachectl -v
Password:
Server version: Apache/2.4.29 (Unix)
Server built:   Jan 17 2018 18:20:31

명령 sudo apachectl start 을 실행 하고 apache 를 시작 합 니 다.브 라 우 저 열기, 입력http://localhost/ , 'It works!' 의 화면 을 볼 수 있다.
ab -n 4 -c 4 https://www.baidu.com/

잘못 신고 하면 aprpoll: The timeout specified has expired (70007), 솔 루 션: 명령 행 에 - k 를 추가 하여 connection keep alive 를 만 듭 니 다.
ab -n 4 -c 4 -k https://www.baidu.com/

참조 사이트: 1.https://www.cnblogs.com/lixuan1998/p/7077923.html

좋은 웹페이지 즐겨찾기