1. note public ip of http load balancer and export it in stress VM server.

    export LB_IP=xx.xx.xx.xx

 

2. execute stress test in stress VM server. (based on Ubuntu)

    ab -n 500000 -c 1000 http://$LB_IP/ 

 

3. capture execution screen of ab command as stress test

 

4. capture monitoring screen of LB

'System' 카테고리의 다른 글

디스크 부하 측정  (0) 2018.07.11
os cache flush  (0) 2017.10.30
Linux system-level diagnostics  (0) 2017.10.11

+ Recent posts