@@ 1,22 1,11 @@
-Selenium surfer
-===============
-
-A small selenium load testing tool.
-
-It opens n seleniun sessions and repeatadly load URLs from this session. The
-list of URLs to load are passed from stdin, and a CSV of the result gets written
-on stdout.
+Selenium stresser
+=================
-Here's how you run it:
-
- echo http://www.example.com/ | ./selenium-surfer 'http://my.selenium.server/wd/hub'
+A bandwidth stress tester for [Sauce Connect][]. Sauce Connect is a secure HTTP
+proxy for customer to run in their private network to expose their assets to
+Saucelabs.
-You can load multiple URLs, the following example loads example.com 1000 times:
-
- yes http://www.example.com/ | sed1000q | ./seleniun-surfer 'http://my.selenium.server/wd/hub'
-
-By default, selenium-surfer spawns 4 workers routines. To bump it use the
-`--workers` option.
+[Sauce Connect]: https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy
Dependencies
------------