|
@@ -1,23 +1,25 @@
|
|
#!/usr/bin/env bash
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
+#host=39.104.80.229
|
|
|
|
+host=127.0.0.1
|
|
|
|
|
|
java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
---host=39.104.80.229 --pointNamePrefix=pointName_ --pointCount=1 \
|
|
|
|
|
|
+--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
|
|
--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=max \
|
|
--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=max \
|
|
--showQueryResult=10000
|
|
--showQueryResult=10000
|
|
|
|
|
|
#java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
#java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
-#--host=39.104.80.229 --pointNamePrefix=pointName_ --pointCount=1 \
|
|
|
|
|
|
+#--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
|
|
#--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=min \
|
|
#--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=min \
|
|
# --showQueryResult=10000
|
|
# --showQueryResult=10000
|
|
|
|
|
|
#java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
#java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
-#--host=39.104.80.229 --pointNamePrefix=pointName_ --pointCount=1 \
|
|
|
|
|
|
+#--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
|
|
#--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=avg \
|
|
#--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=avg \
|
|
# --showQueryResult=10000
|
|
# --showQueryResult=10000
|
|
|
|
|
|
#java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
#java -cp ./lib/tsdb.jar demo.query.histQuery.AggHistDataOverTime \
|
|
-#--host=39.104.80.229 --pointNamePrefix=pointName_ --pointCount=1 \
|
|
|
|
|
|
+#--host=$host --pointNamePrefix=pointName_ --pointCount=1 \
|
|
#--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=count \
|
|
#--beginDate="2021-03-01 00:00:00" --endDate="2021-03-01 00:16:38" --aggMethod=count \
|
|
# --showQueryResult=10000
|
|
# --showQueryResult=10000
|
|
|
|
|