FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
src/plugins/hs_apps

test echo clients

Summary/usage

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 and implementation

Declaration: echo_clients_command (src/plugins/hs_apps/echo_client.c line 1009)

Implementation: echo_clients_command_fn.

test echo server

Summary/usage

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 and implementation

Declaration: echo_server_create_command (src/plugins/hs_apps/echo_server.c line 561)

Implementation: echo_server_create_command_fn.

test http server

Summary/usage

test http server.

Declaration and implementation

Declaration: http_server_create_command (src/plugins/hs_apps/http_server.c line 958)

Implementation: http_server_create_command_fn.

test proxy server

Summary/usage

test proxy server [server-uri <tcp://ip/port>][client-uri <tcp://ip/port>][fifo-size <nn>][rcv-buf-size <nn>][prealloc-fifos <nn>][private-segment-size <mem>][private-segment-count <nn>].

Declaration and implementation

Declaration: proxy_create_command (src/plugins/hs_apps/proxy.c line 595)

Implementation: proxy_server_create_command_fn.