insertRealtimeRandomDataInCycle.sh 249 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.allInsert.InsertRealtimeRandomDataInCycle \
  5. --host=$host --pointNamePrefix=pointName_ --pointCount=100000 --seed=1 \
  6. --mean=10 --variance=1 --period=1000 --debug=0