Working with RADIUS attributes
Public access interface ASP functions and variables
15-84
Session input/output/totals
If you specify a value for the optional parameter div, then the return value is divided by div.
GetSessionInputPackets()
GetSessionInputOctets(div)
Returns the number of packets/octets received by the current user session.
GetSessionOutputPackets()
GetSessionOutputOctets(div)
Returns the number of packets/octets sent by the current user session.
GetSessionTotalPackets()
GetSessionTotalOctets(div)
Returns the number of packets/octets sent and received by the current user session.
GetSessionMaxTotalPackets()
GetSessionMaxTotalOctets(div)
Returns the maximum number of packets/octets that can be sent and received by the current
user session.
GetSessionRemainingInputPackets()
GetSessionRemainingInputOctets(div)
Returns the remaining number of packets/octets that can be received by the current user
session.
GetSessionRemainingOutputPackets()
GetSessionRemainingOutputOctets(div)
Returns the remaining number of packets/octets that can be sent by the current user session.
GetSessionRemainingTotalPackets()
GetSessionRemainingTotalOctets(div)
Returns the remaining number of packets/octets that can be sent or received by the current
user session.
GetSessionMaxInputPackets()
GetSessionMaxInputOctets(div)
Returns the maximum number of packets/octets that can be received by the current user
session.