Forum Discussion
Check active admin user sessions
- Feb 07, 2023
Irre_Levant I believe the only option here is to correlate the data from multiple sources rather than one command that provides everything. The following should allow you to pull the audit logs but I don't believe a command exists to look at the output of netstat.
Interesting question. No easy answer from what I can see. This will help you find out what IPs are connected to the GUI;
netstat -tanpee | grep "\:443" | grep -v 127
but beyond that there is no obvious way to gather the related Apache usernames used other than by checking and correlating information found in the various log files.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com