我按照教程中的http://funkload.nuxeo.org/monitoring.html设置了一切,启动了监控服务器,进行了台架测试,生成了报告。但在报告中没有添加来自监控的图表...有什么想法吗?我也在使用凭证服务器,但它过去和现在都工作正常……只是在我添加了监视器之后,似乎什么都没有改变。
monitor.conf
[server]
host = localhost
port = 8008
interval = .5
interface = eth0
[client]
host = localhost
port = 8008my_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发布于 2015-04-18 02:29:23
使用
sudo easy_install -f http://funkload.nuxeo.org/snapshots/ -U funkload而不是仅仅
pip install funkload看起来pip确实有一些旧的坏版本的funkload。
https://stackoverflow.com/questions/29704708
复制相似问题