Hi Stuart,
Thanks for your report.
On Wed, Jan 9, 2013 at 2:52 PM, Stuart Freeman
<[email protected]> wrote:
> Tsung crashes with output that looks like:
>
> $ tsung -f tsung.xml start
> Starting Tsung
> "Log directory is: /home/stuart/.tsung/log/20130109-1449"
> {"Kernel pid
>
> terminated",application_controller,"{application_terminated,tsung_controller,shutdown}"}
>
> Crash dump was written to: erl_crash.dump
> Kernel pid terminated (application_controller)
> ({application_terminated,tsung_controller,shutdown})
I am unable to reproduce your crash.
My installation:
----
ii tsung 1.4.2-1.1 amd64 distributed multi-protocol load t
ii erlang-base 1:15.b.1-dfsg-3 amd64 Erlang/OTP virtual
machine and base applications
----
Here is my test (attached is my tsung.xml file)
----
~/src$ tsung -f tsung.xml start
Starting Tsung
"Log directory is: /home/ghantoos/.tsung/log/20130111-1011"
^C
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
----
Can you please provide you xml file for further investigation?
In the meantime, I will be downgrading the severity to Important.
Cheers,
Ignace M
<?xml version="1.0"?>
<!DOCTYPE tsung SYSTEM "/usr/share/tsung/tsung-1.0.dtd">
<tsung loglevel="info" version="1.0">
<clients>
<client host="localhost" use_controller_vm="true" maxusers="30000"/>
</clients>
<servers>
<server host="127.0.0.1" port="80" type="tcp"/>
</servers>
<load>
<arrivalphase phase="1" duration="5" unit="minute">
<users interarrival="1" unit="second"></users>
</arrivalphase>
</load>
<sessions>
<session name="localhost" probability="100" type="ts_http">
<transaction name="localpage_01">
<request><http url='http://localhost/' version='1.1' method='GET'></http></request>
</transaction>
</session>
</sessions>
</tsung>
</xml>