Java - HPE XP7 User Manual

Performance for open and mainframe systems
Hide thumbs Also See for XP7:
Table of Contents

Advertisement

Java

Description
This command starts Export Tool and exports monitoring data into files. To start Export Tool,
write this Java command in your batch file and then run the batch file.
Syntax
Java -classpath class-pathrproperty-parameters
sanproject.getexptool.RJElMain
Operands
Operand
class-path
property-parameters
82
Exporting Performance Monitor data
Description
Specifies the path to the class file of Export Tool.
The path must be enclosed in double quotation marks (").
You can specify the following parameters. At minimum you must specify -Dmd.command.
-Dhttp.proxyHost=host-name-of-proxy-host,
or-Dhttp.proxyHost=IP-address-of-proxy-host
Specifies the host name or the IP address of a proxy host. You must specify this
parameter if the computer that runs Export Tool communicates with SVP through a
proxy host.
-Dhttp.proxyPort=port-number-of-proxy-host
Specifies the port number of a proxy host. You must specify this parameter if the
computer that runs Export Tool communicates with SVP through a proxy host.
-Del.tool.Xmx=VM-heap-size-when-ExportTool-starts
Specifies the size of memory to be used by JRE when Export Tool is being run. You
must specify this parameter. The memory size must be 536870912, as shown in the
Example below. If an installed memory size is smaller than the recommended size of
the PC running Remote Web Console, you must install more memory before executing
Export Tool.
If an installed memory size is larger than the recommended memory size of the PC
running Remote Web Console, you can specify a memory size larger than as shown
in the Example. However, to prevent lowering of execution speed, you do not set
oversized memory size.
-Dmd.command=path-to-command-file
Specifies the path to the command file
-Dmd.logpath=path-to-log-file
Specifies the path to log files. A log file will be created whenever Export Tool runs.
If this parameter is omitted, log files will be saved in the current directory.
-Dmd.logfile=name-of-log-file
Specifies the name of the log file.
If this parameter is omitted, log files are named exportMMddHHmmss.log.
MMddHHmmss indicates when Export Tool runs. For example, the log file
export0101091010.log contains log information about the Export Tool execution at Jan.
1, 09:10:10.

Advertisement

Table of Contents
loading

Table of Contents