I want to find up-to-date document for performance counter on Windows server

shuwpan 41 Reputation points
2022-05-25T22:38:11.007+00:00

Hi,

Anyone knows if there is a more up to date version of this document?
https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc779676(v=ws.10)
I will need to programmatically get performance counter value for windows server 2016 and onwards.

Thanks,
Shuw

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,113 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,233 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alistair Ross 7,101 Reputation points Microsoft Employee
    2022-05-25T23:00:25.99+00:00

    Hi @shuwpan .

    I don't know of a document, but you can use get-counter in PowerShell to easily get and export the counters and descriptions

    https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.diagnostics/get-counter?view=powershell-7.2


1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-05-25T23:03:05.147+00:00

    learn.microsoft.com should have the latest info, I'd probably start here
    https://learn.microsoft.com/en-us/search/?terms=performance%20counter%20c%23

    --please don't forget to upvote and Accept as answer if the reply is helpful--