Can we check if the request is processed within particular time using gatling

For example: I want to check if the page is loaded within 3 seconds or any request is processed within desired time.

Hi Amar,

Please have a look at Gatling’s assertions documentation or Gatling’s responseTimeInMillis check, which both allow to achieve what you want.

Cheers,

Pierre

Thanks. :slight_smile: