aggHistDataOverTime.sh 1015 B

12345678910111213141516171819202122232425
  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.AggHistDataOverTime \
  5. --host=$host --pointNamePrefix=pointName_ --pointCount=1 \
  6. --beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=max \
  7. --showQueryResult=10000
  8. #java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
  9. #--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
  10. #--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=min \
  11. # --showQueryResult=10000
  12. #java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
  13. #--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
  14. #--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=avg \
  15. # --showQueryResult=10000
  16. #java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
  17. #--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
  18. #--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=count \
  19. # --showQueryResult=10000