How to set timeout in rmdstestclient test tool

I need to set timeout in rmdstestclient. But I'm confused about options for that.

If anyone who know, pls help me

thanks.

Best Answer

  • pimchaya.wongrukun01
    Answer ✓

    Hello @Burinwit

    If the timeout means the runtime i.e. rmdstestclient exits after running for the specified amount of time. You can use -et <time>. For example:

    ./rmdstestclient -S ELEKTRON -f rics.txt -ct rssl -h 192.168.27.15 -p 14002 -u pimchaya -et 60 -v -X -d 2 -l stdout

    According to my test with the command above, rmdstestclient will run 60 seconds before it exits.

Answers