Link to home
Start Free TrialLog in
Avatar of Alice7
Alice7

asked on

Please help pulling info via powershell from Server 2008 Resource Monitor

In server 2008 if you open resource monitor and go to disk you will see there is a counter for File Response Time ms.  Does anyone know how to pull this information that shows in the gui for File Response Time ms in powershell?
Avatar of TempDBA
TempDBA
Flag of India image

You can collect the metrics using performance monitor and the use the csv, txt output of the perfmon to insert into table using powershell.

http://sqlblog.com/blogs/aaron_bertrand/archive/2011/01/31/how-i-use-powershell-to-collect-performance-counter-data.aspx
ASKER CERTIFIED SOLUTION
Avatar of SubSun
SubSun
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial