Create a Custom Report
The batch reporting capability in Monitor requires writing a
Tcl script to describe the elements of the report and some work with the command
line. The Tcl script generates HTML code that can be displayed in the browser,
provided that the report is stored in a subdirectory of
licmon.swd/html/reports. Example scripts are available in
$VOVDIR/training/lm
. The reporting script is processed by the
ftlm_batch_report
utility.
If the readonly port is open, the URL is complete and includes http://HOST:READ_ONLY_PORT/gif/file.gif. For example, http://lmsrv:5556/gif/plot12345.gif. The host is the value of VOV_HOST_HTTP_NAME, if defined, or of VOV_HOST_NAME. These settings are defined in the licmon.swd/setup.tcl configuration file. The port number is the read-only port. The reason for using a complete URL is to allow the report to be embedded into external web pages.
If the readonly port is not open, then the URL is relative to the current vovserver, as in the following example: /gif/plot12345.gif