top of page

Apache Parameter Test 방법

Apache Parameter Test 방법

파라메타 조정 테스트

Test1 ==> 파라메타 조정전 500유져가 2000번 접속 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin> ab -n 2000 -c 500 http://erptdev.kt.co.kr:8008/OA_HTML/US/ICXINDEX.htm This is ApacheBench, Version 1.3c <$Revision: 1.44 $> apache-1.3 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 1998-2000 The Apache Group, http://www.apache.org/

Server Software: Oracle Server Hostname: erptdev.kt.co.kr Server Port: 8008

Document Path: /OA_HTML/US/ICXINDEX.htm Document Length: 3485 bytes

Concurrency Level: 500 Time taken for tests: 2.509 seconds Complete requests: 2000 Failed requests: 0 Total transferred: 7723260 bytes HTML transferred: 6987425 bytes Requests per second: 797.13 Transfer rate: 3078.22 kb/s received

Connnection Times (ms) min avg max Connect: 0 9 45 Processing: 112 549 813 Total: 112 558 858 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin>

Test2 ==> 파라메타 조정후 500유져가 2000번 접속

[PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin> ab -n 2000 -c 500 http://erptdev.kt.co.kr:8008/OA_HTML/US/ICXINDEX.htm This is ApacheBench, Version 1.3c <$Revision: 1.44 $> apache-1.3 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 1998-2000 The Apache Group, http://www.apache.org/

Server Software: Oracle Server Hostname: erptdev.kt.co.kr Server Port: 8008

Document Path: /OA_HTML/US/ICXINDEX.htm Document Length: 3485 bytes

Concurrency Level: 500 Time taken for tests: 2.064 seconds Complete requests: 2000 Failed requests: 0 Total transferred: 7734816 bytes HTML transferred: 6997880 bytes Requests per second: 968.99 Transfer rate: 3747.49 kb/s received

Connnection Times (ms) min avg max Connect: 0 8 72 Processing: 58 392 800 Total: 58 400 872 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin>

Test3 ==> 파라메타 조정후 1000유져가 10000번 접속 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin> ab -n 10000 -c 1000 http://erptdev.kt.co.kr:8008/OA_HTML/US/ICXINDEX.htm This is ApacheBench, Version 1.3c <$Revision: 1.44 $> apache-1.3 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 1998-2000 The Apache Group, http://www.apache.org/

Server Software: Oracle Server Hostname: erptdev.kt.co.kr Server Port: 8008

Document Path: /OA_HTML/US/ICXINDEX.htm Document Length: 3485 bytes

Concurrency Level: 1000 Time taken for tests: 16.464 seconds Complete requests: 10000 Failed requests: 0 Total transferred: 38897496 bytes HTML transferred: 35191530 bytes Requests per second: 607.39 Transfer rate: 2362.58 kb/s received

Connnection Times (ms) min avg max Connect: 1 159 11151 Processing: 94 1244 1873 Total: 95 1403 13024 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin>

Test4 ==> 파라메타 조정후 1000유져가 10000번 접속 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin> ab -n 10000 -c 1000 http://erptdev.kt.co.kr:8008/OA_HTML/US/ICXINDEX.htm This is ApacheBench, Version 1.3c <$Revision: 1.44 $> apache-1.3 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 1998-2000 The Apache Group, http://www.apache.org/

Server Software: Oracle Server Hostname: erptdev.kt.co.kr Server Port: 8008

Document Path: /OA_HTML/US/ICXINDEX.htm Document Length: 3485 bytes

Concurrency Level: 1000 Time taken for tests: 10.706 seconds Complete requests: 10000 Failed requests: 0 Total transferred: 38858976 bytes HTML transferred: 35156680 bytes Requests per second: 934.06 Transfer rate: 3629.64 kb/s received

Connnection Times (ms) min avg max Connect: 3 141 1185 Processing: 151 802 1440 Total: 154 943 2625 [PROD2] /kterp2/dbcrp3/prod2ora/iAS/Apache/Apache/bin>

조회수 1회댓글 0개

Comments


bottom of page