Forum Discussion
Jason_Bender_10
Nimbostratus
Mar 14, 2005STATISTIC_HTTP_GET_REQUEST
I can get this to display anything after building pool.exe and running. It is listed in the locallbpoolmembers.cs file. Is there a special parameter I have to run to get this statistic?
Thanks
Jason
- Loc_Pham_101863Historic F5 AccountThis specific statistic is only available when you're using an HTTP profile or FastHTTP profile with your virtual server. When this is the case, one of the following methods can be used to retrieve the statistic, depending on which profile you're using:
- Ryan_Rashell_80
Nimbostratus
I am not savvy with c. What file and what syntax is used to add and remove stats such as this one? - Currently there is no way to remove statistics. As for querying them, I'd suggest you refer to some of the C samples in the sdk (/sdk/samples/soap/c/Microsoft) that query statistics and use those as a reference. I believe the NodeAddress, Pool, and VSStats apps in the LocalLB directory all reference the stats for the respective object types.
- Ryan_Rashell_80
Nimbostratus
Yes, we have actaully built and ran the Pool.exe but there are some stats we simply do not need to query. So if there is no way to remove the stats we do not need from Pool.exe can we still ADD a stat? If so, my question of syntax and file is still open and concerning how to add STATISTIC_HTTP_GET_REQUEST. Thanks again for the help! - Ryan_Rashell_80
Nimbostratus
Thanks Joe. We were able to get the STATISTICS_HTTP_GET_REQUEST from the HTTP profile but we are not sure of our numbers. For some reason it looped through twice and gave us these numbers - Posted By Roachie_34 on 5/3/2005 3:00:14 PM
UInt64 build64(CommonULong64 value) { return ((ulong)value.high<<32)|(ulong)value.low; }
- Loc_Pham_101863Historic F5 AccountI'd like to add some additional information.
- Jeff_MacDonald_
Nimbostratus
We are trying to use this same method to get some egress numbers, we're using this statistic - This indeed looks odd. Can you log the Low and High values returned from the UInt64 structure so that we can determine if it's indeed the data that is incorrect or if it is in the calculation of the 64bit value?
- Jeff_MacDonald_
Nimbostratus
I am just using the vsstats.exe sample code as is that comes in the sdk and one of the statistics returned is
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