We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe05a7a commit b995afbCopy full SHA for b995afb
contrib/load-tester/README.md
@@ -8,3 +8,6 @@
8
to the auth server.
9
* run.sh: Ties it all together. Make sure to run as root.
10
11
+Once you think the script has run long enough, kill run.sh and look at
12
+valgrind.log. You have to clean up after the script yourself, e.g. kill
13
+mock\_auth.py separately and run **./generate_interfaces.sh stop**
contrib/load-tester/run.sh
@@ -3,7 +3,7 @@
3
4
echo "Make sure to configure GatewayInterface in wifidog_mock.conf"
5
6
-#./generate_interfaces.sh start || exit 1
+./generate_interfaces.sh start || exit 1
7
./mock_auth.py &
0 commit comments