Viewing Information about Users Logged Into the SRC Software
You can get information about users currently logged into the SRC software form the SRC CLI.
To get information about users who are logged in:
user@host>show system users
4:41pm up 3 day(s), 1:01, 0 users, load average: 0.04, 0.04, 0.12User tty login@ idle JCPU PCPU whatadmin1 pts/6 9:30am 12 9 5 cliuser2 pts/10 4:40pm cliadmin1 pts/3 1:25pm 1:19 telnet server2
User
—Specifies the name of the user logged in to the SRC software.tty
—Specifies the terminal used for the user's connection.login@
—Specifies the time at which the user logged in tot he SRC software.idle
—Specifies how long the connection the connection has not had any activity.JCPU
—Specifies the length of time used by processes for this terminal, including processes currently running in the background.PCPU
—Specifies the time used by the process specified in thewhat
field.what
—Specifies the name of the processes currently in use by the specified user.