Testing proxy

Hi, I need to perform load test on my proxy server. For that I got a long list of popular websites that I want Gatling to browse concurrently. For each website I would like to download the main HTML file and then naively emulate a browser and fetch all its resources (images, CSS, JS, etc.).

Can this be done with Gatling?

https://gatling.io/docs/current/http/http_protocol/#proxy-parameters
https://gatling.io/docs/current/http/http_protocol/#resource-inferring

Thanks! I’ve missed the resource-inferring part, which is really elegant TMHO.
It seems that the statistics are basely response time driven, which I am actually interested in the total throughput sent by Gatling. I couldn’t find any such data in the reports though.

BasicSimulation.scala (2.28 KB)