我如何绘制这些数据? 寻找将这些数据放入图表/网页的非繁琐方法。
select writeiops from Win32_PerfFormattedData_ISEVirtualDisks_ISEVirtualDisks WHERE NAME = "trax2" select readiops from Win32_PerfFormattedData_ISEVirtualDisks_ISEVirtualDisks WHERE NAME = "trax2" select totaliops from Win32_PerfFormattedData_ISEVirtualDisks_ISEVirtualDisks WHERE NAME = "trax2"
您可以使用Powershell的Get-Counter或typeperf.exelogging计数器一段时间,将文件另存为CSV,然后使用Microsoft Excel打开它,然后select数据并将其graphics化。
如果可以在Perfmon中find这些特定计数器,则可以在性能监视器中创build一个Data Collector集。
或者如果您想要使用System Center Operations Manager,请使用它。