benchmarks
Benchmarking Jetson Nano vs Raspberry Pi device performance
Benchmark documentation...

TODO

This project serves as a simple way to benchmark and monitor a given linux system. The primary focsus on the NVIDIA Jetson Nano and the Rapsberry Pi series.

Installation & Usage

Prerequisites

For running on bare system:

# compile
$ make compile
# install binary to /usr/bin
$ make install
# uninstall
$ make uninstall

Otherwise, use Docker...

# create docker image
$ make docker_img
# run
$ make docker_run
$ ./benchsys
Usage: benchsys [-d | -b]
-d : daemon mode to monitor system information
-b : benchmark mode to run system stress tests with live monitoring