From 342a279849d10ae8574ab4a0532cd92f024c13d0 Mon Sep 17 00:00:00 2001 From: Prachi Singla Date: Mon, 14 Aug 2023 16:57:56 +0530 Subject: [PATCH] Updating notes --- website/docs/workloads/ctstraffic/ctstraffic-profiles.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/workloads/ctstraffic/ctstraffic-profiles.md b/website/docs/workloads/ctstraffic/ctstraffic-profiles.md index 54b58173f2..2f6a96c2dc 100644 --- a/website/docs/workloads/ctstraffic/ctstraffic-profiles.md +++ b/website/docs/workloads/ctstraffic/ctstraffic-profiles.md @@ -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: {