
我想要获取当前的磁盘信息Read Speed和Write Speed,而不是max speed I/O
如上图所示,读取速度= 0;写入速度= 8.8MB/s
任何人都可以给我一个命令就可以得到这些信息。
发布于 2019-02-19 14:54:19
首先,这个课程将为您提供您想要的一切:
Get-WmiObject Win32_PerfFormattedData_PerfProc_Process但我更喜欢的是
1) powershell-is-king-Measure-disk-performance-for-iops-and-transfer-rate
2) 2 Functions for IO
希望能有所帮助
https://stackoverflow.com/questions/54758905
复制相似问题