Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
Viewing Information about Users Logged Into the SRC Software
Purpose
Obtain information about users currently logged into the SRC software from the SRC CLI.
Action
In operational mode, type the following command:
user@host> show system users
4:41pm up 3 day(s), 1:01, 0 users, load average: 0.04, 0.04, 0.12 User tty login@ idle JCPU PCPU what admin1 pts/6 9:30am 12 9 5 cli user2 pts/10 4:40pm cli admin1 pts/3 1:25pm 1:19 telnet server2
Meaning
In the output, the fields provide the following information:
- 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 to the 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 the what field.
- what—Specifies the name of the processes currently in use by the specified user.