Volodymyr Samotiy 9740246e43 Add bst burst simulator for generating agent traffic into collector
Change-Id: Idb818032a8ac92e085d935876662492bfa50d433
2016-04-08 16:26:02 +03:00
..

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