broadview-collector/broadview_collector/tools
Vitaliy Kharechko 85229cc7fa Add packet trace handler support (handler, serializer for Monasca, plugin integration, and simulators)
Change-Id: I39caaaf8346ec1aeca7fbeff7611151a1f6d57af
2016-07-12 10:52:34 +03:00
..
pt Add packet trace handler support (handler, serializer for Monasca, plugin integration, and simulators) 2016-07-12 10:52:34 +03:00
bst_burst.py Minor changes to support running outside of OpenStack environment, plus some bug fixes 2016-05-26 10:46:01 +03:00
README.txt Add bst burst simulator for generating agent traffic into collector 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