Statistics

Statistics settings can be received by the get operation. The stat node of the get response packet is defined by the siteStat data type (site.xsd) and contains a collection of statistics data for the specified sites. This node is structured as follows:

site-stat.gif

 

The following snippet demonstrates how the statistics is returned:

          <stat>
             <traffic>12458966221478885</traffic>
             <subdom>12</subdom>
             <wu>134</wu>
             <box>1024</box>
             <redir>2</redir>
             <mg>16</mg>
             <resp>124</resp>
             <maillists>4<maillists>
             <db></db>
             <webapps>8</webapps>
             <traffic_prevday>15241632184739856</traffic_prevday>
          </stat>