Forum Discussion
almudena_3796
Jan 09, 2014Nimbostratus
LTM VE 10.2.3: number of requests per day
Hi all, I need to know the number of total requests per day that the BIG-IP LTM VE 10.2.3 appliance receives. Can anyone tell me how I can know it, please? Thx a lot.
almudena_3796
Jan 14, 2014Nimbostratus
Crontab is working with the following script:
!/bin/bash
/bin/date +%d/%m/%y >> /var/local/scripts/total_requests.out /usr/bin/tmsh show ltm virtual raw|grep "Total Req" >> /var/local/scripts/tr.out awk '{s+=$5}END{print s}' /var/local/scripts/tr.out >> /var/local/scripts/total_requests.out tmsh reset-stats ltm virtual
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