Simulated latency, bandwidth etc.

Is it possible to simulate Simulated latency, bandwidth etc using GATLING tool ?

What you can do in your gatling box running the test to setup some latency directly using the tc unix commnad

for example adding 200ms latency to each request

#add latency
#sudo /sbin/tc qdisc add dev eth0 root netem delay 200ms

more complex latency requirements you can investigate tc.