Run
```
wrk -c 10 --header "Connection: close" -d 60 -t 1 --latency "http://[fe80::20d:b9ff:fe41:cd2d%igb1]:80/missing"
```
and
```
wrk -c 10 --header "Connection: close" -d 60 -t 1 --latency http://192.168.2.202:80/missing
```
(with updated IP addresses) against a web server (nginx, for example) on a host with using a NIC supporting multiple ithreads (like igb).