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?
PowershellMicrosoft SQL Server 2008
Last Comment
SubSun
8/22/2022 - Mon
TempDBA
You can collect the metrics using performance monitor and the use the csv, txt output of the perfmon to insert into table using powershell.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
http://sqlblog.com/blogs/aaron_bertrand/archive/2011/01/31/how-i-use-powershell-to-collect-performance-counter-data.aspx