dfxp

dflux performance tool

Usage: 	dfxp [-s|-c host] [options]
	dfxp [-h|--help] [-v|--version]

Server Options:
	-C, --config <file>                 Configuration file
	-a, --addr <host>                   Bind to host address (default: 0.0.0.0)
	-p, --port <post>                   Bind to port (default: 50052)

Tunnel Options:
	-G, --gtp_addr                      GtpU Address
	-P, --gtp_port                      GtpU Port (default: 2152)
	--mask_len                          Mask Length
	--route_table_id                    Route Table ID
	-U, --remote_gtp_addr <host:port>   Remote GTPu Address
	-I, --interface                     Interface Name

Perf Server Options:
	-s, --server                        Run dfxp as a server (default: false)
	--server_port                       Server port
	-T, --server_type                   Server type (default: iperf) (iperf/tcp)
	-B, --bind                          Bind the interface associated with the address

Perf Client Options:
	-c, --client                        Run dfxp as a client (default: true)
	-H, --server_addr <host:port>       Server address

Logging Options:
	-l, --log <file>                    File to redirect log output
	-D, --debug                         Enable debugging output (default: false)
	-V, --trace                         Enable tracing output (default: false)

Common Options:
	-h, --help                          Show this message
	-v, --version                       Show version

Last updated

Was this helpful?