如何在两台服务器中配置FunkLoad监视器?

时间:2013-07-03 12:36:33

标签: python funkload

我有一个小问题。如何配置监视器并运行?!

现在,我尝试使用此配置 - 但这不起作用。

我有两台服务器: 1.模仿服务器客户端(178.216.200.170) 2.服务器应用程序(178.216.200.48)

它们应该看起来像文件? - monitor.conf(应该在服务器2中 - 178.216.200.48) - TestingClassName.conf(应该在服务器1 - 178.216.200.170中)

我正在尝试: monitor.conf

[server]
host = 178.216.200.48
port = 8008
interval = .5
interface = eth0
[client]
host = 178.216.200.170
port = 8008

和TestingClassName.conf:

...
[monitor]
hosts=178.216.200.48
[178.216.200.48]
port=8008
description=My description

但它不起作用?!

1 个答案:

答案 0 :(得分:0)

Nuxeo回应我:

你需要:

  • 要监控的每个服务器的monitor.conf文件,

  • 将主机和端口绑定到可以从bencher

  • 访问的内容
  • 在每台主机上运行fl-monitor-ctl命令

  • 将bencher配置设置为指向受监控主机列表:

    [monitor]
    hosts=178.216.200.48 178 178.216.200.170
    [178.216.200.48]
    port=8008
    description=My first server
    [178.216.200.170]
    port=8008
    description=My second server

然后跑板凳