Forum Discussion
Jeremy_Bridges_
Nimbostratus
Sep 08, 2009Stats Profiles and bigpipe
I would like to access statistics profiles using the bigpipe utility. What command do I need to use to get the value of "field1" on a stats profile called "stats-MyServer"? Maybe like this?
bi...
Jeremy_Bridges_
Nimbostratus
Sep 09, 2009Thanks for the input. I ended up using grep and awk to parse the bigpipe output:
fieldName="over-ttl-connection-count-${ip}:${port}"
overTtlConnectionCount=`bigpipe profile stats $statProfileName | grep $fieldName | awk '{print $3}'`
However, I now have a different problem. I would like to reset the stats value here to zero. I know I can do this through an iRule using the STATS::set command:
STATS::set "stats-BNSServer-DEV" "over-ttl-connection-count-10.41.53.53:17898" 0
But, I don't know if there is any way to reset this outside of an iRule. Can this be done through bigpipe or any other command-line app? What about iControl?
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