cscmsgtk (Invoking the message tracking function)
Format
cscmsgtk [-h]
-prf trace-based-performance-analysis -file-name
[-date [read-start-date-and-time],[read-end-date-and-time]]
Function
Reads the trace based performance analysis for the specified condition and invokes the message tracking function. When the message tracking function starts, an interactive prompt exclusively used for message tracking appears. This prompt waits for you to enter a command (commands for the message tracking prompt) used in the message tracking function.
By setting up the default trace based performance analysis file name in the HCSC-Manager command definition file, you can omit the specification of the file name in this command.
For details on how to use this command, see 7.10 Error analysis using message tracking in the Service Platform System Setup and Operation Guide.
Arguments
-h
Displays the usage of commands. When you specify this option, all other options are ignored even if specified.
-prf trace based-performance-analysis-file-name ~ ((1 to 200 bytes))
Specifies the name of the trace based performance analysis file (CSV format), which is read when the message tracking function is invoked, as an absolute or relative path. If the specified file does not exist, the command ends abnormally.
-date [read-start-date-and-time],[read-end-date-and-time] ~ <one-byte numeric characters>
Specifies the range of trace based performance analysis read when the message tracking function is invoked. Specify the read start date and time and read end date and time in one of the following formats. Also, make sure you specify an existing date and time.
Format 1: hhmmssMMddyyyy
Format 2: hhmmssMMdd
Format 3: hhmmss
If only the Year is omitted (format 2), the year of command execution will be set up. If the Year, Month, and Date are omitted (format 3), the year, month, and date of command execution will be set up. If the read start date and time is omitted, the trace based performance analysis will be read from the oldest trace. If the read end date and time is omitted, the trace based performance analysis will be read until the most recent trace.
Commands used at the message tracking prompt
Error analysis command
prf IP-address-of-root-application-information/ process-ID-of-root-application-information/ communication-number-of-root-application-information
[Communication-number]
List display command
ls [-e] [-t] [number-of-displayed-items]
Focus analysis command
focus [focus-date-and-time]
Output mode switching command
mode {normal|detail}
Command for displaying trace collection points
id {event-ID|list}
Quit command
quit
Help command
help|?
Examples of input
cscmsgtk -prf prf_trace.csv
cscmsgtk -prf prf_trace.csv -date 084500,171500
cscmsgtk -prf prf_trace.csv -date 0845000323,1715000324
cscmsgtk -prf prf_trace.csv -date 08450003232008,17150003242008
cscmsgtk -prf prf_trace.csv -date ,171500
cscmsgtk -prf prf_trace.csv -date 084500,
Notes