processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.54k stars 405 forks source link

Tsung Report is not clear #369

Closed sujankumar4593 closed 4 years ago

sujankumar4593 commented 4 years ago

I have performed load test for 1 Lakh concurrent users in Tsung tool. I have generated the html report and viewed the report.

But the values generated for tr_authenticate, tr_Chat and tr_close under "Transaction Statistics" are not clear. Mean value for 'tr_authenticate' is showing as '8mn 59sec' but it will not take that much long time. For tr_Chat & tr_close transactions also Mean value is high.

Below I have mentioned the load progression for reference,

<load>
  <arrivalphase phase="1" duration="60" unit="minute">
    <users maxnumber="100000" arrivalrate="100" unit="second"/>
  </arrivalphase>
</load>

Please look into the attached screenshot of the 'Transaction Statistics' and explain me how the values are generated for those transactions in the report.

Note: I have attached 'tsung-report.png' file here for the reference. tsung-report

mremond commented 4 years ago

Well it depends on the scenario and the behaviour of the test. If there is some failures or if scenario goes into dead end, it can mess the result.