728x90
auto scale 테스트 시 부하 주는 명령
# yum install httpd-tools -y
# ab -c 50 -n 1000000 http://space-hpa-test-hpa.apps.demo106.ocp4.com/
# ab -c 클라이언트수 -n 요청수 -t 시간 URL
반응형
auto scale 테스트 시 부하 주는 명령
# yum install httpd-tools -y
# ab -c 50 -n 1000000 http://space-hpa-test-hpa.apps.demo106.ocp4.com/
# ab -c 클라이언트수 -n 요청수 -t 시간 URL