Forum Discussion

Tim_Weippert_11's avatar
Tim_Weippert_11
Icon for Nimbostratus rankNimbostratus
Apr 02, 2004

No reset_statistics within ITCMLocalLB.Proxy

Hi together,

 

 

i have written some small Perl / SOAP Scripts to get Accounting Information from VS and Nodes. At this time i need additional the Informations from an Proxy, the Information is not the problem,

 

but i need to reset the statistics after i get the thrughput infos.

 

 

Obviously there is no reset_statistics within the ITCMLocalLB.Proxy

 

Classes ... any suggestions?

 

 

Thanks,

 

 

tim

3 Replies

  • We introduced several Proxy reset commands but they were released after the release of the 4.5 SDK. Here's the signatures for the methods.

    Reset the statistics for the specified proxies.  
     void ITCMLocalLB::Proxy::reset_proxy_statistics( 
         in IPPortDefinition[] proxies 
     ); 
      
     Resets the statistics for all the proxies.  
     void reset_all_proxy_statistics( 
     );

    You can check for their existence on the BIG-IP by querying the WSDL and doing a search for the reset_proxy_stastistics() method. The url will be

    https://bigip_address/iControl/iControlPortal.cgi?WSDL=ITCMLocalLB.Proxy

    -Joe
  • Hi Joe,

     

     

    thanks for the answer, but if i see this right, this function isn't available in 4.2 or 4.5 releases?

     

     

    Maybe in the latest PTF?

     

     

    thanks for your answers,

     

     

    tim
  • These methods were introduced in a 4.5 PTF which I believe it was PTF04. The existence of these methods can be verified by opening the following url in a browser:

     

     

    https://bigip_address/iControl/iControlPortal.cgi?WSDL=ITCMLocalLB.Proxy

     

     

    and looking for the previously mentioned methods.

     

     

    -Joe