未验证 提交 e34332de 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

docs: fix statsd doc (#11683)

* docs: refine statsd doc

[TD-14923]

* docs: fix format

* docs: fix 06-statsd.md
上级 cf50f3d8
......@@ -26,16 +26,16 @@ StatsD 是汇总和总结应用指标的一个简单的守护进程,近些年
运行 StatsD:
```
ubuntu@shuduo-1804 $ node stats.js config.js &
$ node stats.js config.js &
[1] 8546
ubuntu@shuduo-1804 ~/work/statsd (master)c47fc48$ 20 Apr 09:54:41 - [8546] reading config file: exampleConfig.js
$ 20 Apr 09:54:41 - [8546] reading config file: exampleConfig.js
20 Apr 09:54:41 - server is up INFO
```
使用 nc 写入测试数据:
```
ubuntu@shuduo-1804 ~/work/statsd (master)c47fc48$ echo "foo:1|c" | nc -u -w0 127.0.0.1 8125
$ echo "foo:1|c" | nc -u -w0 127.0.0.1 8125
```
使用 TDengine CLI 验证从 StatsD 向 TDengine 写入数据并能够正确读出:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册