mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-19 21:49:21 +00:00
add vendoring with go dep
This commit is contained in:
13
vendor/github.com/influxdata/influxdb/stress/v2/iql/default.iql
generated
vendored
Normal file
13
vendor/github.com/influxdata/influxdb/stress/v2/iql/default.iql
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
CREATE DATABASE stress
|
||||
|
||||
GO INSERT cpu
|
||||
cpu,
|
||||
host=server-[int inc(0) 100000],location=us-west
|
||||
value=[int rand(100) 0]
|
||||
10000000 10s
|
||||
|
||||
GO QUERY cpu
|
||||
SELECT count(value) FROM cpu WHERE %t
|
||||
DO 250
|
||||
|
||||
WAIT
|
||||
Reference in New Issue
Block a user