sink_driven_src playback

Is sink_driven_src only read the data file in loop? Can I set the sink_driven_src only playback the canned data file once and then stop?

Best Answer

  • Hi @Charles Hui

    After further investigation I have been advised that it is not currently possible to stop playback after one pass. This feature has been added as an enhancement request.

    Apologies for the previous incorrect response.

Answers

  • Hi Charles,

    Please refer to the TREP Demo Tools or TREP Test Tools documentation that came with the sink_driven_src as part of your InfraTools or TREP installation package.

    If you don't have the document, you should be able to download from the Thomson Reuters Customer Zone at Demo Tools

    Under section 2.3.1 there are a few example command lines e.g.

    Replay captured data forever in the same order as it was recorded in the file at rates specified by a user by entering the
    following command:
    sink_driven_src –S <service_name> –K –N <server_name> -Q <capt_datafile> -c –b –I <display_interval>
    Replay captured data once only in the same order as it was recorded in the file at rates specified by a user by entering the
    following command:
    sink_driven_src –S <service_name> –K –N <server_name> -Q <capt_datafile> -c –I <display_interval>


    Hope this helps.

  • @Umer Nalla

    Thanks but that doesn't work...it just go to interactive mode...we still want it only replay once only without looping...

  • thanks, at least we confirm this is the limitation.

  • Any news on this? Is it possible now to configure the tool to avoid to go in loop?