Forum Discussion
Mohandoss_27648
Sep 15, 2016Nimbostratus
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
- Sep 15, 2016
Current user counts:
tmsh show apm license
the "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 3003
Don't run this command often in production, it's expensive.
Lucas_Thompson_
Historic F5 Account
Current user counts:
tmsh show apm license
the "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 3003
Don't run this command often in production, it's expensive.
The-messenger
Jul 17, 2018Cirrostratus
I use this command to get the active session count. You can grep for more. tmsh show apm access-info | grep returned
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects