Ad Widget

Collapse

Extract value from system.users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rotame
    Junior Member
    • May 2017
    • 1

    #1

    Extract value from system.users

    Hi,

    According to manual system.users.num returns Number of users logged in
    and working fine
    As mentioned used command who to do that "...command is used on the agent side to obtain the value..."
    Th command output returns also
    the name of user
    the ip which logged
    Is possible to extract ip info and user
    example ip printours
    root@server1 [~]# who
    root pts/0 2017-05-27 13:08 (xxx.xx.xxx.x)
Working...