tank.log 增长直到消耗掉所有可用的 space

tank.log grows till consume all available space

我使用 yandex-tank 在 24 小时内每 10 秒生成一个负载 1 post。但是 yandex-tank 在 运行 大约 16 小时后失败了,因为 tank.log 消耗了所有可用的免费 space。就我而言,它增加到 37Gb。

我的load.ini:

[phantom]
address=192.168.254.201 ;Target's address
port=12224 ;target's port
rps_schedule=const(0.1, 24h) ;load scheme
connection_test=0
ssl=0

我的 ammo.txt 包含 10 个相似的 post 请求:

300
POST /api/< maybe confidential data>dimension1,dimension2,channel HTTP/1.1
Host: <confidential data>:12224
Content-Type: application/json
Content-Length: 103
Connection: keep-alive

{ "dimension1":"dimension1_1", "dimension2":"dimension2_not_used", "channel":"channel_1", "value": 91}

命令行:

yandex-tank ammo.txt

好像space被重复记录消耗了"Stats cache timestamps:",喜欢

2016-12-28 04:52:21,033 [DEBUG] yandextank.plugins.Aggregator.plugin plugin.py:101  Stats cache timestamps:
[1482836903, 1482836904, ....]

在文件的开头,这条记录包含 1 个时间戳。但是最后可用的 "Stats cache timestamps:" 包含 54212 个时间戳! 文件中总共有超过 30 亿个时间戳!

有没有办法 suppress/switch 关闭此日志记录?

这是一个错误。我收到了 removed 这些消息。