Skip to content

A Windows service written in C# that will track any programs that utilize more than 20% of my CPU to try and figure out what is randomly spiking my CPU.

License

Notifications You must be signed in to change notification settings

HTCPCP-Error418/CPU_Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPU_Logger

A Windows service written in C# that will track any programs that utilize more than 20% of my CPU to try and figure out what is randomly spiking my CPU.

Installation

Start-Process powershell -Verb RunAs -ArgumentList "-NoProfile -Command `"& { cd '[path\to\exe\folder]'; & 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe' .\CpuLoggerService.exe }`""

Uninstall

Start-Process powershell -Verb RunAs -ArgumentList "-NoProfile -Command `"& { cd 'path\to\exe\folder'; & 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe' /u .\CpuLoggerService.exe }`""

About

A Windows service written in C# that will track any programs that utilize more than 20% of my CPU to try and figure out what is randomly spiking my CPU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages