diff --git a/README.md b/README.md index 2ceb3a5122..29ea04c5fb 100644 --- a/README.md +++ b/README.md @@ -131,16 +131,16 @@ about Kubernetes deployment, check our [docs](https://docs.greptime.com/). SELECT * FROM monitor; ``` - ```TEXT - +-------+---------------------+------+--------+ - | host | ts | cpu | memory | - +-------+---------------------+------+--------+ - | host1 | 2022-08-19 08:32:35 | 66.6 | 1024 | - | host2 | 2022-08-19 08:32:36 | 77.7 | 2048 | - | host3 | 2022-08-19 08:32:37 | 88.8 | 4096 | - +-------+---------------------+------+--------+ - 3 rows in set (0.01 sec) - ``` + ```TEXT + +-------+--------------------------+------+--------+ + | host | ts | cpu | memory | + +-------+--------------------------+------+--------+ + | host1 | 2022-08-19 16:32:35+0800 | 66.6 | 1024 | + | host2 | 2022-08-19 16:32:36+0800 | 77.7 | 2048 | + | host3 | 2022-08-19 16:32:37+0800 | 88.8 | 4096 | + +-------+--------------------------+------+--------+ + 3 rows in set (0.03 sec) + ``` You can always cleanup test database by removing `/tmp/greptimedb`.