Forum Discussion
flomkrl_29950
Nimbostratus
Dec 18, 2007monitor statistics
Hello ,
I have a node which go down and up everytime. The timeout of the http monitor is not set properly.
I want to know exactly what is the time obtained by the monitor health check. It do not appeared on stat and command line.
Thanks in advance for your help;
Regards,
Flo;
For the moment i will use a script to do that :
(time curl http://IP1/test.html ) 2> /tmp/node1.txt
(time curl http://IP2/test.html ) 2> /tmp/node2.txt
node1=`cat /tmp/node1.txt | grep real | cut -d "m" -f 2 | cut -d "s" -f 1`
node2=`cat /tmp/node2.txt | grep real | cut -d "m" -f 2 | cut -d "s" -f 1`
tm=`date`
echo "$tm,$node1,$node2" >> /tmp/statnode.txt
- hoolio
Cirrostratus
How long do the pool members take to answer requests to /test.html? What is the interval and timeout on your HTTP monitor set to? - hoolio
Cirrostratus
Also, you can check this post (Click here) in the monitoring forum (Click here) for details on how to enable additional monitor debug logging. - flomkrl_29950
Nimbostratus
Hello, - hoolio
Cirrostratus
Hi Flo,
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