tsung

Tsung Issue with Dyn_Variable

好久不见. 提交于 2019-12-10 17:14:34
问题 I am very new to ERLANG and TSung, I never worked in this areas, but I am very much keen to know the fundamentals and do distributed load test for my web application. I am in half the way to complete, but I have a big hurdle and not able to moving forward , please read below tsung.xml file and advise me where & what I am missing? **===> tsung.xml (this file perfectly working without any errors)** *<?xml version="1.0"?> <!DOCTYPE tsung SYSTEM "/usr/share/tsung/tsung-1.0.dtd"> <tsung loglevel =

Tsung error: can't start newbeam on host

妖精的绣舞 提交于 2019-12-07 17:20:32
问题 I have been trying to get tsung to connect to a box I have running kubuntu 12.04 Here is the client portion of my config <clients> <client host="klaptop" weight="1" maxusers="500"/> </clients> I run tsung with the following command tsung -f /var/tsung/xml/config.xml -l /var/tsung/logs/ start I get the following error in my tsung_controller log file =INFO REPORT==== 20-Jun-2012::15:06:01 === ts_config_server:(0:<0.72.0>) Can't start newbeam on host klaptop (reason: timeout) ! Aborting! I have

Tsung error: can't start newbeam on host

大憨熊 提交于 2019-12-06 03:20:37
I have been trying to get tsung to connect to a box I have running kubuntu 12.04 Here is the client portion of my config <clients> <client host="klaptop" weight="1" maxusers="500"/> </clients> I run tsung with the following command tsung -f /var/tsung/xml/config.xml -l /var/tsung/logs/ start I get the following error in my tsung_controller log file =INFO REPORT==== 20-Jun-2012::15:06:01 === ts_config_server:(0:<0.72.0>) Can't start newbeam on host klaptop (reason: timeout) ! Aborting! I have read the manual's trouble shooting and tried to make sure that all of my bases are covered (same erlang

tsung测试tigase性能

五迷三道 提交于 2019-12-05 23:18:28
tigase 性能测试,测试环境应用太多,只记录一个测试的方法; 具体性能可以参考官方的测试结果,而且有测试配置文件; http://www.tigase.org/content/tigase-load-tests-again-500k-user-connections 点击查看tsung report 的页面最下面的 XML Config file ,下载下来跑下即可; 1.环境安装参考 参考: http://linyu19872008.iteye.com/blog/1605707 (没有 apt-get,参考下面链接安装erlang ) erlang安装参考: http://hxl2009.blog.51cto.com/779549/1224816 测试过,可行! 2.启动Tsung测试: 运行tsung,执行对应的配置xml,和输出到对应的log文件夹 [root@s2-5 tsung-1.5.0]# ./tsung.sh.in Usage: tsung.sh.in <options> start|stop|debug|status Options: -f <file> set configuration file (default is ~/.tsung/tsung.xml) (use - for standard input) -l <logdir> set log

Can anyone post an example of how to enable SSL in Tsung?

你说的曾经没有我的故事 提交于 2019-12-05 16:55:45
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! In tsung.xml: <servers> <server host="HOSTNAME_HERE" port="443" type="ssl"></server> </servers> References from the current Tsung documentation : 6.2. Clients and Server > Basic setup : Type can be tcp , ssl , udp (for IPv6, use tcp6 , ssl6 or udp6 ; only available in version 1.4.2 and newer) or websocket (only available in version 1.5.0 and newer