- #!/usr/bin/env bash
- #host=39.104.80.229
- host=127.0.0.1
- nohup java -cp ./lib/tsdb.jar demo.allInsert.InsertRealtimeRandomDataInCycle \
- --host=$host --pointNamePrefix=pointName_ --pointCount=100000 --seed=1 \
- --mean=10 --variance=1 --period=1000 --debug=0 &
|