Skip to content

Commit

Permalink
Updating notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prachi Singla committed Aug 14, 2023
1 parent 955d0c5 commit 342a279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/workloads/ctstraffic/ctstraffic-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ idea. The name of the client must match the name of the system or the value of t

``` bash
# Single System (environment layout not required)
./VirtualClient --profile=PERF-NETWORK-CTSTRAFFIC.json --system=Juno --timeout=1440
VirtualClient.exe --profile=PERF-NETWORK-CTSTRAFFIC.json --timeout=1440

# Multi-System
# On Client Role System...
./VirtualClient --profile=PERF-NETWORK-CTSTRAFFIC.json --system=Juno --timeout=1440 --clientId=Client01 --layoutPath=/any/path/to/layout.json
VirtualClient.exe --profile=PERF-NETWORK-CTSTRAFFIC.json --timeout=1440 --clientId=Client01 --layoutPath=/any/path/to/layout.json

# On Server Role System...
./VirtualClient --profile=PERF-NETWORK-CTSTRAFFIC.json --system=Juno --timeout=1440 --clientId=Server01 --layoutPath=/any/path/to/layout.json
VirtualClient.exe --profile=PERF-NETWORK-CTSTRAFFIC.json --timeout=1440 --clientId=Server01 --layoutPath=/any/path/to/layout.json

# Example contents of the 'layout.json' file:
{
Expand Down

0 comments on commit 342a279

Please sign in to comment.