problem about tsung-Collection of common programming errors


  • Alies Belik
    erlang load-testing munin tsung
    I am struggling to get munin reporting working when running a Tsung load test. My set up is as follows.Web site staging server (staging4):2 CPUsTsung server2 CPUsMy Tsung server has an SSH tunnel to staging4 on port 4950 see my tsung.xml configuration below:<monitoring><monitor host=”localhost” type=”munin”><munin port=”4950″ /></monitor></monitoring>When I start my load test I get the following error message every 10 seconds:=INFO REPORT==== 16-Nov-2011::16:04:09 =

  • Colfax
    ssl https load-testing tsung
    I’m load testing a CouchDB server from another machine using Tsung, and need to establish a secure connection. Unfortunately, I’ve not been able to find an example of the syntax in the documentation or online…Any help would be greatly appreciated!

  • Alies Belik
    erlang scalability load-testing tsung
    I am trying to setup a tsung cluster on two ec2 instances:Master – ip-10-212-101-85.ec2.internalSlave – ip-10-116-39-86.ec2.internalBoth have erlang (R15B) and tsung (1.4.2) installed, and install-path is same on both of them. I can do ssh from Master to Slave and vice versa without password. Firewall is stopped on both the machines (service iptables stop)On Master, the attempt to start a erlang slave agent result in {error,timeout}:[root@ip-10-212-101-85 ~]# erl -rsh ssh -sname foo -setcookie m

  • kande
    java crash xmpp tsung tigase
    I’m trying to test the capabilities of the Tigase XMPP server 5.2.0. I’m running tests with tsung 1.4.2 to reach 20K users connected (once 20K works, I’ll try to check it with 150K). The tigase crashes after around 6000 connections. Someone can help me please to find out the problem?Details: The parameters of the tsung is: (12 connection per sec, 1666 sec for connection = 20K users)<?xml version=”1.0″?> <!DOCTYPE tsung SYSTEM “/usr/share/tsung/tsung-1.0.dtd”> <tsung loglevel=”noti

  • ikosuave
    amazon-ec2 erlang load-testing tsung beam
    Having some issues as follows:==> 20120712-1611/[email protected] <===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==== 12-Jul-2012::16:12:45 ===ts_config_server:(0:<0.99.0>) Can’t start newbeam on host tester2 (reason: timeout) ! Aborting!=INFO REPORT==== 12-Jul-2012::16:12:46 ===ts_os_mon_erlang:(3:<0.74.0>) Fail to start beam on host “web1-1b” ({error,time

  • Mark
    testing erlang tsung erlang-shell
    I’m new in tsung and erlang and I want to distribution on tsung. When I use this command:ardic@base-64-arcsp:~/tsungtest$ erl -rsh ssh -name ardic@tsung -setcookie tsung” Erlang R13B03 (erts-5.7.4) [source] [64-bit] [rq:1] [async-threads:0] [hipe] [kernel-poll:false]Eshell V5.7.4 (abort with ^G) (ardic@tsung)1> slave:start(tsungnode2,ardic,”-setcookie tsung”). “{error,timeout}I took this error.And I did everything in tsung FAQ about error, timeout. Do you have any idea?