aws.gamelift.describe_fleet_utilization
Example SQL Queries
SELECT * FROMaws.gamelift.describe_fleet_utilization;Description
Retrieves utilization statistics for one or more fleets. Utilization data provides a snapshot of how the fleet's hosting resources are currently being used. For fleets with remote locations, this operation retrieves data for the fleet's home Region only. See DescribeFleetLocationUtilization to get utilization statistics for a fleet's remote locations.
This operation can be used in the following ways:
To get utilization data for one or more specific fleets, provide a list of fleet IDs or fleet ARNs.
To get utilization data for all fleets, do not provide a fleet identifier.
When requesting multiple fleets, use the pagination parameters to retrieve results as a set of sequential pages.
If successful, a FleetUtilization object is returned for each requested fleet ID, unless the fleet identifier is not found. Each fleet utilization object includes a Location property, which is set to the fleet's home Region.
Some API operations may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.
Learn more
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_ids Input Column A unique identifier for the fleet to retrieve utilization data for. You can use either the fleet ID or ARN value. To retrieve attributes for all current fleets, do not include this parameter. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| active_game_session_count The number of active game sessions that are currently being hosted across all instances in the fleet location. | BIGINT |
| active_server_process_count The number of server processes in ACTIVE status that are currently running across all instances in the fleet location. | BIGINT |
| current_player_session_count The number of active player sessions that are currently being hosted across all instances in the fleet location. | BIGINT |
| fleet_arn The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. | VARCHAR |
| fleet_id A unique identifier for the fleet associated with the location. | VARCHAR |
| location The fleet location for the fleet utilization information, expressed as an Amazon Web Services Region code, such as us-west-2. | VARCHAR |
| maximum_player_session_count The maximum number of players allowed across all game sessions that are currently being hosted across all instances in the fleet location. | BIGINT |