Changing Normalization Settings

Note: This procedure explains how to go from exponential normalization, the default, to linear normalization. Reverse the code-change instructions to go from linear normalization to exponential normalization.

To change from exponential normalization to linear normalization:

  1. Stop the application server.
  2. Open the SccAppServerBootConf.xml file with a text editor.
    The default path for this file is C:\Program Files (x86)\Silk\Silk Performance Manager <version>/conf/appserver on the application server.
  3. Locate the <MeasureNormalization> XML tab, which contains the <Class> tag. The <Class> tag is set to <Class>com.segue.vision.appserver.result.ExponentialNormalization</Class> by default.
  4. Comment the <Class> tag by entering <!-- before the tag and --> after the tag.
  5. Uncomment the <!-- <Class>com.segue.vision.appserver.result.LinearNormalization</Class>--> tag, by removing the <!-- before the tag and --> after the tag.
  6. Save the file and close the editor.
  7. Restart the application server.
Monitoring Console now has linear normalization.