insertRealtimeRandomData.sh 228 B

123456789
  1. #!/usr/bin/env bash
  2. #host=39.104.80.229
  3. host=127.0.0.1
  4. java -cp ./lib/tsdb.jar demo.allInsert.InsertRealtimeRandomData \
  5. --host=$host --pointNamePrefix=pointName_ --pointCount=10000 --seed=1 \
  6. --mean=10 --variance=1 --debug=0