queryHistData.sh 266 B

12345678
  1. #!/usr/bin/env bash
  2. #host=39.104.80.229
  3. host=127.0.0.1
  4. java -cp ./lib/tsdb.jar demo.query.histQuery.QueryHistData \
  5. --host=$host --pointNamePrefix=pointName_ --pointCount=1 \
  6. --beginDate="2020-07-01 00:00:00" --endDate="2020-07-01 00:01:00" --showQueryResult=10000