question

Kudo avatar image
Kudo asked

How can I insert moving average into realtime.csv? Is that possible?

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,

Avalancheavalanche commander
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.