brc test flent
brc test flent
Advanced network performance testing using Flent
Synopsis
This command runs a Flent test for a network
If the provided test file does not exist on the host, the command would just try using the existing test files supplied by Flent itself.
The special value gateway can be used as the destination IP address to use the gateway IP address of the UPF where the terminal is connected. This gateway IP is assumed to be the first IP address in the subnet of the terminal.
The option --namespace
by default points to a Kubernetes namespace of the default Kubernetes context. You
may explicitly provide the context in the format of <context-name>.<namespace>
to access the cluster using
particular kubectl
context.
- Depending on your PDU session configuration, the terminal might accept IPv4 or IPv6 packages.
- Providing the
--plot
flag will open the flent-gui to visualize the results, otherwise, the results will be downloaded as a compressed file to the current directory. - This command does not support bare-metal machines for the context.
brc test flent [flags]
Examples
# run a Flent test for the terminal named ue1 with the configuration file named test.conf and the gateway as the target
# IP address
brc test flent ue1 test.conf gateway
# Flent test with a global server at 1.2.3.4 and the configuration file named test.conf with the plot option enabled
# for a bare-metal machine named ayo and against its wwan0 interface
brc test flent --namespace bare.ayo wwan0 test.conf 1.2.3.4 --plot
Options
-h, --help help for flent
Options inherited from parent commands
-n, --namespace string namespace to perform the operations (default "trirematics")
-p, --plot Specify if the results should be plotted.
-v, --verbose debug output
SEE ALSO
- brc test - Perform a test to evaluate the network performance