7.10.4 List display of root application information
You display the root application information list of read performance analysis trace files in the starting order to output performance analysis trace. The number of display cases, display contents and order can be specified.
- Organization of this subsection
(1) Input format
Execute the ls command in the message ranking prompt. For details about the command, see cscmsgtk (Invoking the message tracking function) in the manual uCosminexus Service Platform Reference Guid.
- When the how many to display is specified
-
Displays root application information for specified number of cases. The output order differs as per the option specification. Displays specified number of cases from new information onwards.
The execution format is shown as below:
ls number-of-cases-displayed
- When displaying root application information where error occurred
-
Execute by specifying the -e option. Only the root application information where error occurred is displayed.
The execution format is shown as below:
ls -e
The trace of error places is not output even after displaying the trace by 7.10.3 Displaying performance analysis trace methods when the places where error occurred are other than trace points of Cosminexus Service Platform. Change the output mode to detail output mode for confirming the errors occurred with other than Cosminexus Service Platform and output the entire performance analysis trace. For details about the output mode, see cscmsgtk (Invoking the message tracking function) in the manual uCosminexus Service Platform Reference Guid.
- When displaying root application information in ascending order of elapse time
-
Execute by specifying the -t option. Displays the root application information in the ascending order of elapse time from the trace output first to the last trace in a series of performance analysis trace indicating root application information.
The execution format is shown as below:
ls -t
(2) Output format
The output format is shown below:
|
1 2 |
startDate startTime RootAPInfo processingTime(msec) date-on-which-trace- was-output-first first-trace-output-time root-application-information elapse-time |
The root application information part is output on 2nd line.
- 1st line: Column
-
Outputs the column corresponding to performance analysis trace. Outputs the contents same as the output format.
- 2nd line: Contents of root application information
-
Outputs the contents of root application information corresponding to the column.
Display items
Corresponding columns
Description
Date on which trace was output first
startDate
Indicates the day on which performance analysis trace was output first.
First trace output time
startTime
Indicates the time on which performance analysis trace was output for the first time.
Root application information
RootAPInfo
Indicates root application information.
Elapse time
processingTime(msec)
Indicates the elapse time (milliseconds) from the trace output first to the last trace in a series of performance analysis trace indicating root application information.
(3) Output example
Output examples are shown below:
-
When the how many to display is specified
cscmsgtk>ls 3 startDate startTime RootAPInfo processingTime(msec) 2008/06/09 10:02:20.000 10.209.10.85/5624/0x0000000000000585 547 2008/06/09 10:08:13.000 10.209.10.85/5624/0x0000000000000586 28156 2008/06/09 10:27:33.000 10.209.10.85/5624/0x000000000000058f 21687
When "3" is specified in displayed number of cases, displays 3 cases in ascending order of start output week, date and time from the new information of performance analysis trace start output week, date and time.
-
When displaying root application information where error occurred
cscmsgtk>ls -e startDate startTime RootAPInfoid processingTime(msec) 2008/06/09 15:00:27.000 10.209.10.85/5624/0x000000000000052b 20093 2008/06/09 15:11:48.000 10.209.10.85/5624/0x0000000000000559 2231 2008/06/09 15:25:11.000 10.209.10.85/5624/0x000000000000058f 8140 : -
When displaying root application information with longer elapse time
cscmsgtk>ls -t startDate startTime RootAPInfo processingTime(msec) 2008/06/09 10:01:59.000 10.209.10.85/5624/0x000000000000037d 3766 2008/06/09 10:27:48.000 10.209.10.85/5624/0x000000000000058f 21687 2008/06/09 10:08:27.000 10.209.10.85/5624/0x0000000000000586 28156 :