我正在尝试在Linux机器上设置Load Generator,而Controller将在Windows机器上。
我该怎么做?这样做的步骤是什么?
谢谢!
答案 0 :(得分:1)
安装:
cd /opt/HP/HP_LoadGenerator/bin
./m_daemon_setup -install
./m_daemon_setup -kill
启动/停止LG:
function linked(terget_php,token){
$.ajax({
url:"php/"+terget_php,
type:"POST",
dataType:"HTML",
data:"token="+token,
beforeSend:function(){
$("#loading").fadeIn('fast');
},
success:function(html){
$("#all_load_menu").html(html);
$("#loading").fadeOut('fast');
}
});
}