Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

How can we see how may ccu are connected

dheeraj_334332
Nimbostratus
Nimbostratus

Hello Team,

I want to know how to check the concurrent CCU usage in F5 Apm.

Using command " tmsh show /apm profile access" i got the below output

User Session Statistics:
total sessions: 174.3K
total established sessions: 131.0K
current active sessions: 99
current pending sessions: 2
current established sessions: 97
sessions terminated due to user logged out: 53.2K
sessions terminated due to admin termination: 0
sessions terminated due to timeout or errors: 120.2K
sessions resulted into allow ending: 131.0K
sessions resulted into deny ending: 1.6K
sessions resulted into redirect ending: 0
sessions resulted into redirect ending with session: 0
requests allowed by ACL: 10.4M
requests denied by ACL: 454.6M

Just want to know in the above output "current established sessions: 97" is the no of ccu used...????

3 REPLIES 3

Snl
Cirrostratus
Cirrostratus

you may try using below commands to check real time CCU usage

(echo -e 'get tmm.license.global_connectivity\r' | nc 127.1.1.2 11211)

or

snmpwalk -v 2c -c public localhost F5-BIGIP-APM-MIB::apmAccessStatCurrentActiveSessions

Hope this help

According to this, that's not correct.

 

0691T000008tOLKQA2.jpg

The full explanation here:

 

K15032: Determining license limits of the BIG-IP APM system https://support.f5.com/csp/article/K15032

 

....

 

To view the concurrent access sessions, type the following command from the BIG-IP APM command line:

 

snmpwalk -v 2c -c public localhost F5-BIGIP-APM-MIB::apmAccessStatCurrentActiveSessions