Log performance counters

Using this procedure, you can write (increment/decrement) to the performance counter.

Procedure

  1. To add performance counting to your system, select the ProficyServer.exe.config file from the following folder: <installdir>\Proficy\Proficy Workflow\Program.
  2. By default, the performance counter key is false. To start logging performance, set it to true in the following code.
    <appSettings>
        <add key="EnablePerformanceCounters" value="false"/>  
    </appSettings>
    Note: When EnablePerformanceCounters is false, then the logging counters do not increment or decrement. If the value of the key is changed (from either true to false or false to true) after the server is started, the server must be re-started for this change to take effect.