0

I need to benchmark apache website in linux server. I have configured Siege and it works fine..

When I run siege on local host I get transaction rate ie 625.00 trans/sec

command is : siege -b -c 200 -r 10 http://localhost

When I run same siege on different site I get different transaction rate i.e 99.21 trans/sec

siege -b -c 200 -r 10 http://apache.org

I want to know how my Apache server is being used in siege when I run for different sites. please clarify this.

Ria
  • 10,237
  • 3
  • 33
  • 60
Vinod HC
  • 1,557
  • 5
  • 20
  • 38

1 Answers1

1

The website in your local host is by naturally faster than the ones hosted live. The server response time will be very fast in the local server.

Arpan Buch
  • 1,380
  • 5
  • 19
  • 41