Hs_apps cli reference
test echo clients
test echo 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>][test-bytes][no-output]
Declaration: echo_clients_command
src/plugins/hs_apps/echo_client.c line 1118
Implementation: echo_clients_command_fn
test echo server
test echo server proto <proto> [no echo][fifo-size <mbytes>][rcv-buf-size <bytes>][prealloc-fifos <count>][private-segment-count <count>][private-segment-size <bytes[m|g]>][uri <tcp://ip/port>]
Declaration: echo_server_create_command
src/plugins/hs_apps/echo_server.c line 569
Implementation: echo_server_create_command_fn
test http server
test http server
Declaration: http_server_create_command
src/plugins/hs_apps/http_server.c line 978
Implementation: http_server_create_command_fn
test proxy server
test proxy server [server-uri <tcp://ip/port>][client-uri <tcp://ip/port>][fifo-size <nn>[k|m]][max-fifo-size <nn>[k|m]][high-watermark <nn>][low-watermark <nn>][rcv-buf-size <nn>][prealloc-fifos <nn>][private-segment-size <mem>][private-segment-count <nn>]
Declaration: proxy_create_command
src/plugins/hs_apps/proxy.c line 917
Implementation: proxy_server_create_command_fn