views:

448

answers:

5
+1  A: 

You can find the information by querying the wmi.

Blindy
yes but how do i show it in silver light or what data visualizer/control should i use for real time updates. I need to show it in line graph
Abdul Khaliq
What you need then is a *wpf line graph control*. See Oliver's answer.
RCIX
+1  A: 

Currently i'm not really working with WPF, but a search with google for 'wpf chart control' gives a lot of promising links.

Oliver
I and doing for about week and it does return many of 3rd party charts but i need chart with plots data realtime just as windows task manager does.
Abdul Khaliq
+1  A: 

WPF toolkit has the a good set of chart control, You can use LineSeries control for this. http://wpf.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29117

Jobi Joy
+6  A: 

The free and awesome WPF Dynamic Data Display library comes with a performance counter sample which does this, and which you can customise to your needs.

Winston Smith
A: 

The Silverlight toolkit will give you all you need to display such a graph, but you won´t be able to get the data from the client itself in silverlight!

Ren Hoek