tsung icon indicating copy to clipboard operation
tsung copied to clipboard

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.

Results 115 tsung issues
Sort by recently updated
recently updated
newest added

=ERROR REPORT==== 11-Aug-2017::23:49:24 === ** State machine terminating ** Last message in was {tcp,#Port, >} ** When State == wait_ack ** Data == {state_rcv,#Port, {{0,0,0,0},0}, undefined,0,10000,"10.252.88.160",5222,gen_tcp, {proto_opts,negociate,10,600000,32768,32768,undefined, undefined}, false,1, {ts_request,local,false,[],[],...

Hi, I try to use tsung to test nextcloud. after starting with `tsung-recorder start` I use the proxy to log into next-cloud and navigate to several menu entries. Tsung-recorder produces...

See details [here](https://www.erlang.org/doc/general_info/removed), the removed functions were replaced by proposed erlang functions which existed since very early releases and had the same behavior (I tested that ```erlang %%% ... erlang:integer_to_list(X,...

``` Error: {tls_alert, {unknown_ca, "TLS client: In state certify at ssl_handshake.erl:2125 generated CLIENT ALERT: Fatal - Unknown CA\n"}} ```

https://github.com/processone/tsung/blob/87e291b5bc896138736315dc1e51e5e91d8ad0f9/src/tsung_stats.pl.in#L184 A missing opening curly bracket here causes a crash when running the script. Adding it fixed the issue, and the script worked.