Forum Discussion

LEON_LI_38034's avatar
LEON_LI_38034
Icon for Nimbostratus rankNimbostratus
Jul 25, 2014

How to use iRules's HSL output based destination address throughput statistics.

Hi

 

How to use iRules's HSL output based destination address(for example [IP::local_addr] ) access to the throughput statistics.

 

I'm going to use the Splunk analysis HSL data. To make it generate Top 10 graph reports ,Based on the access to the Internet each destination address's throughput statistics.

 

Or what other way?

 

Many Thanks Lee

 

6 Replies

  • You'll need to rephrase your question. What exactly are you trying to do?
  • Hi MiLK_MaN I just changed my question content. Have any good Suggestions? Thanks
  • Basically you want to output via HSL, some text that includes the client and/or server address, into Splunk? It should be relatively straight forward, but how have you got the VS configured? Based on what you've written, it seems you have the BIG-IP in path for client traffic towards the Internet, is this simply a 0/0 VS with a FastL4 profile?
  • YES,I can via HSL send client and/or server address into Splunk. but I don't know how to send server address's "data throughput statistics" into my Splunk. How to write the iRules. Ple help me,thanks
  • It 's a 0/0 VS with a standerd type and http profile. Pool member is my F5 route gatway address,I don't check Address/Port Translation in my 0/0 VS.
  • You are going to be limited to whatever iRule commands are available for the connection. You might want to check out IP::stats command which will give some packets in/out and bytes in/out for the connection. From there, you can craft some formulas within Splunk to graph the throughput.