-
Notifications
You must be signed in to change notification settings - Fork 48
Command Line Parameters
AppDynamics DEXTER is controlled via these command-line parameters.
Specifies job file to process. Can be relative or absolute
On Windows:
-j .\JobFiles\demo1ECommerce.json
On Linux or Mac:
-j ./JobFiles/demo1ECommerce.json
Specifies that demo1ECommerce.json job file should be loaded from JobFiles subdirectory relative to the current directory
On Windows:
--job-file "C:\appdynamics\AppDynamics.DEXTER\JobFiles\demo1ECommerce.json"
Specifies absolute path to the job file using longform version of the switch
Job name to use instead of job name that would be automatically defined via --job-file parameter
Specifies that the job should be restarted from scratch and any previous job results found in output folder be deleted.
Specifies where to store intermediate and final report files
On Windows, set this to be close to the root of the drive to avoid problems with path length
If not specified:
-
"C:\AppD.Dexter.Out"
is assumed on Windows -
"%HOME%\AppD.Dexter.Out"
is assumed on Mac and Linux
-o c:\out
Specifies that output should be directed to C:\out
-o \\some\network\share
Specifies that output should be directed to the network share
--output-folder out
Specifies that output should be directed to "out" folder in local directory using long form version of the switch
Comma-separated list of Snapshot RequestIDs to process for Individual Snapshots list.
The values can be in quotes.
For example:
-i 9c50d18e-27e6-47ed-8aeb-9088bacdad92
-i "9c50d18e-27e6-47ed-8aeb-9088bacdad92"
Specifies that snapshot with ID 9c50d18e-27e6-47ed-8aeb-9088bacdad92 should be extracted from list of snapshots and rendered as Individual Snapshot report.
--request-ids "9c50d18e-27e6-47ed-8aeb-9088bacdad92", "267c449a-e423-4848-af4b-c3414d38cb56"
Specifies that two snapshots should be extracted from list of snapshots and each rendered as Individual Snapshot report.
Path to Report folder where to look for list of list of Snapshots.
On Windows:
-r D:\AppD.Dexter.Out\Demo\demodev.all.202005081500.2\Report
On Linux or Mac:
--report-folder /home/AppD.Dexter.Out/Demo/demodev.all.202005081500.2/Report
Specifies that extraction and processing are to be done by a single thread instead of multi-threaded. See Phases-and-Job-Steps for which job steps this affects.
If not specified, assumed false and execution will be parallel
Specifies that that version check against GitHub releases area is to be skipped
If not specified, assumed false and check will be performed
Displays the help screen
Displays version information
- Home
- Getting Started Walkthrough
- Run
-
Excel Reports
- Detected APM Entities
- Detected SIM Entities
- Detected DB Entities
- Detected WEB Entities
- Detected MOBILE Entities
- Detected BIQ Entities
- Entity Metrics
- Entity Metric Graphs
- Registered APM Metrics
- Entity Flowmaps
- Configuration
- Events and Health Rule Violations
- Entity Details
- Snapshots
- Snapshot Method Calls
- Individual Snapshot
- Users and Permissions
- Dashboards
- Health Check
- PowerBI Reports
- Tableau Reports
- Browser Reports