diff options
author | Florin Coras <fcoras@cisco.com> | 2017-08-14 08:45:15 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-08-14 16:55:53 +0000 |
commit | 2245c0fe254f22cb64df193b90e0e6c3c6ef7847 (patch) | |
tree | 52a6973484802c4ecd3120f64c3421fef10569ae /src/vnet/tcp/builtin_client.c | |
parent | db4e84cf2f8de0909c3483c8cadb25ac72fb3367 (diff) |
TCP: update builtin server/client cli help
Change-Id: I224ef3ce1c4ac2ade5ba733a42c78b7ba5c0040e
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/builtin_client.c')
-rw-r--r-- | src/vnet/tcp/builtin_client.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/vnet/tcp/builtin_client.c b/src/vnet/tcp/builtin_client.c index 5fa5446091c..44b1f70e9df 100644 --- a/src/vnet/tcp/builtin_client.c +++ b/src/vnet/tcp/builtin_client.c @@ -734,8 +734,11 @@ cleanup: VLIB_CLI_COMMAND (test_clients_command, static) = { .path = "test tcp clients", - .short_help = "test tcp clients [nclients %d]" - "[iterations %d] [bytes %d] [uri tcp://6.0.1.1/1234]", + .short_help = "test tcp clients [nclients %d] [[m|g]bytes <bytes>] " + "[test-timeout <time>][syn-timeout <time>][no-return][fifo-size <size>]" + "[private-segment-count <count>][private-segment-size <bytes>[m|g]]" + "[preallocate-fifos][preallocate-sessions][client-batch <batch-size>]" + "[uri <tcp://ip/port>]", .function = test_tcp_clients_command_fn, .is_mp_safe = 1, }; |