Skip to content

Real-time graph of Nvidia Jetson TX1 power and temperature sensors data

License

Notifications You must be signed in to change notification settings

cezs/onlineplot

Repository files navigation

onlineplot

Use gnuplot to plot data from continuously updated file

./media/sc1.png

Usage

Printing data to a file

Change permissions of script.

chmod +x ./scan_cpu.sh

Run the script which continuously writes data to a file.

./scan_cpu.sh

Using the continuously updated file for plotting

Change permissions of the script.

chmod +x ./onlineplot_cpu.sh

Print all the data contained in the file.

./onlineplot_cpu -f "cpumhz.log"

Print only the last n samples.

./onlineplot_cpu -f "cpumhz.log" -n 30

Change the start and the end column.

./onlineplot_cpu -f "cpumhz.log" -n 30 -s 0 -e 1

License

This is free and unencumbered software released into the public domain. For more information, please refer to the LICENSE file.

About

Real-time graph of Nvidia Jetson TX1 power and temperature sensors data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published