From 08bbb41673039435f602d7a822d6613916dfaaed Mon Sep 17 00:00:00 2001 From: YuFengLiu <38746920+l2280212@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:37:40 +0800 Subject: [PATCH] Enhance the TDengine readme with more details (#363) --- tdengine/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tdengine/README.md b/tdengine/README.md index a1acbc596..58bd2770a 100644 --- a/tdengine/README.md +++ b/tdengine/README.md @@ -1,11 +1,15 @@ # Benchmark for TDengine ## The Environment of Test -Firstly, you need to add a static routing of the server's ip address and hostname to `hosts` file. +Firstly, you need to install TDengine-server on the server machine and change the hostname to `tdengine` in`hostname` file. +Then restart the server machine. + + +Secondly, you need to add a static routing of the server's ip address and hostname to `hosts` file on the test machine. ```properties 192.168.0.11 tdengine ``` -Secondly, You need to install the client of TDengine on the test machine. +Lastly, You need to install the TDengine-client on the test machine. ## Configuration of Benchmark There is a [sample configuration file](./config.properties). ## The Result of Test