How to adjust the interval of probe "MID Server XMLStats"Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description After MID server is configured on an instance, an ECC queue record with Topic "queue.stats" and Name "MID Server XMLStats" is received on the instance every 10 minutes. This ECC queue record provides useful MID Server statistics include memory and CPU usage data. Since there are only 6 ECCs generated per hour for each MID server, this feature won't have much impact on the Instance / MID server. However if you would like to modify the interval that this ECC message is received, please follow steps below. Procedure To apply on all MID servers: 1. Navigate to MID Server > Properties 2. Add a new property with name: mid.metrics.interval Set the value, which is in seconds. For example, if you want to set interval to be 20 minutes, the value should be 1200. Default value is 600. 3. Restart the MID servers To apply on a particular MID server: 1. Navigate to MID Server > Servers > open the MID server record > under Configuration Parameters, create a New parameter: debug, with empty value (this is just a dummy parameter which we will change in step 2.) 2. On the MID server record, under Configuration Parameters, highlight the parameter we just created, (don't click on the hyper link), click on the empty space so you can rename it. Rename it as mid.metrics.interval, then set value to the interval you need (in seconds). For example, if you would like to change it to 15 minutes, set the value to 750. (The default value is 600, which is 10 minutes) 3. Restart the MID server Applicable Versions All