Forum Discussion
Torsten_Saldsi2
Nimbostratus
Sep 19, 2016Description of 'tmsh show virtual' output
Hi everybody,
is there anybody, who knows where I can find information about the statistics values I get from a tmsh show virtual . Is it possible to see the maximum new connections over a spec...
Torsten_Saldsi2
Nimbostratus
Sep 23, 2016As time goes by and I need the information I will do a work around like this:
I made a bash-script
virtuals=
echo $(date) ' ' $(tmsh show ltm virtual $virtuals raw | awk '/^ Total Connections/{conn += $3}END{printf("%.0f", conn)}')
This I let run every minute via cron appending a logfile. In some days I will make a new script which will then calculate the TPS from it according to SOL6475. Off these mean-TPS over 1 minute I will take the maximum and hope that this will be realistic enough to make my decision.
Anyway a man page for the show command would still be nice. The next analyse will come for sure.
kind regards,
Torsten
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