uCosminexus Application Server, Maintenance and Migration Guide

[Contents][Glossary][Index][Back][Next]

7.3.1 How to collect a trace based performance analysis file

When collecting the trace based performance analysis file, you have to use the management command (mngsvrutil) of the Management Server. Specify the subcommand collect to the mngsvrutil command. In the case of collecting a trace based performance analysis file, select the target for collecting the trace information. The following are the targets for collecting the trace information when using management command:

The execution format and example of each case is described below:

When all the performance tracer that operate on the host in the management domain is the target
Execution format
 
mngsvrutil-m Host-name-of-Management-Server [:Port-Number]-u Management-user-ID -p Management-password collect allPrfTraces
 
Execution example
mngsvrutil -m mnghost -u user01 -p pw1 collect allPrfTraces

When all the performance tracer that operate on specific host is the target
Execution format
 
mngsvrutil-m Host-name-of-Management-Server -[:Port-Number]-u Management-user-ID -p Management-password -t Host-name -k host collect prfTrace
 
Execution example
mngsvrutil -m mnghost -u user01 -p pw1 -t host01 -k host collect prfTrace

When an identified performance tracer is the target
Execution format
 
mngsvrutil -m Host-name-of-Management-Server -u[:Port-Number] Management-user-ID -p Management-password -t Logical-performance-trace-user -k logicalServer collect prfTrace
 
Execution example
mngsvrutil -m mnghost -u user01 -p pw1 -t ID01 -k logicalServer collect prfTrace