How I use PowerShell to collect Performance Counter data

Posted by AaronBertrand on SQL Blog See other posts from SQL Blog or by AaronBertrand
Published on Mon, 31 Jan 2011 12:31:00 GMT Indexed on 2011/01/31 15:31 UTC
Read the original article Hit count: 907

In a current project, I need to collect performance counters from a set of virtual machines that are performing different tasks and running a variety of workloads. In a similar project last year, I used LogMan to collect performance data. This time I decided to try PowerShell because, well, all the kids are doing it, I felt a little passé, and a lot of the other tasks in this project (such as building out VMs and running workloads) were already being accomplished via PowerShell. And after all, I...(read more)

© SQL Blog or respective owner

Related posts about benchmarking

Related posts about Performance