Previous Topic Next topic Print topic


Configuring Result Writer Alerts

If the result writer experiences timing issues, you can configure how Performance Manager behaves.
  1. Open the SvAppServerHomeConf.xml file with a text editor. This file is located in the /conf/appserver folder of the Performance Manager directory on the application server.
  2. Locate the <ResultWriteWatcher> XML tag.
  3. Define how Performance Manager behaves when the result writer experiences timing issues:
    XML tag Action
    <AlertMaxResultWriteTime> If the result write time exceeds the specified value (in milliseconds), a warning is logged. If the value is set to zero, the watcher is deactivated.
    <NotificationUponMaxResultWriteTimeExceeded> If set to true, sends a notification to the Performance Manager administrator if an alert is triggered.
    <AppServerRestartUponMaxResultWriteTimeExceeded> If set to true, immediately restarts the application server service if an alert is triggered.
  4. Save and close the XML file.
Previous Topic Next topic Print topic