Monitor Graph

  • Thread starter Thread starter Shmuel
  • Start date Start date
S

Shmuel

Hi,
I need a Monitor Graph (like perfmon of windows).
Please Advice or direct to a Sample.
Thanks
Shmuel
 
Hi,

Shmuel said:
I need a Monitor Graph (like perfmon of windows).
Please Advice or direct to a Sample.

Are you looking to profile managed or native applications?

If you want a solution for managed applications you could take a look at
the .NET Compact Framework Remote Performance Monitor (RPM) tool
(http://www.microsoft.com/downloads/...14-A27D-4148-BF01-86C2E0953EAB&displaylang=en)

Although this tool exposes a more spreadsheet/tabular style UI, it also
exposes all the performance counters to the desktop version of Perfmon, so
you can use the same tool to produce graphs etc. See Steven Pratschner's
blog post at http://blogs.msdn.com/stevenpr/archive/2006/04/17/577636.aspx
for details of how to set that up.

What sort of performance statistics are you looking to capture?

Hope this helps,
Christopher Fairbairn
 
Christopher Fairbairn said:
Hi,



Are you looking to profile managed or native applications?

If you want a solution for managed applications you could take a look at
the .NET Compact Framework Remote Performance Monitor (RPM) tool
(http://www.microsoft.com/downloads/...14-A27D-4148-BF01-86C2E0953EAB&displaylang=en)

Although this tool exposes a more spreadsheet/tabular style UI, it also
exposes all the performance counters to the desktop version of Perfmon, so
you can use the same tool to produce graphs etc. See Steven Pratschner's
blog post at http://blogs.msdn.com/stevenpr/archive/2006/04/17/577636.aspx
for details of how to set that up.

What sort of performance statistics are you looking to capture?

Hope this helps,
Christopher Fairbairn
Hi,


Sorry for the misunderstanding.
I need to draw a graph similar to the behavior of Perfmon graph.
So actually I need CF graph that have this ability.
Thanks
Shmuel
 
Back
Top