Hello,
I have tested the speed of the web server using ab.
Really, litespeed is faster than apache as my ab test.
But the result was not good against large file download.
At this site(http://www.litespeedtech.com/benchmark.html),
Just tested small size file.
Anyone who have tested larger file(over 1M) download speed test?
The result was like below.
Apache 2.2 is 2~3 times faster than litespeed.
-> there is no limit(bandwidth, conneciton..) at configuration file.
and I have tested at a server which have different port number.
from local and remote, but the result was same.
apache 2.2 : 80
litespeed : 8080
# ab -c 10 http://test.server:80/largee_file
Server Software: Apache/2.2.0
Server Hostname: test.server
Server Port: 80
Document Path: large_file
Document Length: 300260 bytes
Concurrency Level: 10
Time taken for tests: 0.052 seconds
Complete requests: 1
Failed requests: 0
Broken pipe errors: 0
Total transferred: 3005110 bytes
HTML transferred: 3002600 bytes
Requests per second: 19.23 [#/sec] (mean)
Time per request: 520.00 [ms] (mean)
Time per request: 52.00 [ms] (mean, across all concurrent requests)
Transfer rate: 57790.58 [Kbytes/sec] received
# ab -c 10 http://test.server:8080/largee_file
Server Software: LiteSpeed
Server Hostname: test.server
Server Port: 8080
Document Path: large_file
Document Length: 300260 bytes
Concurrency Level: 10
Time taken for tests: 0.095 seconds
Complete requests: 1
Failed requests: 0
Broken pipe errors: 0
Total transferred: 3005160 bytes
HTML transferred: 3002600 bytes
Requests per second: 10.53 [#/sec] (mean)
Time per request: 950.00 [ms] (mean)
Time per request: 95.00 [ms] (mean, across all concurrent requests)
Transfer rate: 31633.26 [Kbytes/sec] received
Thanks in advance.
I have tested the speed of the web server using ab.
Really, litespeed is faster than apache as my ab test.
But the result was not good against large file download.
At this site(http://www.litespeedtech.com/benchmark.html),
Just tested small size file.
Anyone who have tested larger file(over 1M) download speed test?
The result was like below.
Apache 2.2 is 2~3 times faster than litespeed.
-> there is no limit(bandwidth, conneciton..) at configuration file.
and I have tested at a server which have different port number.
from local and remote, but the result was same.
apache 2.2 : 80
litespeed : 8080
# ab -c 10 http://test.server:80/largee_file
Server Software: Apache/2.2.0
Server Hostname: test.server
Server Port: 80
Document Path: large_file
Document Length: 300260 bytes
Concurrency Level: 10
Time taken for tests: 0.052 seconds
Complete requests: 1
Failed requests: 0
Broken pipe errors: 0
Total transferred: 3005110 bytes
HTML transferred: 3002600 bytes
Requests per second: 19.23 [#/sec] (mean)
Time per request: 520.00 [ms] (mean)
Time per request: 52.00 [ms] (mean, across all concurrent requests)
Transfer rate: 57790.58 [Kbytes/sec] received
# ab -c 10 http://test.server:8080/largee_file
Server Software: LiteSpeed
Server Hostname: test.server
Server Port: 8080
Document Path: large_file
Document Length: 300260 bytes
Concurrency Level: 10
Time taken for tests: 0.095 seconds
Complete requests: 1
Failed requests: 0
Broken pipe errors: 0
Total transferred: 3005160 bytes
HTML transferred: 3002600 bytes
Requests per second: 10.53 [#/sec] (mean)
Time per request: 950.00 [ms] (mean)
Time per request: 95.00 [ms] (mean, across all concurrent requests)
Transfer rate: 31633.26 [Kbytes/sec] received
Thanks in advance.