Skip to content

Commit

Permalink
updated perfmon metrics (#457)
Browse files Browse the repository at this point in the history
added an additional perfmon metric

Co-authored-by: David Sánchez <[email protected]>
  • Loading branch information
lchapman4 and DavSanchez authored Jan 25, 2024
1 parent 0d0bc1f commit eb6a496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/windows/windows-perfmon-script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $counters = @(
[ PSCustomObject ]@{ CounterName = "percentProcessorTime"; CounterPath = "\Processor(*)\% Processor Time" }
[ PSCustomObject ]@{ CounterName = "memoryPercentCommitedBytes"; CounterPath = "\Memory\% Committed Bytes In Use" }
[ PSCustomObject ]@{ CounterName = "diskWritesPerSecond"; CounterPath = "\PhysicalDisk(*)\Disk Writes/sec" }
[ PSCustomObject ]@{ CounterName = "currentDiskQueueLength"; CounterPath = "\LogicalDisk(*)\Current Disk Queue Length" }

)

Expand Down

0 comments on commit eb6a496

Please sign in to comment.