[Tsung] Questions on the reports generated by tsung
Nicolas Niclausse
nicolas at niclux.org
Thu Apr 24 13:13:22 CEST 2008
Chong Ming ecrivait le 22.04.2008 04:42:
> My report for the counter statics are below:
>
> *_Name Highest Rate Total Number_*
> finish_users_count 2.4 / sec 475
> users_count 5.9 / sec 475
>
> *_Name Max_*
> connected 383
> users 468
>
> What does highest rate mean? Does the total number refer to the
> successful connected users or all users (successfully log in and
> unsuccessful log in)?
As explained in the doc, an estimate of the rate is computed every 10 sec
during the test. The highest rate is the maximum value for all these
estimations.
> As for the second table, i guess the *383 for connected* refers to the
> number of successful attempts for the users and *468 for users* are
> refering to the total numbers of users for the benchmarking procedure.
> Am i correct?
No, it's the maximum number of simultaneous connected users and
simultaneous alive users.
An alive user may not have an established tcp connection to the server, for
exemple during thinktimes.
The total number of users created during the test is available in the
'users_count' counters statistics
If everything runs ok, the total number of 'finish_users_count' should be
equal to this (at the end of the test).
> Lastly what is http return code refering to?
http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1
--
Nicolas
More information about the Tsung-users
mailing list