网上搜了一下 发现http://erlang-china.org/study/tsung_your_web.html,其实以前看过,动手操作。
看了一遍操作了一下 最后在tsung start 这里卡住 抛出下面错误:
“root@jasson:~/.tsung# tsung -recorder start
Starting Tsung
"Log directory is: /root/.tsung/log/20100709-07:14"
["Config Error, aborting ! ",{undef,[{httpd_util,to_lower,["GET"]},{ts_config_http,parse_config,2},{lists,foldl,3},{ts_config,read,1},{ts_config_server,handle_call,3},{gen_server,handle_msg,5},{proc_lib,init_p_do_apply,3}]}]
”
在群里讨论了很常时间也没有找到原因。“窦娥”以前用过,他用的deb安装的,我用的是源码编译的。
我的代码在他那边正常运行,最后只能怀疑环境问题了。
我用他的deb安装时遇到了下面问题:
“root@jasson:/home/langzhe# sudo dpkg -i tsung_1.3.1-1_all.deb
选中了曾被取消选择的软件包 tsung。
(正在读取数据库 ... 系统当前总共安装有 216530 个文件和目录。)
正在解压缩 tsung (从 tsung_1.3.1-1_all.deb) ...
dpkg:依赖关系问题使得 tsung 的配置工作不能继续:
tsung 依赖于 erlang-nox (>= 10.b.5-1);然而:
未曾安装软件包“erlang-nox”。
dpkg:处理 tsung (--install)时出错:
依赖关系问题 - 仍未被配置
正在处理用于 man-db 的触发器...
在处理时有错误发生:
tsung
”
通过用 apt-get install -f 解决了上面的问题,是什么意思(请老师留言)
重新安装 顺利完成。
再次 tsung -recorder start 顺利成功。
谢幕了。 花了大半天时间原来是我的,环境造成的。document也有了初步了解了。下一步开始使用。