Packagenet.user1.reactor
Classpublic class GatewayBandwidth
InheritanceGatewayBandwidth Inheritance Object

Since : Reactor 2.0.1

A simple data class providing information about bandwidth usage and throughput for a gateway deployed on Union Server.

See also

Gateway
net.user1.reactor.snapshot.GatewaysSnapshot


Public Variables
 VariableDefined By
  averageRead : Number
The average number of bytes received by this gateway from all clients, per second, since the server started.
GatewayBandwidth
  averageWritten : Number
The average number of bytes sent to clients via this gateway, per second, since the server started.
GatewayBandwidth
  intervalRead : Number
The number of bytes received by this gateway from all clients in the one-second period immediately preceding the request that generated this bandwidth-statistics object (i.e., "current incoming bytes per second").
GatewayBandwidth
  intervalWritten : Number
The number of bytes sent by this gateway to all clients in the one-second period immediately preceding the request that generated this bandwidth-statistics object (i.e., "current outgoing bytes per second").
GatewayBandwidth
  lifetimeRead : Number
The total number of bytes that have been received by this gateway from all clients since the server started.
GatewayBandwidth
  lifetimeWritten : Number
The total number of bytes that have been sent to clients via this gateway since the server started.
GatewayBandwidth
  maxIntervalRead : Number
The maximum number of bytes ever received by this gateway from all clients in any one-second period since the server started.
GatewayBandwidth
  maxIntervalWritten : Number
The maximum number of bytes ever sent by this gateway to all clients in any one-second period since the server started.
GatewayBandwidth
  scheduledWrite : Number
The number of bytes scheduled for transmission to clients currently connected to the server via this gateway (i.e., outgoing buffered bytes).
GatewayBandwidth
Variable Descriptions
averageReadvariable
public var averageRead:Number

Since : Reactor 2.0.1

The average number of bytes received by this gateway from all clients, per second, since the server started.

averageWrittenvariable 
public var averageWritten:Number

Since : Reactor 2.0.1

The average number of bytes sent to clients via this gateway, per second, since the server started.

intervalReadvariable 
public var intervalRead:Number

Since : Reactor 2.0.1

The number of bytes received by this gateway from all clients in the one-second period immediately preceding the request that generated this bandwidth-statistics object (i.e., "current incoming bytes per second").

intervalWrittenvariable 
public var intervalWritten:Number

Since : Reactor 2.0.1

The number of bytes sent by this gateway to all clients in the one-second period immediately preceding the request that generated this bandwidth-statistics object (i.e., "current outgoing bytes per second").

lifetimeReadvariable 
public var lifetimeRead:Number

Since : Reactor 2.0.1

The total number of bytes that have been received by this gateway from all clients since the server started.

lifetimeWrittenvariable 
public var lifetimeWritten:Number

Since : Reactor 2.0.1

The total number of bytes that have been sent to clients via this gateway since the server started.

maxIntervalReadvariable 
public var maxIntervalRead:Number

Since : Reactor 2.0.1

The maximum number of bytes ever received by this gateway from all clients in any one-second period since the server started.

maxIntervalWrittenvariable 
public var maxIntervalWritten:Number

Since : Reactor 2.0.1

The maximum number of bytes ever sent by this gateway to all clients in any one-second period since the server started.

scheduledWritevariable 
public var scheduledWrite:Number

Since : Reactor 2.0.1

The number of bytes scheduled for transmission to clients currently connected to the server via this gateway (i.e., outgoing buffered bytes).