test execution time variable

Need new test, action, option? Post request here.
Post Reply
datwood100
Posts: 10
Joined: Thu Sep 03, 2015 10:42 am

test execution time variable

Post by datwood100 »

It would be nice if there were a current test state variable like "%executionTime% that would indicate how long it took the test to run.

I've been asked to measure how long it takes to login to a Unix box. The only way I can find to do it is to write a VB or Active script that wraps a putty/plink login. this works, but it would be more robust if I could just use tune-up reply function to access the execution time of a SSH test and display that.

Anyway, just a thought. Obviously not something that most people want, or you probably would already have it.

Thanks,
DAtwood
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I think we will implement this variable

Regards
Alex
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

We added %TestProbeTime% variable (can be used as parameter of some actions, for Optional status processing, reports...)

If you are using latest version of the software (10.30), you may download update at
www.ks-soft.net/download/hm1031.zip

Regards
Alex
datwood100
Posts: 10
Joined: Thu Sep 03, 2015 10:42 am

Post by datwood100 »

This is incredible! I get better support from you than from my own company !!

I tried it out, and it seems to be working just expected. Can't verify that it works in every situation, but on the SSH test TuneUpReply function , it looks very good.

BTW, you didn't mention if the new variable was in milliseconds or what. But it appears to be milliseconds, so it's easy to convert to seconds, which is what I needed here.

Thanks,
DAtwood
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are right, time in milliseconds

Regards
Alex
Post Reply