Questions tagged [tsung]

Tsung is an open-source multi-protocol distributed load testing tool.

Tsung is an open source multi-protocol distributed load tool.

The purpose of Tsung is to simulate users in order to test the scalability and performance of IP based client/server applications.

Tsung is written in Erlang to take advantage of that language’s concurrency support.
Tsung will send X TPS every second even if tested system cannot cope - so you can expose bottlnecks.
The tool can simulate very large numbers of users per server, making it ideal for analyzing and testing the performance of large-scale applications, such as instant messaging solutions.

Tsung scales well (it’s been used to simulate tens of thousands of users), it supports forms and HTTP sessions, and includes some niceties like proxy recording, ‘thinktime’ support, and a choice of random or ordered traffic.

Tsung is available free of charge under the GPLv2 license as an open-source software product.
It is protocol-independent and can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP, Jabber/XMPP servers.

156 questions
0
votes
1 answer

Tsung: Can't start newbeam (reason: no_rsh)

I try to start tsung slaves on EC2 machines. Keys are in place and the test with erl -rsh ssh -sname root -setcookie mycookie slave:start('i-d6807c9d',root,"-setcookie mycookie"). > {ok,'root@i-d6807c9d'} is working. When I now execute tsung I get…
thesonix
  • 3,200
  • 4
  • 20
  • 19
0
votes
1 answer

Fail to start beam on host AND Can't start newbeam on host

Having some issues as follows: ==> 20120712-1611/tsung_controller@tester0.log <== =INFO REPORT==== 12-Jul-2012::16:12:45 === ts_config_server:(0:<0.100.0>) Can't start newbeam on host tester1 (reason: timeout) ! Aborting! =INFO REPORT====…
ikosuave
  • 46
  • 6
0
votes
1 answer

Nginx and tsung - how to best to point to html output directory

I am using for load testig and the output directory has this format. ~/.tsung/log/20120529-0139/report.html How can i have nginx point to that directory so I can load the html files? The portion of the path that is variable is 20120529-0139. Its a…
Tampa
  • 75,446
  • 119
  • 278
  • 425
0
votes
1 answer

tsung and ec2 - how to allow for passwordless logins for ubuntu

I have done the following for ubuntu on ec2. 1) My security group has ports 0-65000 open 2) I Turn of firewall by runnings these commands iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT…
Tampa
  • 75,446
  • 119
  • 278
  • 425
-1
votes
1 answer

in tsung how to increase port limitation (65k)

i am new in ejabberd. i'm going to test load on ejabberd using tsung tool. In tsung configuration file i set max users to 100,000. but i have encounterd max 65000 local port range. error : addrinuse. please help me how to make more than 65000…
-1
votes
1 answer

Limit of 1010 reached when loadtesting Apache/PHP with Tsung

I've been testing an Ubuntu server A running Apache/PHP using Tsung from a server B and I reached something that looks like a limit, but I can't find any idea on what it might be : here is a graph showing the behavior =>…
GregOriol
  • 142
  • 2
  • 5
1 2 3
10
11