Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

spot_cmds_timing (1)

Name

spot_cmds_timing - get a list of commands that spot or er_html issued with timing

Synopsis

spot_cmds_timing  [-t=spot|er_html] [-usage]

Description

The spot_cmds_timing command shows the commands issued by spot to the operating system with timing information.

Options

If invoked with no arguments, print a usage message.

–t=spot|er_html

Select the type of CMDS to report on, either spot or er_html.

–usage

Show a usage summary.

Examples

This is a highly stylized and edited output example to fit a man page format. The output comprises a count of commands and the commands in order of issue. Each line has an order of issue number followed by the CPU time, REAL time, command and the command arguments.

Commands
--------

7 commands issued

RR        = rank
CPUss.sss = CPU  time
REALs.sss = real time

RR: CPUss.sss REALs.sss
01: 00000.040 00000.948 cmd1 args
02: 00000.030 00002.472 cmd2 args
03: 02036.460 02052.198 cmd3 args
04: 00001.000 00002.263 cmd4 args
05: 00208.270 00345.840 cmd5 args
06: 00001.700 00061.630 cmd6 args
07: 00000.050 00001.127 cmd7 args

Highest CPU times
-----------------

RR        = rank
CI        = command index
CPUss.sss = CPU  time
REALs.sss = real time

RR:CI: CPUss.sss REALs.sss

01:03: 02036.460 02052.198  cmd3 args
02:05: 00208.270 00345.840  cmd5 args
03:06: 00001.700 00061.630  cmd6 args
04:04: 00001.000 00002.263  cmd4 args
05:07: 00000.050 00001.127  cmd7 args
06:01: 00000.040 00000.948  cmd1 args
07:02: 00000.030 00002.472  cmd2 args

Highest real times
------------------

RR        = rank
CI        = command index
REALs.sss = real time
CPUss.sss = CPU  time

RR:CI: REALs.sss CPUss.sss

01:03: 02052.198 02036.460  cmd3 args
02:05: 00345.840 00208.270  cmd5 args
03:06: 00061.630 00001.700  cmd6 args
07:02: 00002.472 00000.030  cmd2 args
04:04: 00002.263 00001.000  cmd4 args
05:07: 00001.127 00000.050  cmd7 args
06:01: 00000.948 00000.040  cmd1 args

Total CPU = 2247.55, Total real = 2466.478

See Also

analyzer (1) , collect (1) , er_archive (1) , er_cp (1) , er_export (1) , er_html (1) , er_html_cols (1) , er_html_columnsD (1) , er_html_columnsI (1) , er_mv (1) , er_print (1) , er_rm (1) , er_src (1) , spot (1) , spot_cmds (1) , spot_diff (1)

Oracle Developer Studio 12.5: Performance Analyzer