Skip to content

Script that checks CPU usage of nvidia-powerd and restarts it if needed

Notifications You must be signed in to change notification settings

kyrbrbik/Kill-powerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

restart-powerd

Small script that checks if nvidia-powerd starts using 100% CPU and restarts it. It runs as a cron job every minute.

Installation

Download the script into /root directory

Add a crontab entry for the root user

sudo crontab -e

* * * * * /root/kill_powerd.sh

Cron expression

CPU percentage

  • On some PCs nvidia-powerd can use only 4% CPU and fans can go crazy.
  • You can adjust this setting in the kill_powerd.sh script, replace the 80 with the desired value.

About

Script that checks CPU usage of nvidia-powerd and restarts it if needed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages