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
|
|
|
|
|