9740246e43
Change-Id: Idb818032a8ac92e085d935876662492bfa50d433
15 lines
188 B
Plaintext
15 lines
188 B
Plaintext
bst_burst.py
|
|
------------
|
|
|
|
Run python bst_burst.py to simulate a microburst to the broadview collector.
|
|
|
|
To generate time series data:
|
|
|
|
$ while true
|
|
do
|
|
python bst_burst.py
|
|
sleep 90
|
|
done
|
|
|
|
|