Hs_apps cli reference

http cli client

[appns <app-ns> secret <appns-secret>] uri http://<ip-addr> query <query-string>

Declaration: hcc_command src/plugins/hs_apps/http_client_cli.c line 515

Implementation: hcc_command_fn

http cli server

http cli server [uri <uri>] [fifo-size <nbytes>] [private-segment-size <nMG>] [prealloc-fifos <n>]

Declaration: hcs_create_command src/plugins/hs_apps/http_cli.c line 651

Implementation: hcs_create_command_fn

http tps

http tps [uri <uri>] [fifo-size <nbytes>] [segment-size <nMG>] [prealloc-fifos <n>] [debug] [no-zc] [del]

Declaration: http_tps_command src/plugins/hs_apps/http_tps.c line 737

Implementation: hts_create_command_fn

show http tps

http tps [listeners]

Declaration: show_http_tps_command src/plugins/hs_apps/http_tps.c line 813

Implementation: hts_show_command_fn

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: ec_command src/plugins/hs_apps/echo_client.c line 1121

Implementation: ec_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 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 918

Implementation: proxy_server_create_command_fn