Skip to content

Commit

Permalink
Enhance the TDengine readme with more details (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2280212 authored Aug 3, 2023
1 parent 20b11aa commit 08bbb41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tdengine/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 08bbb41

Please sign in to comment.