|
The following report template profiles the services provided by a server. The
sections that will be substituted by the report generator are highlighted in
blue.
This template could easily be duplicated to report on additional servers.
Just copy the template and edit the serverAddress, name and description
assignment at the top of the
file. Alternatively, an interactive version of this template can be created that
prompts for the server specific parameters (see Interactive
Server Example).
<inmon>
action=set;
serverAddress=www.inmon.com;
name=InMon.com;
description=Characterize traffic to InMon.com server;
reportName=TopN;
reportFormat=chart;
includeData=yes;
valueColumn=bytes;
date=yesterday
</inmon>
<inmon>
action=index;
category=Servers
</inmon>
<html>
<head>
<title>Profile of <inmon>action=print;
variable=serverAddress</inmon></title>
</head>
<body>
<h1>Profile of <inmon>action=print; variable=serverAddress</inmon></h1>
<p><b>[<inmon>action=date; format=range</inmon>]</b></p>
<p>The following charts characterize the services provided by <inmon>action=print;
variable=serverAddress</inmon>:</p>
<ul>
<li><a href=#clients>Top Clients</a> Clients generating most
traffic.</li>
<li><a href=#tcpServices>TCP Services</a> Top TCP services
provided.</li>
<li><a href=#udpServices>UDP Services</a> Top UDP services
provides.</li>
<li><a href=#trend>Trend</a> Trend server traffic over
time.</li>
</ul>
<hr>
<a name=#clients></a><h2>Top Clients</h2>
<inmon>
action=report;
tableType=IPV4;
categoryColumn=clientAddress
</inmon>
<hr>
<a name=#tcpServices></a><h2>TCP Services</h2>
<inmon>
action=report;
tableType=TCP;
categoryColumn=serverPortName
</inmon>
<hr>
<a name=#udpServices></a><h2>UDP Services</h2>
<inmon>
action=report;
tableType=UDP;
categoryColumn=serverPortName
</inmon>
<hr>
<a name=#trend></a><h2>Trend</h2>
<inmon>
action=report;
reportName=Trend;
tableType=IPV4
</inmon>
</body>
</html>
|