Forum Discussion
APM Manage Session
I want to monitor active session count, status, session ID, Bytes In and Bytes Out of APM Session through CLI command. Can anyone tell me the command
Current user counts:
tmsh show apm licensethe "result" code of all sessions (it's basically "status"), bytes, sessionID:
[root@current-2:Active:Standalone] config **sessiondump --allkeys | grep -E 'session.policy.result |bytes'** 3fc31319.session.policy.result 5 allow 3fc31319.session.stats.bytes.in 4 8193 3fc31319.session.stats.bytes.out 4 3003Don't run this command often in production, it's expensive.
3 Replies
- Lucas_Thompson_Historic F5 Account
Current user counts:
tmsh show apm licensethe "result" code of all sessions (it's basically "status"), bytes, sessionID:
[root@current-2:Active:Standalone] config **sessiondump --allkeys | grep -E 'session.policy.result |bytes'** 3fc31319.session.policy.result 5 allow 3fc31319.session.stats.bytes.in 4 8193 3fc31319.session.stats.bytes.out 4 3003Don't run this command often in production, it's expensive.
- Mohandoss_27648
Nimbostratus
Hi thanks for your answer..
My exact question is how to get the individual session information like client IP, Logon Name, Access Status, Start time, Expiration time etc.. related with APM session. For your reference find the below screenshot that was i noted from F5.
In the above image you can see the session information will be available in CLI not in SNMP. Will you share any commands to get those information from F5 APM. Thanks in advance....
- The-messenger
Cirrostratus
I use this command to get the active session count. You can grep for more. tmsh show apm access-info | grep returned
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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