Dflux
  • Welcome
  • 👍Getting-started
    • Architecture
    • Installing
    • FAQ
    • How to contribute?
    • Privacy
  • DFXE (ENF)
    • Architecture
    • Concepts
      • Flow
      • Envv
      • Config
      • Fsm
      • Messages
      • Testing
      • Settings
      • Templates
      • Report
    • API Reference
    • Examples
    • Observability
  • DFXP
    • Architecture
  • NF's
    • Gnb
    • Enb
    • Protocols
  • cli
    • dfxe
    • dfxt
    • dfxp
  • Release Notes
Powered by GitBook
On this page

Was this helpful?

  1. cli

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
PreviousdfxtNextRelease Notes

Last updated 2 years ago

Was this helpful?