system-session¶
The following operations can be performed on "system-session":
show system session¶
Displays information about all current system sessions, or about the specified session. The system might reclaim sessions with no active connections before expiry time.
Synopsis¶
show system session [<sid>]
Arguments¶
sid
ID of the system session about which to display information. Minimum value: 1
Output¶
userName
user name of the session
logintime
logged-in time of this session
logintimelocal
logged-in time (in local ADC timezone) of this session
lastactivitytime
last activity time of this session
lastactivitytimelocal
last activity time (in local ADC timezone) of this session
expirytime
Time left in expire the session in seconds
numOfconnections
number of connection using this token
currentconn
True if the token is used for current session
clientType
client type of the session
partitionName
Name of the partition where the user is currently present.
devno
count
stateflag
kill system session¶
Kills one system session, or all system sessions except the current session.
Synopsis¶
kill system session (<sid> | -all)
Arguments¶
sid
ID of the system session to terminate.
CLI users: You can get the session ID by using the show system session command. Minimum value: 1
all
Terminate all the system sessions except the current session.