我需要在 linux 服务器中对 apache 网站进行基准测试。我已经配置了 Siege,它工作正常..
当我在本地主机上运行 siege 时,我得到事务率,即 625.00 trans/sec
command is : siege -b -c 200 -r 10 http://localhost
当我在不同站点上运行相同的围攻时,我得到不同的交易率,即 99.21 trans/sec
siege -b -c 200 -r 10 http://apache.org
我想知道当我为不同的站点运行时,我的 Apache 服务器是如何被使用的。请澄清这一点。