NAU-IoT / benchmarks

Benchmarks for Raspberry Pi and NVIDIA Jetson performance
https://nau-iot.github.io/benchmarks/
MIT License
0 stars 1 forks source link

live monitoring #13

Closed akielaries closed 9 months ago

akielaries commented 9 months ago

Ideally the system performance measures should be held in a .csv file so we can visualize live with grafana.

akielaries commented 9 months ago

background daemon should collect and dump to file probably in /tmp/<some dir> filename should be dynamic in this type of format <sysname>_sysinfo_<mmddyyyy>.csv. Change files at midnight and append the same file for the entire day. I believe this is the scheme we are following for other data delivery as well... Figure out how to send this data (line by line?) to the central DB we are using to plug into grafana...

akielaries commented 9 months ago

addressed in d8e9a9e94176ba7b1df4d25c30a08d2f8c4fd464