The trcsess utility is for combining and filtering trace files to extract the statistics for a single session, service, or module across multiple trace files.
The trcsess utility consolidates trace output from selected trace files based on several
criteria: session ID, client ID, service name, action name, and module name. After trcsess
merges the trace information into a single output file, the output file can be processed by
tkprof.
trcsess syntax:
trcsess [output=output_file_name]
[session=session_id]
[clientid=client_id]
[service=service_name]
[action=action_name]
[module=module_name]
[trace_files]
where
output=<output file name> output destination default being standard output.
session=<session Id> session to be traced.
Session id is a combination of session Index & session serial number
clientid=<clientid> clientid to be traced.
service=<service name> service to be traced.
action=<action name> action to be traced.
module=<module name> module to be traced.
<trace_file_names> Space separated list of trace files with wild card '*' supported.
The trcsess utility consolidates trace output from selected trace files based on several
criteria: session ID, client ID, service name, action name, and module name. After trcsess
merges the trace information into a single output file, the output file can be processed by
tkprof.
trcsess syntax:
trcsess [output=output_file_name]
[session=session_id]
[clientid=client_id]
[service=service_name]
[action=action_name]
[module=module_name]
[trace_files]
where
output=<output file name> output destination default being standard output.
session=<session Id> session to be traced.
Session id is a combination of session Index & session serial number
clientid=<clientid> clientid to be traced.
service=<service name> service to be traced.
action=<action name> action to be traced.
module=<module name> module to be traced.
<trace_file_names> Space separated list of trace files with wild card '*' supported.
No comments:
Post a Comment