generate_ui_trace_report

Generates a user interface page performance trace report, which enables you to identify slow rendering pages.

Format

Standard Mode

emcli generate_ui_trace_report     [-user_name="user_name"]     [-start_time="start_time"]     [-duration="duration"]

Interactive or Script Mode

generate_ui_trace_report(     [user_name="user_name"]     [,start_time="start_time"]     [,duration="duration"]     )

[ ]  indicates that the parameter is optional. 

Options

  • user_name

    User name for which the page performance trace report will be generated. Default is the currently logged in user.

  • start_time

    Start time in mm:dd:yy format from where page performance trace report has to be generated. Default is current time - 1 hour.

  • duration

    Duration in hh:mm format for which the page performance trace report has to be generated. Default is 1 hour.

Example

The following example generates and downloads the UI page performance trace report for the last 6 hours.

emcli generate_ui_trace_report -duration 06:00