Package | net.user1.reactor |
Class | public class GatewayBandwidth |
Inheritance | GatewayBandwidth ![]() |
Since : | Reactor 2.0.1 |
See also
Variable | Defined 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 |
averageRead | variable |
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.
averageWritten | variable |
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.
intervalRead | variable |
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").
intervalWritten | variable |
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").
lifetimeRead | variable |
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.
lifetimeWritten | variable |
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.
maxIntervalRead | variable |
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.
maxIntervalWritten | variable |
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.
scheduledWrite | variable |
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).