Configuring the Windows performance counter
The Windows performance count can be arbitrarily collected. Add the performance counter set name to the WhaTap server monitoring configuration file.
-
The performance counter set name can be retrieved.
Windows PowershellGet-Counter -ListSet *
-
A performance counter set can be added in the configuration file.
Windows PowershellAdd-Content -Path "C:\Program Files\WhatapInfra\whatap.conf" -Value "performance.counter.$(Get-Date -uformat %s)=Performance counter set name to view"
-
In Analysis > Metrics Search, the added performance counter can be searched by Category
performance_counter_{performance counter set name}
.
Note
To apply the changes, restart the server.