AXL RADIUS Server API V3

com.theorem.radserver3
Class RADIUSStats

Object
  extended byRADIUSStats

public final class RADIUSStats
extends Object

Server statistics Not all are implemented.

See Also:
RADIUSServer.getStats()

Field Summary
 int highWaterPackets
          Maximum concurrent packets.
 int malformed
          Malformed packets found.
 int totalAccess
          Total number of Access requests.
 int totalDropped
          Total number of dropped requests.
 int totalFailed
          Total number of Failed authentications.
 int totalProxyAccess
          Total number of proxy Access requests.
 int totalProxyResponse
          Total number of proxy Responses.
 int totalSucceeded
          Total number of Successful authentications.
 
Constructor Summary
RADIUSStats()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

highWaterPackets

public int highWaterPackets
Maximum concurrent packets.


malformed

public int malformed
Malformed packets found. These may be incomplete by being too small, or have badly formed attributes.


totalAccess

public int totalAccess
Total number of Access requests.


totalDropped

public int totalDropped
Total number of dropped requests.


totalFailed

public int totalFailed
Total number of Failed authentications.


totalProxyAccess

public int totalProxyAccess
Total number of proxy Access requests.


totalProxyResponse

public int totalProxyResponse
Total number of proxy Responses.


totalSucceeded

public int totalSucceeded
Total number of Successful authentications.

Constructor Detail

RADIUSStats

public RADIUSStats()

AXL RADIUS Server API V3

Submit a bug report or feature request

Copyright 1998-2008 AXL Software. PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.