Push Events to Statistics Server

There are several ways to push event information to a Statistics Server.

There are several types of event that you might want to monitor that are specific to QMS. For example, you might want to gather statistics about the promotion or synonym rules that have been used to manipulate queries. You can push this type of event information to a Statistics Server in the following ways:

The following XML is an example event that might be pushed to the Statistics Server event port.

<?xml version='1.0' encoding='ISO-8859-1' ?>
<events>
  <queryinfo>
    <ver>0.1</ver>
    <id>10385792</id>
    <url>
     <![CDATA[http://content:19352/action=query&text=dog&numhits=6]]>
    </url>
    <action>query</action>
    <terms>
      <term>dog1</term>
    </terms>
    <duration>10</duration>
    <numhits>5</numhits>
    <type>16</type>
    <user>user_name</user>
    <ip>127.0.0.1</ip>
  </queryinfo>
</events>

In this example, any of the fields in the <queryinfo> tag can be used for computing statistics.


_FT_HTML5_bannerTitle.htm