-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tischler edited this page Sep 13, 2010
·
2 revisions
Welcome to the Scala-httpload wiki!
We were using httpload at work, running old log files against a test machine, and finding some 500 errors. httpload wouldn’t tell me what 500ed so I thought I’d try to write a simple http load testing client in scala that would let me have enough hooks to do just that.
This uses sbt (http://code.google.com/p/simple-build-tool/), so first you need to get that set up. I’m using sbt 0.5.5 and Scala 2.7.6.
Then, try running from sbt: run “—file=urls.txt” to give it the command line parameters that it needs.