Skip to content

Abdel-E/tegrastats_parser

 
 

Repository files navigation

tegrastats_parser

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

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.

image image

To install all dependency libraries, execute the following command

pip3 install -r requirements.txt

About

Tool to run tegrastats and parse the obtained log file to extract useful data into a csv. It also allows for automated graph creation between values desired from the data parsed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 94.4%
  • Python 5.6%