I need to set timeout in rmdstestclient. But I'm confused about options for that.
If anyone who know, pls help me
thanks.
I need to set timeout in rmdstestclient. But I'm confused about options for that.
If anyone who know, pls help me
thanks.
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.
./rmdstestclient -?
==== Other Options ==========================
-et : Amount of time in minutes to run before exiting the program. (0)
so, when added -et 10
Run time of 10 has been reached. Exiting..
thanks
Hi @Burinwit,
Can you please elaborate on your requirement. Which timeout do you intend to set; what is the need.
>> rmdsTestClient.exe -? can be used to list all the available options for this tool.