BuddyLiveRates
Live (most recent heartbeat) Buddy UDP throughput rates.
type BuddyLiveRates {
serverId: String!
clientSendMsgsPerSec: Float!
clientSendMbitPerSec: Float!
clientRecvMsgsPerSec: Float!
clientRecvMbitPerSec: Float!
clients: Float!
updatedAt: DateTime!
}
Fields
BuddyLiveRates.serverId ● String! non-null scalar
Buddy/runtime server id reporting these rates.
BuddyLiveRates.clientSendMsgsPerSec ● Float! non-null scalar
Messages per second sent to clients.
BuddyLiveRates.clientSendMbitPerSec ● Float! non-null scalar
Megabits per second sent to clients.
BuddyLiveRates.clientRecvMsgsPerSec ● Float! non-null scalar
Messages per second received from clients.
BuddyLiveRates.clientRecvMbitPerSec ● Float! non-null scalar
Megabits per second received from clients.
BuddyLiveRates.clients ● Float! non-null scalar
Currently connected client count.
BuddyLiveRates.updatedAt ● DateTime! non-null scalar
Timestamp of the heartbeat these rates came from.
Member Of
EnvironmentUsageSummary object