For examples of how to change parameters for the resource
statistics manager, see mqsichangeproperties command. You must
restart the integration node for all changes to be implemented.
- -n bluemixReporting
- Controls whether resource statistics are written to the Log Analysis service in IBM® Cloud. Valid values are active and inactive.
If this parameter is set to active, a valid IBM Cloud logging service must have
been defined by using the mqsichangebluemixreporting command.
- -n fileReporting
- Controls whether logging resource statistics to files is enabled
or disabled. Valid values are active and inactive.
- -n numberOfFiles
- If the fileReporting property is active,
this property sets the maximum number of files that each resource
manager can log to. The default value is 4.
- -n sizeOfFiles
- If the fileReporting property is active,
this property describes the maximum file size of an individual resource
statistics log file. To calculate the total size for log files, multiply
this value by the value of the numberofFiles property
and the number of resource managers.
- -n filePath
- If the fileReporting property is active,
this property specifies the name of a directory where resource statistics
files should be written. This directory must already exist. By default,
resource statistics are written to the MQSI_WORKPATH/common/resourcestats directory.