3.6.1 HP PolyServe Matrix Server Administration Guide (T5392-96018, August 2008)

Chapter 15: Performance Monitoring 200
You can also disable the Performance Monitor Service by renaming the
following registry key:
HKLM\System\CurrentControlSet\Services\mxperfext\Performance
For example:
HKLM\System\CurrentControlSet\Services\mxperfext\Performance
_unused
Restore the original registry key to enable the service.
Enable/Disable the Performance Dashboard
To disable only the Performance Dashboard, run the following command
and then restart the Performance Monitor Service.
mxdstool set int32 /cluster/perfmon/ignore_dashboard 1
To reenable the dashboard, set the value to 0 and then restart the
Performance Monitor Service.
Enable/Disable the Perfmon Extension
To disable only the Perfmon extension, run the following command and
then restart the Performance Monitor Service:
mxdstool set int32 /cluster/perfmon/ignore_perfext 1
To reenable the Perfmon extension, set the value to 0 and then restart the
Performance Monitor Service.
Disable Performance Objects or Counters
To disable specific performance objects or counters, edit the following
Python script and remove the objects or counters.
%SystemDrive%\Program Files\Polyserve\MatrixServer\perfmon\conf\
mxperfext.py
The changes take effect after the Performance Monitor Service is
restarted.