C# Класс OpenMetaverse.Simulator.SimStats

Simulator Statistics
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ActiveScripts int
AgentTime float
AgentUpdates float
Agents int
ChildAgents int
ConnectTime int
Dilation float
FPS int
FrameTime float
INPPS int
ImageTime float
IncomingBPS int
LSLIPS int
LastLag int
LastPingID byte
LastPingSent int
MissedPings int
NetTime float
OUTPPS int
Objects int
OtherTime float
OutgoingBPS int
PendingDownloads int
PendingLocalUploads int
PendingUploads int
PhysicsFPS float
PhysicsTime float
ReceivedPongs int
ReceivedResends int
RecvBytes ulong
RecvPackets ulong
ResentPackets int
ResidentSize int
ScriptTime float
ScriptedObjects int
SentBytes ulong
SentPackets ulong
SentPings int
UnackedBytes int
VirtualSize int

Описание свойств

ActiveScripts публичное свойство

Number of Active scripts running in this simulator
public int ActiveScripts
Результат int

AgentTime публичное свойство

public float AgentTime
Результат float

AgentUpdates публичное свойство

public float AgentUpdates
Результат float

Agents публичное свойство

Number of agents currently in this simulator
public int Agents
Результат int

ChildAgents публичное свойство

Number of agents in neighbor simulators
public int ChildAgents
Результат int

ConnectTime публичное свойство

Time in seconds agent has been connected to simulator
public int ConnectTime
Результат int

Dilation публичное свойство

Current time dilation of this simulator
public float Dilation
Результат float

FPS публичное свойство

Current Frames per second of simulator
public int FPS
Результат int

FrameTime публичное свойство

public float FrameTime
Результат float

INPPS публичное свойство

public int INPPS
Результат int

ImageTime публичное свойство

public float ImageTime
Результат float

IncomingBPS публичное свойство

Incoming bytes per second
It would be nice to have this claculated on the fly, but this is far, far easier
public int IncomingBPS
Результат int

LSLIPS публичное свойство

public int LSLIPS
Результат int

LastLag публичное свойство

public int LastLag
Результат int

LastPingID публичное свойство

ID of last Ping sent
public byte LastPingID
Результат byte

LastPingSent публичное свойство

Time last ping was sent
public int LastPingSent
Результат int

MissedPings публичное свойство

public int MissedPings
Результат int

NetTime публичное свойство

public float NetTime
Результат float

OUTPPS публичное свойство

public int OUTPPS
Результат int

Objects публичное свойство

Total number of objects Simulator is simulating
public int Objects
Результат int

OtherTime публичное свойство

public float OtherTime
Результат float

OutgoingBPS публичное свойство

Outgoing bytes per second
It would be nice to have this claculated on the fly, but this is far, far easier
public int OutgoingBPS
Результат int

PendingDownloads публичное свойство

Number of downloads pending
public int PendingDownloads
Результат int

PendingLocalUploads публичное свойство

Number of local uploads pending
public int PendingLocalUploads
Результат int

PendingUploads публичное свойство

Number of uploads pending
public int PendingUploads
Результат int

PhysicsFPS публичное свойство

Current Physics frames per second of simulator
public float PhysicsFPS
Результат float

PhysicsTime публичное свойство

public float PhysicsTime
Результат float

ReceivedPongs публичное свойство

Total number of ping replies sent to this agent by this simulator
public int ReceivedPongs
Результат int

ReceivedResends публичное свойство

Total number of resent packets recieved
public int ReceivedResends
Результат int

RecvBytes публичное свойство

Total number of bytes received by this simulator to this agent
public ulong RecvBytes
Результат ulong

RecvPackets публичное свойство

Total number of packets received by this simulator to this agent
public ulong RecvPackets
Результат ulong

ResentPackets публичное свойство

Total number of packets that have been resent
public int ResentPackets
Результат int

ResidentSize публичное свойство

public int ResidentSize
Результат int

ScriptTime публичное свойство

public float ScriptTime
Результат float

ScriptedObjects публичное свойство

Total number of Active (Scripted) objects running
public int ScriptedObjects
Результат int

SentBytes публичное свойство

Total number of bytes sent by this simulator to this agent
public ulong SentBytes
Результат ulong

SentPackets публичное свойство

Total number of packets sent by this simulator to this agent
public ulong SentPackets
Результат ulong

SentPings публичное свойство

Total number of pings sent to this simulator by this agent
public int SentPings
Результат int

UnackedBytes публичное свойство

Unacknowledged bytes in queue
public int UnackedBytes
Результат int

VirtualSize публичное свойство

public int VirtualSize
Результат int