Click here to Skip to main content
15,892,746 members
Articles / Desktop Programming / Windows Forms

CPUAlert: Save your CPU from Burning Hot and Battery Running Out Quickly

Rate me:
Please Sign up or sign in to vote.
4.74/5 (20 votes)
11 Jun 2011CPOL5 min read 91.5K   1.6K   69  
CPUAlert monitors CPU and Memory consumption of processes and alerts you when they are taking too much consistently and gives you an option to recycle or terminate

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPUAlert", "CPUAlert\CPUAlert.csproj", "{F0B5BBBA-5DDF-4CAD-9477-EDEDEA7FF18D}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CPUAlert.Setup", "CPUAlert.Setup\CPUAlert.Setup.vdproj", "{7EE89FC0-5BEC-4358-93E0-6CA59F8C2ACA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F0B5BBBA-5DDF-4CAD-9477-EDEDEA7FF18D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F0B5BBBA-5DDF-4CAD-9477-EDEDEA7FF18D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F0B5BBBA-5DDF-4CAD-9477-EDEDEA7FF18D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F0B5BBBA-5DDF-4CAD-9477-EDEDEA7FF18D}.Release|Any CPU.Build.0 = Release|Any CPU
		{7EE89FC0-5BEC-4358-93E0-6CA59F8C2ACA}.Debug|Any CPU.ActiveCfg = Debug
		{7EE89FC0-5BEC-4358-93E0-6CA59F8C2ACA}.Release|Any CPU.ActiveCfg = Release
		{7EE89FC0-5BEC-4358-93E0-6CA59F8C2ACA}.Release|Any CPU.Build.0 = Release
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions