To generate some web traffic on Linux, run the following.
for i in {1..15}; do wget www.google.com; sleep 2; done