gcloud alpha firebase test network-profiles

NAME
gcloud alpha firebase test network-profiles - explore network profiles available for testing
SYNOPSIS
gcloud alpha firebase test network-profilesCOMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) A network traffic profile consists of a set of parametersto emulate network conditions when running a test. This feature only works onphysical devices. The network shaping parameters are:
  • RULE: Where to apply traffic shaping. The UP rule shapes theconnection from the device to the internet. The DOWN rule shapes the connectionfrom the internet to the device.
  • DELAY: The delay in packet transmission, in ms.
  • LOSS_RATIO: The ratio of packets dropped during transmission.
  • DUPLICATION_RATIO: The ratio of packets duplicated duringtransmission.
  • BANDWIDTH: The average packet transmission rate in kbits/s, asdefined by the token bucket algorithm.
  • BURST: The total size, in kbits, by which packets can exceed thebandwidth, as defined by the token bucket algorithm.
EXAMPLES
To list all network profiles which can be used for testing, run:
gcloudalphafirebasetestnetwork-profileslist

To view information about a specific network profile, run:

gcloudalphafirebasetestnetwork-profilesdescribePROFILE_ID
GCLOUD WIDE FLAGS
These flags are available to all commands:--help.

Run$gcloud help for details.

COMMANDS
COMMAND is one of the following:
describe
(ALPHA) Describe a network profile.
list
(ALPHA) List all network profiles available for testing.
NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudfirebasetestnetwork-profiles
gcloudbetafirebasetestnetwork-profiles

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.