gpt4 book ai didi

linux - 如何向 Graphite 服务器输入数据

转载 作者:太空宇宙 更新时间:2023-11-04 12:58:40 24 4
gpt4 key购买 nike

我用的是debian 8.0,Graphite安装完成。我正在测试一个设备,我正在尝试将设备结果数据上传到#graphite 服务器。到目前为止,我在 Graphite 服务器上创建文件没有问题,但我无法上传任何数据。

设备telnet连接上了,但是采集不到数据,请问我哪里做错了,请指点一下?

While True:    
echo -en "0/0 pt_stream [0] ?'\r\n" >&3
read <&3
for i in `cat ${3} | tr '.' '\n'` ; do
str=${str},${i}
let n=$n+1
var=`echo "var${n}"`
echo $var is ... ${i}
done
echo "local.xena_sample.streams.stream0.bpstx $(val* date +%s)" | nc localhost 2003
done

最佳答案

尝试将 echo 语句更改为:

echo "local.xena_sample.streams.stream0.bpstx $val $(date +%s)" | nc localhost 2003

关于linux - 如何向 Graphite 服务器输入数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34862389/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com