Real Time Information Director User Documentation

RTID Management
Hewlett-Packard Company 9 529618 - 001
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -
password mypassword -mode SAPR00=CLOSED_ERROR
SAPPAP=CLOSED_DEFER
SAPPAP processing mode set to CLOSED_DEFER
SAPR00 processing mode set to CLOSED_ERROR
To query the current modes, use the -mode option without any values as shown below. It
shows the source level modes and the system level mode (SYSTEM):
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -
password mypassword –mode
SAPPAP=CLOSED_DEFER
SAPR00=CLOSED_ERROR
SYSTEM=OPEN
The following command sets the System mode to CLOSED_ERROR. This causes
documents from all sources to be rejected.
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -
password mypassword -mode SYSTEM=CLOSED_ERROR
SYSTEM processing mode set to CLOSED_ERROR
S
S
e
e
t
t
t
t
i
i
n
n
g
g
S
S
t
t
a
a
t
t
i
i
s
s
t
t
i
i
c
c
s
s
G
G
a
a
t
t
h
h
e
e
r
r
i
i
n
n
g
g
O
O
p
p
t
t
i
i
o
o
n
n
s
s
Director statistics can help you understand what resources the Director is using, how long
it takes to process documents, and exactly where it spends its time. This information can
be valuable in troubleshooting performance problems.
The management client provides one way to determine which statistics are gathered. You
can also enabled statistics gathering from the command line of a test driver or using the
low-level programmatic interface.
Statistics can be displayed by the management client (when you specify the –statistics
option), returned as part of the XML response to a document (when you specify options
starting with (-sr), or harvested
to an XML file as a separate document (when you specify
–sx). The statistics displayed with the –statistics option are a subset of the potentially
returned in a response message or harvested to a file.
You can enable statistics gathering for a specific document type (when you specify an
option starting with –sd) or for all document types collectively (when you specify an
option starting with –sg). If you include a document name, such as ORDERS05, in your
command, the Director will collect resource usage for all document handlers that process
ORDERS05 documents. Global statistics, by contrast, represent the combined statistics
for all document types for which you haven’t specifically requested statistics