getting system information
.NET (Core and Framework)
3
Posts
3
Posters
0
Views
1
Watching
-
i need a program in .Net using API's which can give system information like memory status(usage), processor status(% of cpu utilization)etc.....:) -- modified at 5:43 Thursday 4th May, 2006
-
i need a program in .Net using API's which can give system information like memory status(usage), processor status(% of cpu utilization)etc.....:) -- modified at 5:43 Thursday 4th May, 2006
System.Diagnostics.PerformanceCounter class has access to all performance counters on NT based systems. Supports for CPU and memory usage and a lot more. Check it. AISAC - An Intelligent Sense of A Computer http://aisac.wordpress.com