I'm attaching the script I was using for load testing. It basically does: echo hello | ssh $HOST bzr serve --inet --directory=/ --allow-writes
In as many parallel processes as you ask it to. (by using --load=$X,)
I'm attaching the script I was using for load testing. It basically does:
echo hello | ssh $HOST bzr serve --inet --directory=/ --allow-writes
In as many parallel processes as you ask it to. (by using --load=$X,)