Forum Discussion

Mohandoss_27648's avatar
Mohandoss_27648
Icon for Nimbostratus rankNimbostratus
Oct 23, 2018

CLI Command to get F5 APM Access profile user access information

Hi,

 

I am working on the process of monitoring F5 APM user access information. I have used a command to get the information of user access. but the details which i am getting is not sufficient.

 

For your reference the command "show apm access-info all-properties" giving the result

 

Session 71664997 -partition Common -status established -logon user xauser2 -client IP x.x.x.x -profile access type all -access profile ltm_apm -start time 2018-10-23 13:49:55 -expiration time 2018-10-23 13:58:44 -bytes:(rx,tx) (34603,39568) -packets:(rx,tx) (0,0) -ingress:(raw,compressed) (0,0) -egress:(raw,compressed) (0,0)

 

But i need the information of variables of user session as displaying in the F5 console.

 

 

Please provide a cli command to get the user details as mentioned above.

 

Thanks, Mohandoss.R

 

2 Replies

  • Hi

    You can use

    list apm session all-properties
    however be careful using this command on a device with many sessions as it can impact performance (or indeed it used to, this may have changed). This is the same as running sessiondump --allkeys from BASH

  • Seems to be un-document but you can use

    list apm session <sid>

    to get the property keys for one session.