EMA C++ Performace Tools Guide : 5 Interactive Provider Performance Tool : 5.6 Input Files : 5.6.1 EmaConfig.xml Examples : 5.6.1.1 IProvider Section
 
5.6.1.1 IProvider Section
When creating an IProvider section, you must include the Name and Server fields. For details on Name and Server fields, refer to the Enterprise Message API Configuration Guide.
 
 
<IProvider>
    <Name value="Perf_Provider"/>
    <Server value="Perf_Server_1"/>
    <Directory value="Directory_2"/>
    <Logger value="Logger_1"/>
    <ItemCountHint value="10000"/>
    <ServiceCountHint value="10000" />
    <CatchUnhandledException value="0" />
    <MaxDispatchCountApiThread value="500" />
    <MaxDispatchCountUserThread value="500" />
    <RefreshFirstRequired value="1" />
</IProvider>
 
Example 8: IProvider Section Example