0

我确实根据这里的教程http://funkload.nuxeo.org/monitoring.html设置了所有内容,启动了监控服务器,进行了台架测试,建立了报告。但是在报告中没有添加来自监控的图表......知道吗?我也在使用凭证服务器,但那是并且正在正常工作......只是在我添加了监视器之后,似乎没有任何改变......

监视器配置文件

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

my_test.conf:

[main]
title= some title
description= some descr
url=http://localhost:8000
... some other not important lines here

[monitor]
hosts=localhost

[localhost]
port=8008
description=The benching machine
4

1 回答 1

0

利用

sudo easy_install -f http://funkload.nuxeo.org/snapshots/ -U funkload

而不仅仅是

pip install funkload

看起来 pip 确实有一些旧版本的 funkload

于 2015-04-17T18:29:22.957 回答