Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.Console.IStatusListStatus Interface Reference

The status of a Nakama node. More...

Inherited by Nakama.Console.StatusListStatus.

Properties

double AvgInputKbs [get]
 Average input bandwidth usage.
 
double AvgLatencyMs [get]
 Average response latency in milliseconds.
 
double AvgOutputKbs [get]
 Average output bandwidth usage.
 
double AvgRateSec [get]
 Average number of requests per second.
 
int GoroutineCount [get]
 Current number of running goroutines.
 
int Health [get]
 Health score.
 
int MatchCount [get]
 Current number of active authoritative matches.
 
string Name [get]
 Node name.
 
int PresenceCount [get]
 Currently registered live presences.
 
int SessionCount [get]
 Currently connected sessions.
 

Detailed Description

The status of a Nakama node.

Property Documentation

◆ AvgInputKbs

double Nakama.Console.IStatusListStatus.AvgInputKbs
get

Average input bandwidth usage.

◆ AvgLatencyMs

double Nakama.Console.IStatusListStatus.AvgLatencyMs
get

Average response latency in milliseconds.

◆ AvgOutputKbs

double Nakama.Console.IStatusListStatus.AvgOutputKbs
get

Average output bandwidth usage.

◆ AvgRateSec

double Nakama.Console.IStatusListStatus.AvgRateSec
get

Average number of requests per second.

◆ GoroutineCount

int Nakama.Console.IStatusListStatus.GoroutineCount
get

Current number of running goroutines.

◆ Health

int Nakama.Console.IStatusListStatus.Health
get

Health score.

◆ MatchCount

int Nakama.Console.IStatusListStatus.MatchCount
get

Current number of active authoritative matches.

◆ Name

string Nakama.Console.IStatusListStatus.Name
get

Node name.

◆ PresenceCount

int Nakama.Console.IStatusListStatus.PresenceCount
get

Currently registered live presences.

◆ SessionCount

int Nakama.Console.IStatusListStatus.SessionCount
get

Currently connected sessions.


The documentation for this interface was generated from the following file: