HP (Hewlett-Packard) MSM7XX Switch User Manual


 
Working with public access attributes
Public access interface ASP functions and variables
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.
GetSessionMaxOutputPackets()
GetSessionMaxOutputOctets(div)
Returns the maximum number of packets/octets that can be sent by the current user session.
Session quotas
These functions let you retrieve the quota limits that are set for the current user session. If
any of these limits are reached, the user is logged out. See Quotas on page 9-66.
If you specify a value for the optional parameter div, then the return value is the number of
octets divided by div.
Packets values are returned as a decimal string (10 characters) representing a 32-bit
unsigned integer.
9-80