關于linux下面搭建loadrunner的詳細步驟:
http://blog.sina.com.cn/s/blog_9aa583cf0101bu4y.html
http://hi.baidu.com/higkoo/item/d75027acc78bab3e030a4dde?qq-pf-to=pcqq.c2c
http://www.cnblogs.com/xiaoTT/archive/2012/02/15/2352127.html
?
用控制臺加載負載機失敗:
碰到的問題1:
[higkoo@localhost bin]$ ./verify_generator
Environment variable M_LROOT must be set to the product directory
in order for verify_generator to execute.
Please setenv/export (csh/sh) it and run verify_generator again
解決方法:
?
碰到的問題1:
請切換至higkoo用戶,然后在運行命令
?
碰到的問題2:
verify_generator must have a DISPLAY set, please set and rerun
說明未聲明DISPLAY環境變量,運行命令export DISPLAY=192.168.1.169:0.0,然后在重啟loadrunner服務即可;
?
?然后linux就可以作為負載機器添加成功了
?
?
export DISPLAY=192.168.1.169:0.0echo $DISPLAYcd /opt/HP/HP_LoadGenerator/bin/./verify_generator./m_daemon_setup start./m_daemon_setup stop