We are able to enable the other ntperf metrics in MCS but not showing QOS data for Logical Disk Split IO/sec
UIM version : 23.4.2
ntperf probe 2.11 deployed using mcs
Comparing the profile name in plugin_metric.cfg and ntperf.cfg and see that the '/' is replaced with '#' in ntperf.cfg.
The Profile Name given is "Logical Drive Performance_SplitIO/sec" which is displayed correctly in plugin_metric.cfg but displayed as "Logical Drive Performance_SplitIO#sec" in ntperf.cfg
The remaining Performance Profiles are having "PerSec" in their profile names like "MemoryStatus_PageWritesPerSec", "MemoryStatus_PageReadsPerSec".
Even the QOS_DEFINITIONS are also not created and S_QOS_DATA doesn't have these performance metrics.
Replace the '/' Profile Name with 'Per' during Profile Creation.
Note: Profile Name cannot be edited after the creation. Can do either of the below options
After this is done able to get the Logical disk IO metrics with the updated Profile Name.