User Tools

Site Tools


networking:traffic_generator

This is an old revision of the document!


Traffic Generator

Linux

To generate some web traffic on Linux, run the following.

for i in {1..15}; do wget www.google.com; sleep 2; done
networking/traffic_generator.1590058413.txt.gz · Last modified: (external edit)