Viewing post 1 (of 1 total)
$counter_read_latency = "\PhysicalDisk(*)\Avg. Disk sec/Read"
$counter_write_latency = "\PhysicalDisk(*)\Avg. Disk sec/Write"
$counter_read_IOPS = "\PhysicalDisk(*)\Disk Reads/sec"
$counter_write_IOPS = "\PhysicalDisk(*)\Disk Writes/sec"
while ($true)
{
Clear
Get-Counter -Counter $counter_read_IOPS -ComputerName $args[0]
Get-Counter -Counter $counter_write_IOPS -ComputerName $args[0]
Get-Counter -Counter $counter_read_latency -ComputerName $args[0]
Get-Counter -Counter $counter_write_latency...
September 23, 2020 at 10:25 am
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy