Hello,
I am trying to obtain the maximum measured time for a round trip. I saw that I need to use a calculated item. Here is the configuration:
Key: tcp.rtt.max
Formula: max("net.tcp.service.perf[tcp,80]", 300)
I am getting the error:
Cannot evaluate expression: function argument "net.tcp.service.perf[tcp,80], 300" is not a numeric value at "max("net.tcp.service.perf[tcp,80], 300)".
Can you help me?
I am trying to obtain the maximum measured time for a round trip. I saw that I need to use a calculated item. Here is the configuration:
Key: tcp.rtt.max
Formula: max("net.tcp.service.perf[tcp,80]", 300)
I am getting the error:
Cannot evaluate expression: function argument "net.tcp.service.perf[tcp,80], 300" is not a numeric value at "max("net.tcp.service.perf[tcp,80], 300)".
Can you help me?
Comment