0
votes
1answer
21 views

How to customize Windows “Performance Monitor”?

I'm wondering if that's possible to set a customized action counter that is not listed as one of the counters? e.g. a batch script that measure a time for running my application, and then notify the ...
0
votes
1answer
27 views

How can I replicate performance counter setups in an Azure WorkerRole?

I am trying to collect performance statistics on our Azure application. Up till now, our process has been to set up the roles with RDP enabled, connect, manually set up the performance counters, log ...
0
votes
1answer
1k views

Performance Counter - % Disk Time and Avg. Disk Queue Length

% Disk Time - How often is the disk busy? If it's busy almost all of the time, and there is a large queue, the disk might be a bottleneck. This value is displayed as a percentage and is capped at ...
0
votes
1answer
512 views

Monitor daily, weekly and monthly bandwidth usage totals in Windows Server 2008 R2

I need to be able to monitor and report on total bandwidth usage (in and out) on a windows 2008 server. This is so that i can cost the usage fees i am likely to incurr when moving to another ...
2
votes
1answer
201 views

Are Windows performance counter data points providing snapshots or averages of the prior interval?

I am wondering specifically about the "Process/% Processor Time" counter. If you set it to an interval of say 10 seconds, are the data points a snapshot of what the CPU utilization is at that 10 ...