C# Class OpenMetaverse.Simulator.SimStats

Simulator Statistics
Show file Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
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

Property Details

ActiveScripts public property

Number of Active scripts running in this simulator
public int ActiveScripts
return int

AgentTime public property

public float AgentTime
return float

AgentUpdates public property

public float AgentUpdates
return float

Agents public property

Number of agents currently in this simulator
public int Agents
return int

ChildAgents public property

Number of agents in neighbor simulators
public int ChildAgents
return int

ConnectTime public property

Time in seconds agent has been connected to simulator
public int ConnectTime
return int

Dilation public property

Current time dilation of this simulator
public float Dilation
return float

FPS public property

Current Frames per second of simulator
public int FPS
return int

FrameTime public property

public float FrameTime
return float

INPPS public property

public int INPPS
return int

ImageTime public property

public float ImageTime
return float

IncomingBPS public property

Incoming bytes per second
It would be nice to have this claculated on the fly, but this is far, far easier
public int IncomingBPS
return int

LSLIPS public property

public int LSLIPS
return int

LastLag public property

public int LastLag
return int

LastPingID public property

ID of last Ping sent
public byte LastPingID
return byte

LastPingSent public property

Time last ping was sent
public int LastPingSent
return int

MissedPings public property

public int MissedPings
return int

NetTime public property

public float NetTime
return float

OUTPPS public property

public int OUTPPS
return int

Objects public property

Total number of objects Simulator is simulating
public int Objects
return int

OtherTime public property

public float OtherTime
return float

OutgoingBPS public property

Outgoing bytes per second
It would be nice to have this claculated on the fly, but this is far, far easier
public int OutgoingBPS
return int

PendingDownloads public property

Number of downloads pending
public int PendingDownloads
return int

PendingLocalUploads public property

Number of local uploads pending
public int PendingLocalUploads
return int

PendingUploads public property

Number of uploads pending
public int PendingUploads
return int

PhysicsFPS public property

Current Physics frames per second of simulator
public float PhysicsFPS
return float

PhysicsTime public property

public float PhysicsTime
return float

ReceivedPongs public property

Total number of ping replies sent to this agent by this simulator
public int ReceivedPongs
return int

ReceivedResends public property

Total number of resent packets recieved
public int ReceivedResends
return int

RecvBytes public property

Total number of bytes received by this simulator to this agent
public ulong RecvBytes
return ulong

RecvPackets public property

Total number of packets received by this simulator to this agent
public ulong RecvPackets
return ulong

ResentPackets public property

Total number of packets that have been resent
public int ResentPackets
return int

ResidentSize public property

public int ResidentSize
return int

ScriptTime public property

public float ScriptTime
return float

ScriptedObjects public property

Total number of Active (Scripted) objects running
public int ScriptedObjects
return int

SentBytes public property

Total number of bytes sent by this simulator to this agent
public ulong SentBytes
return ulong

SentPackets public property

Total number of packets sent by this simulator to this agent
public ulong SentPackets
return ulong

SentPings public property

Total number of pings sent to this simulator by this agent
public int SentPings
return int

UnackedBytes public property

Unacknowledged bytes in queue
public int UnackedBytes
return int

VirtualSize public property

public int VirtualSize
return int