Forum Discussion

subbiah's avatar
subbiah
Occasional Contributor
12 years ago

Real Time Response Time

Is it possible to get the response times of all requests ? I need them for various purposes like finding different percentile values, etc

2 Replies

  • Yes, you can get them by wiring the output of a Runner into a TableLog. The TableLog can then be configured to automatically create a file with the content of the table.
  • subbiah's avatar
    subbiah
    Occasional Contributor
    Hi Heols

    Thanks for the reply. But, How about if I run a 100 TPS test for a very longer duration ?
    Will there be any performance issue if I use the TableLog and write that into a file ?