Energy consumption estimation utilities for Jetson-based platforms

Energy consumption estimation utilities for Jetson-based platforms

This repository contains a utility for measuring energy consumption when running various programs in NVIDIA Jetson-based platforms. Currently TX-2, NX, and AGX are supported.

Usage

If you want to measure the energy consumption of a program, you can directly run the utility providing the command that you want to measure:

You can test the utility using a stress test (make sure you have installed stress – apt install stress), e.g.,

./p_est stress --cpu 6 -t 5

You can also run a GPU-based test using CUDA examples: