Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI documentation page #271

Merged
merged 5 commits into from
Mar 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up
  • Loading branch information
matthewkotila committed Mar 22, 2023
commit 7121b845d663de205e90baa59e47e8530dc837ca
10 changes: 5 additions & 5 deletions src/c++/perf_analyzer/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ This document details the Perf Analyzer command line interface:

Prints a description of the Perf Analyzer command line interface.

#### `-m`
#### `-m <string>`

Specifies the model name for Perf Analyzer to run.

This is a required option.

#### `-x`
#### `-x <string>`

Specifies the version of the model to be used. If not specified the most
recent version (the highest numbered version) of the model will be used.
Expand Down Expand Up @@ -302,7 +302,7 @@ all strings needed by batch-1, each in a new line, listed in row-major order.

Default is `random`.

#### `-b`
#### `-b <n>`

Specifies the batch size for each request sent.

Expand Down Expand Up @@ -395,7 +395,7 @@ Default is `none`.

## Server Options

#### `-u`
#### `-u <url>`

Specifies the URL for the server.

Expand Down Expand Up @@ -576,7 +576,7 @@ Enables dynamic concurrency mode. Perf Analyzer will search along
concurrencies up to the maximum concurrency specified via `-c <n>`. Cannot be
used with `--concurrency-range`.

#### `-t`
#### `-t <n>`

**DEPRECATED**

Expand Down