Hello,
I want to add SSL transaction/sec value into the .results/merged/client/realtime.csv
I believe that avalanche commander 4.96 doesn't have such a measurement, so I want to enable this by calculating moving average on ssl:server hello received. Like this.
[expr [expr "SSL:Server Hello Received[1]" - "SSL:Server Hello Received[0]"] / [expr "Seconds Elapsed[1]" - "Seconds Elapsed[0]"] ]
Maybe, I feel there is a way to add calculation result into realtime.csv by modifying test.tcl or config.tcl, but no idea how to do that.
Can anyone help me?
Thanks,