Go to main content
Oracle® Developer Studio 12.6: Performance Analyzer

Exit Print View

Updated: June 2017
 
 

To Run the Collector From dbx

  1. Load your program into dbx by typing the following command.
    % dbx program
  2. Use the collector command to enable data collection, select the data types, and set any optional parameters.
    (dbx) collector subcommand

    To see a listing of available collector subcommands, type:

    (dbx) help collector

    You must use one collector command for each subcommand.

  3. Set up any dbx options and run the program.

    If a subcommand is incorrectly given, a warning message is printed and the subcommand is ignored. The following section provides a complete listing of the collector subcommands.