我使用tsung,用openssl和erlang编译来发送查询。
在tsung_controller.log中,我得到以下错误:
** Reason for termination ==
** {{badmatch,false},
[{ts_config_server,handle_call,3,
[{file,"src/tsung_controller/ts_config_server.erl"},
{line,305}]},
{gen_server,try_handle_call,4,[{file,"gen_server.erl"},{line,628}]},
{gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,660}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,238}]}]}
以及:
=ERROR REPORT==== 17-Aug-2015::01:07:42 ===
** Generic server ts_config_server terminating
** Last message in was {get_client_config,static,"*****commented this **"}
** When Server state == {state,
{config,undefined,1200,5,none,text,undefined,
我已经使用用户手册中的信息验证了设置
http://tsung.erlang-projects.org/user_manual/faq.html然后恢复正常。
所以在我看来安装很好,但我无法找出崩溃的确切原因。
在某个论坛上,我看到的答案是.xml文件中提到的查询文件可能是原因,但是我尝试了绝对路径和相对路径,不幸的是,它似乎不起作用。
最佳答案
根据this message from 10 years ago in their mailing list
根据我今天的经验,您可能正在使用一个完全限定的主机名而不是一个短主机名。例如,“mymachine.domain.tld”而不是“mymachine”作为客户端标记中主机属性的值,因为文档在item10.1
关于performance - Tsung崩溃,**终止原因== ** {{badmatch,false},我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32047604/