siege性能测试结果参数问题

WBOY
Release: 2016-06-06 20:08:00
Original
843 people have browsed it

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

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

然后得到了如下的结果:

<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>
Copy after login
Copy after login

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

回复内容:

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

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

然后得到了如下的结果:

<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>
Copy after login
Copy after login

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template