如何查看在给定时刻(在Ubuntu中)运行的收割机数量是多少?
答案 0 :(得分:0)
对于Filebeat 5.x(这在6.x中更改),您可以使用其他CLI标志启动Filebeat,以启用可通过HTTP查询的度量标准端点。 JSON响应对象中返回的度量标准之一是filebeat.harvester.running。
要对此进行测试,您可以使用额外的-httpprof
标志在前台启动Filebeat。
sudo filebeat.sh -e -httpprof localhost:9090
然后使用curl
请求指标。
curl http://localhost:9090/debug/vars