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 122 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.

All it would take to fix tsung with OTP versions >25 (tested all the way through 28) are the following PRs on top of the develop branch: https://github.com/processone/tsung/pull/421 https://github.com/processone/tsung/pull/420 https://github.com/processone/tsung/pull/419...

I suspect that this line doesn't make sense, but at least this makes the test run (and pass).

PR https://github.com/processone/tsung/pull/414 fixed compilation warnings but broke tsung at runtime. See https://www.erlang.org/docs/25/man/rand#seed-2

crypto:strong_rand_bytes/1 doesn't need seeding: "Generates N bytes randomly uniform 0..255, and returns the result in a binary. Uses a cryptographically secure prng seeded and periodically mixed with operating system provided...

Can we run tsung tool in windows machine.