.. _clicmd_src_plugins_hs_apps: =============================================================== Hs_apps cli reference =============================================================== http cli client ------------------------------------------------------------------------- .. code-block:: console [appns secret ] uri http:// query [no-output] Declaration: ``hcc_command`` `src/plugins/hs_apps/http_client_cli.c line 631 `_ Implementation: ``hcc_command_fn`` http cli server ------------------------------------------------------------------------- .. code-block:: console http cli server [uri ] [fifo-size ] [private-segment-size ] [prealloc-fifos ] [listener ] [appns secret ] Declaration: ``hcs_create_command`` `src/plugins/hs_apps/http_cli.c line 860 `_ Implementation: ``hcs_create_command_fn`` http client ------------------------------------------------------------------------- .. code-block:: console [post] uri http:/// [data | file ] [use-ptr] [save-to ] [header ] [verbose] [timeout (default = 10)] [repeat | duration ] [sessions <# of sessions>] [appns secret ] [fifo-size ] [private-segment-size ] [prealloc-fifos ] Declaration: ``hc_command`` `src/plugins/hs_apps/http_client.c line 1026 `_ Implementation: ``hc_command_fn`` http tps ------------------------------------------------------------------------- .. code-block:: console http tps [uri ] [fifo-size ] [segment-size ] [prealloc-fifos ] [debug] [no-zc] [del] Declaration: ``http_tps_command`` `src/plugins/hs_apps/http_tps.c line 859 `_ Implementation: ``hts_create_command_fn`` show http tps ------------------------------------------------------------------------- .. code-block:: console http tps [listeners] Declaration: ``show_http_tps_command`` `src/plugins/hs_apps/http_tps.c line 935 `_ Implementation: ``hts_show_command_fn`` test alpn client ------------------------------------------------------------------------- .. code-block:: console test alpn client [uri ] [tls-engine %d] Declaration: ``alpn_client_run_command`` `src/plugins/hs_apps/alpn_client.c line 341 `_ Implementation: ``alpn_client_run_command_fn`` test alpn server ------------------------------------------------------------------------- .. code-block:: console test alpn server uri [tls-engine %d] Declaration: ``alpn_server_create_command`` `src/plugins/hs_apps/alpn_server.c line 247 `_ Implementation: ``alpn_server_create_command_fn`` test echo clients ------------------------------------------------------------------------- .. code-block:: console test echo clients [nclients %d][bytes [m|g]][test-timeout