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.
uni
Jan 10, 2014Altostratus
Quick and dirty method, run this each day from bash:
tmsh show ltm virtual raw|grep 'Total Req'|cut -d- -f3|awk '{s+=$1}END{print s}'
followed by
reset-stats ltm virtual
if you can't be bothered doing a subtraction each day.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