NVIDIA Jetson AGX Thor - JetPack 7.0 - Performance Tuning - Maximizing Performance

From RidgeRun Developer Wiki

NVIDIA Jetson AGX Thor/Head

Follow Us On Twitter LinkedIn Email Share this page



Previous: JetPack_7.0/Performance_Tuning/Tuning_Power Index Next: Development_in_the_Board








Maximizing Performance

Jetson AGX Thor also includes the jetson_clocks.sh. With this script you can set the static maximum frequencies of the CPU, GPU and EMC clocks. The script can also be used to show current clock settings, store current clock settings into a file, and restore clock settings from a file.

--show           Displays the current settings.
--store [file]   Stores the current settings to a file. The default file is l4t_dfs.conf.
--restore [file] Restores the saved settings from the file. The default file is l4t_dfs.conf.

In the following table you can see how to sue the jetson_clocks.sh script.


Option Command
Show current settings
sudo jetson_clocks --show
Store the current settings
sudo jetson_clocks --store
Maximize Jetson Thor performance
sudo jetson_clocks
Maximize fan speed
sudo jetson_clocks --fan
Restore the previous settings
sudo jetson_clocks --restore



Info
The maximum clock frequency is defined by nvpmodel power modes.


Note
Once you run jetson_clocks, you can’t switch the nvpmodel power mode without rebooting the system.




Previous: JetPack_7.0/Performance_Tuning/Tuning_Power Index Next: Development_in_the_Board