Heim  >  Artikel  >  Backend-Entwicklung  >  siege性能测试结果参数问题

siege性能测试结果参数问题

WBOY
WBOYOriginal
2016-06-06 20:08:00814Durchsuche

我在用siege对自己的一个网站进行测试,输入了以下的命令

<code>siege -c 10 -r 10 -f test.txt</code>

然后得到了如下的结果:

<code>Transactions:                1300 hits
Availability:              100.00 %
Elapsed time:                3.99 secs
Data transferred:            0.54 MB
Response time:                0.01 secs
Transaction rate:          325.81 trans/sec
Throughput:                0.13 MB/sec
Concurrency:                2.82
Successful transactions:         100
Failed transactions:               0
Longest transaction:            1.04
Shortest transaction:            0.00</code>

想请问下,这个transactions为什么是1300,而不是100呢?reponse time是指平均的响应时间吗?concurrency最高并发是指它估计出来的网站最高可以承受的并发?
怎么样使用siege先进行登录然后再测试呢?

回复内容:

我在用siege对自己的一个网站进行测试,输入了以下的命令

<code>siege -c 10 -r 10 -f test.txt</code>

然后得到了如下的结果:

<code>Transactions:                1300 hits
Availability:              100.00 %
Elapsed time:                3.99 secs
Data transferred:            0.54 MB
Response time:                0.01 secs
Transaction rate:          325.81 trans/sec
Throughput:                0.13 MB/sec
Concurrency:                2.82
Successful transactions:         100
Failed transactions:               0
Longest transaction:            1.04
Shortest transaction:            0.00</code>

想请问下,这个transactions为什么是1300,而不是100呢?reponse time是指平均的响应时间吗?concurrency最高并发是指它估计出来的网站最高可以承受的并发?
怎么样使用siege先进行登录然后再测试呢?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn