If you are working with multiple Query Manipulation Servers, you might want to collect statistics from some or all of them.
Ensure that the XML event output has a field that contains the name of the Query Manipulation Server.
Create an [IDOLStatistics] section in the Statistics Server configuration file.
In the [IDOLStatistics] section, set the Number and EventField parameters.
In the [Statistics] section, set the IDOLName parameter for each statistic.
Save the configuration file.
For example:
[IDOLStatistics] Number=2 EventField=IDOLServerUsed [Statistics] 0=querycount1 1=querycount2 [querycount1] IDOLName=IDOL1 Field=spellingquery Operation=count Period=3600 [querycount2] IDOLName=IDOL2 Field=spellingquery Operation=count Period=3600
In this example, Statistics Server collects information from two Query Manipulation Servers. The XML events have an <IDOLServerUsed> field that identifies the Query Manipulation Server. The Statistics Server measures two nearly identical statistics, but querycount1 records only requests sent to the IDOL1 server, and querycount2 records only requests sent to the IDOL2 server.
|
|