Issue with script for maximum clockspeeds and performence

I’m using the following command to maximize the clockspeeds but get the following error:

kash@kash:~$ sudo nvpmodel -m 2
[sudo] password for kash: 
kash@kash:~$ sudo ./jetson_clocks.sh
sudo: ./jetson_clocks.sh: command not found

Try:

/usr/bin/jetson_clocks

Thanks for your help, now the fan is working at full blast I guess. Is there a way to see what the clock and performance is set on right now?

Try:

sudo nvpmodel -q
sudo jetson_clocks --show

Awesome, thank you so much! :)