Script to run Tegrastats and then parse data from the time-stamped log file obtained. Graphing capabilities are also available.
To run:
py main.py
Action options will be shown in the command line:
- r (run tegrastats)
- p (parse log file)
- g (graph data)
- a (execute all steps)
Graphing is done using the Bokeh library and axes are synced such that panning/zooming on one plot is mirrored on every other plot for easy comparison.
To install all dependency libraries, execute the following command
pip3 install -r requirements.txt