NVIDIA Jetson AGX Thor - JetPack 7.0 - Performance Tuning - Maximizing Performance
NVIDIA Jetson AGX Thor/Head
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 |