Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
57e8c3c0
TDengine
项目概览
taosdata
/
TDengine
大约 1 年 前同步成功
通知
1184
Star
22015
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
57e8c3c0
编写于
4月 18, 2023
作者:
S
sunpeng
提交者:
GitHub
4月 18, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: update title for monitor doc (#20965)
上级
1431a313
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
20 addition
and
19 deletion
+20
-19
docs/zh/17-operation/10-monitor.md
docs/zh/17-operation/10-monitor.md
+20
-19
未找到文件。
docs/zh/17-operation/10-monitor.md
浏览文件 @
57e8c3c0
...
...
@@ -43,7 +43,7 @@ chmod +x TDinsight.sh
TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,可以在 taoskeeper 配置文件中修改,具体参考
[
taoskeeper 文档
](
/reference/taosKeeper
)
)。taoskeeper 启动后会自动创建 log 库,并将监控数据写入到该数据库中。
### cluster
info 表
### cluster
\_
info 表
`cluster_info`
表记录集群信息。
...
...
@@ -72,7 +72,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|protocol|INT||协议版本,目前为 1|
|cluster
\_
id|NCHAR|TAG|cluster id|
### d
info 表
### d
\_
info 表
`d_info`
表记录 dnode 状态信息。
...
...
@@ -83,7 +83,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### m
info 表
### m
\_
info 表
`m_info`
表记录 mnode 角色信息。
...
...
@@ -95,7 +95,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|mnode
\_
ep|NCHAR|TAG|master node endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### dnodes
info 表
### dnodes
\_
info 表
`dnodes_info`
记录 dnode 信息。
...
...
@@ -137,7 +137,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### data
dir 表
### data
\_
dir 表
`data_dir`
表记录 data 目录信息。
...
...
@@ -153,7 +153,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### log
dir 表
### log
\_
dir 表
`log_dir`
表记录 log 目录信息。
...
...
@@ -168,7 +168,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### t
mp
dir 表
### t
emp\_
dir 表
`temp_dir`
表记录 temp 目录信息。
...
...
@@ -183,7 +183,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### vgroups
info 表
### vgroups
\_
info 表
`vgroups_info`
表记录虚拟节点组信息。
...
...
@@ -198,7 +198,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### vnodes
role 表
### vnodes
\_
role 表
`vnodes_role`
表记录虚拟节点角色信息。
...
...
@@ -223,7 +223,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### log
summary 表
### log
\_
summary 表
`log_summary`
记录日志统计信息。
...
...
@@ -238,7 +238,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### grants
info 表
### grants
\_
info 表
`grants_info`
记录授权信息。
...
...
@@ -252,7 +252,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|dnode
\_
ep|NCHAR|TAG|dnode endpoint|
|cluster
\_
id|NCHAR|TAG|cluster id|
### keeper
monitor 表
### keeper
\_
monitor 表
`keeper_monitor`
记录 taoskeeper 监控数据。
...
...
@@ -263,7 +263,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|mem|FLOAT||内存使用率|
|identify|NCHAR|TAG||
### taosadapter
restful http request
total 表
### taosadapter
\_restful\_http\_request\_
total 表
`taosadapter_restful_http_request_total`
记录 taosadapter rest 请求信息,该表为 schemaless 方式创建的表,时间戳字段名为
`_ts`
。
...
...
@@ -277,7 +277,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|request
\_
uri|NCHAR|TAG|request uri|
|status
\_
code|NCHAR|TAG|status code|
### taosadapter
restful http request
fail 表
### taosadapter
\_restful\_http\_request\_
fail 表
`taosadapter_restful_http_request_fail`
记录 taosadapter rest 请求失败信息,该表为 schemaless 方式创建的表,时间戳字段名为
`_ts`
。
...
...
@@ -291,7 +291,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|request
\_
uri|NCHAR|TAG|request uri|
|status
\_
code|NCHAR|TAG|status code|
### taosadapter
restful http request in
flight 表
### taosadapter
\_restful\_http\_request\_in\_
flight 表
`taosadapter_restful_http_request_in_flight`
记录 taosadapter rest 实时请求信息,该表为 schemaless 方式创建的表,时间戳字段名为
`_ts`
。
...
...
@@ -301,7 +301,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|guage|DOUBLE||监控指标值|
|endpoint|NCHAR|TAG|taosadpater endpoint|
### taosadapter
restful http request summary
milliseconds 表
### taosadapter
\_restful\_http\_request\_summary\_
milliseconds 表
`taosadapter_restful_http_request_summary_milliseconds`
记录 taosadapter rest 请求汇总信息,该表为 schemaless 方式创建的表,时间戳字段名为
`_ts`
。
...
...
@@ -319,7 +319,7 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|request
\_
method|NCHAR|TAG|request method|
|request
\_
uri|NCHAR|TAG|request uri|
### taosadapter
system mem
percent 表
### taosadapter
\_system\_mem\_
percent 表
`taosadapter_system_mem_percent`
表记录 taosadapter 内存使用情况,该表为 schemaless 方式创建的表,时间戳字段名为
`_ts`
。
...
...
@@ -329,11 +329,12 @@ TDinsight dashboard 数据来源于 log 库(存放监控数据的默认db,
|guage|DOUBLE||监控指标值|
|endpoint|NCHAR|TAG|taosadpater endpoint|
### taosadapter system cpu percent 表
### taosadapter\_system\_cpu\_percent 表
`taosadapter_system_cpu_percent`
表记录 taosadapter cpu 使用情况,该表为 schemaless 方式创建的表,时间戳字段名为
`_ts`
。
|field|type|is
\_
tag|comment|
|:----|:---|:-----|:------|
|
\_
ts|TIMESTAMP||timestamp|
|guage|DOUBLE||监控指标值|
|endpoint|NCHAR|TAG|taosadpater endpoint|
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录