This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch NewDoc
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/NewDoc by this push:
new bce3ac2 fix more pictures
bce3ac2 is described below
commit bce3ac222f02199307dc3137d18102a2d0936242
Author: HTHou <[email protected]>
AuthorDate: Thu Mar 4 16:57:34 2021 +0800
fix more pictures
---
docs/zh/UserGuide/Client/Command Line Interface.md | 17 +++++++++++++++--
docs/zh/UserGuide/System Tools/Monitor and Log Tools.md | 1 +
docs/zh/UserGuide/System Tools/Sync Tool.md | 1 -
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/docs/zh/UserGuide/Client/Command Line Interface.md
b/docs/zh/UserGuide/Client/Command Line Interface.md
index 6d55dac..4dd690f 100644
--- a/docs/zh/UserGuide/Client/Command Line Interface.md
+++ b/docs/zh/UserGuide/Client/Command Line Interface.md
@@ -53,6 +53,7 @@ Windows系统启动命令如下:
Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
```
回车后即可成功启动客户端。启动后出现如图提示即为启动成功。
+
```
_____ _________ ______ ______
|_ _| | _ _ ||_ _ `.|_ _ \
@@ -174,8 +175,20 @@ pass=root
./sbin/start-cli.sh -h ${host} -p ${rpcPort} -u ${user} -pw ${pass} -e "select
s1 from root.demo"
```
-打印出来的结果显示在下图,通过这种方式进行的操作与客户端的输入模式以及通过JDBC进行操作结果是一致的。
+打印出来的结果显示如下,通过这种方式进行的操作与客户端的输入模式以及通过JDBC进行操作结果是一致的。
+
+```
+ Shell > ./shell.sh
++-----------------------------+------------+
+| Time|root.demo.s1|
++-----------------------------+------------+
+|1970-01-01T08:00:00.001+08:00| 10|
+|1970-01-01T08:00:00.002+08:00| 11|
+|1970-01-01T08:00:00.003+08:00| 12|
++-----------------------------+------------+
+Total line number = 3
+It costs 0.267s
+```
-
需要特别注意的是,在脚本中使用-e参数时要对特殊字符进行转义。
\ No newline at end of file
diff --git a/docs/zh/UserGuide/System Tools/Monitor and Log Tools.md
b/docs/zh/UserGuide/System Tools/Monitor and Log Tools.md
index 4a12d7d..91e2206 100644
--- a/docs/zh/UserGuide/System Tools/Monitor and Log Tools.md
+++ b/docs/zh/UserGuide/System Tools/Monitor and Log Tools.md
@@ -213,6 +213,7 @@ select last TOTAL_POINTS from root.stats."global"
2. 展开侧边框并选择 'org.apache.iotdb.db.service'. 将会得到如下图所示结果:
<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/13203019/65687623-404fc380-e09c-11e9-83c3-3c7c63a5b0be.jpeg">
+
## 系统日志
IoTDB支持用户通过修改日志配置文件的方式对IoTDB系统日志(如日志输出级别等)进行配置,系统日志配置文件默认位置在$IOTDB_HOME/conf文件夹下,默认的日志配置文件名为logback.xml。用户可以通过增加或更改其中的xml树型节点参数对系统运行日志的相关配置进行修改。详细配置说明参看本文日志文件配置说明。
diff --git a/docs/zh/UserGuide/System Tools/Sync Tool.md
b/docs/zh/UserGuide/System Tools/Sync Tool.md
index dbfe686..82edc83 100644
--- a/docs/zh/UserGuide/System Tools/Sync Tool.md
+++ b/docs/zh/UserGuide/System Tools/Sync Tool.md
@@ -172,7 +172,6 @@ Windows系统启动命令如下:
```
Shell >$IOTDB_HOME\bin\start-sync-client.bat
```
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/26211279/59494951-dc283b80-8ec0-11e9-9575-5d8578c08ceb.png">
#### 关闭同步功能发送端