为什么 siege - 3.0.8 和 siege 4.0.4 的负载测试值不同?
Why the load test values are different in siege - 3.0.8 and siege 4.0.4?
我在 3.0.8
和 4.0.4
两个版本中都有 运行 这个命令 siege -c50 -d10 -t3M http://www.example.com
。我得到了完全不同的结果。谁能给我一个解决方案,为什么这些版本的值不同..?
版本 4.0.4
Transactions: 1033 hits
Availability: 100.00 %
Elapsed time: 179.47 secs
Data transferred: 26.31 MB
Response time: 8.45 secs
Transaction rate: 5.76 trans/sec
Throughput: 0.15 MB/sec
Concurrency: 48.63
Successful transactions: 1033
Failed transactions: 0
Longest transaction: 72.85
Shortest transaction: 3.65
版本 3.0.8
Transactions: 133 hits
Availability: 100.00 %
Elapsed time: 179.08 secs
Data transferred: 27.59 MB
Response time: 50.95 secs
Transaction rate: 0.74 trans/sec
Throughput: 0.15 MB/sec
Concurrency: 37.84
Successful transactions: 133
Failed transactions: 0
Longest transaction: 141.14
Shortest transaction: 8.34
谢谢。
HTML 4.0.0 版本新增解析,默认开启。它对样式表、图像、javascript 等资源提出额外请求
我们可以在 siege.conf 文件中 enable/disable 此功能,方法是将解析器的值设置为 true/false.
Setting parser value in the siege.conf file
我在 3.0.8
和 4.0.4
两个版本中都有 运行 这个命令 siege -c50 -d10 -t3M http://www.example.com
。我得到了完全不同的结果。谁能给我一个解决方案,为什么这些版本的值不同..?
版本 4.0.4
Transactions: 1033 hits
Availability: 100.00 %
Elapsed time: 179.47 secs
Data transferred: 26.31 MB
Response time: 8.45 secs
Transaction rate: 5.76 trans/sec
Throughput: 0.15 MB/sec
Concurrency: 48.63
Successful transactions: 1033
Failed transactions: 0
Longest transaction: 72.85
Shortest transaction: 3.65
版本 3.0.8
Transactions: 133 hits
Availability: 100.00 %
Elapsed time: 179.08 secs
Data transferred: 27.59 MB
Response time: 50.95 secs
Transaction rate: 0.74 trans/sec
Throughput: 0.15 MB/sec
Concurrency: 37.84
Successful transactions: 133
Failed transactions: 0
Longest transaction: 141.14
Shortest transaction: 8.34
谢谢。
HTML 4.0.0 版本新增解析,默认开启。它对样式表、图像、javascript 等资源提出额外请求
我们可以在 siege.conf 文件中 enable/disable 此功能,方法是将解析器的值设置为 true/false.
Setting parser value in the siege.conf file