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

Health check on F5 Load Balancer

Abhinav5656
Nimbostratus
Nimbostratus

How people perform the health check on F5 device?

What kind of command or API will be use in order to check the health of F5 device ?

It would be helpful for me if anyone can help me.

 

Regards

 

2 REPLIES 2

You can use below commands to check status/health of F5 device.

 

 

tmsh show sys cpu --- Check cpu status

tmsh show sys connection ---- check current open connections

tmsh show sys memory --- Check memory usage

df -h --- Check memory usage

tmsh show sys hardware --- Check hardware status

tmsh show cm failover-status – Check HA/Failover status

tmsh show sys traffic – Traffic Statistics

tmsh show cm sync-status ---- Check sync status

tmsh show cm traffic-group --- Check Traffic-Groups

uptime --- Check F5 device uptime

tmsh show ltm virtual --- Check connection status on VS

tmsh show sys ha-status --- Check HA status

tmsh show sys service --- Check all services status and up time.

tmsh show sys availability --- Check system availability status

 

Hope it helps!

Mayur

 

 

Thank you very much for the quick reply.