Bases: Metrics
Provides information about Glacier2 sessions.
- Parameters:
id (str)
total (int)
current (int)
totalLifetime (int)
failures (int)
forwardedClient (int)
forwardedServer (int)
routingTableSize (int)
queuedClient (int)
queuedServer (int)
overriddenClient (int)
overriddenServer (int)
-
forwardedClient
The number of client requests forwarded.
- Type:
int
-
forwardedServer
The number of server requests forwarded.
- Type:
int
-
routingTableSize
The size of the routing table.
- Type:
int
-
queuedClient
The number of client requests queued.
- Type:
int
-
queuedServer
The number of server requests queued.
- Type:
int
-
overriddenClient
The number of client requests overridden.
- Type:
int
-
overriddenServer
The number of server requests overridden.
- Type:
int
Notes
The Slice compiler generated this dataclass from Slice class ::IceMX::SessionMetrics.
-
static ice_staticId() → str
Returns the Slice type ID of this type.
- Returns:
The return value is always ::Ice::Object.
- Return type:
str