Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
c4f71442
Commit
c4f71442
authored
Mar 19, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #166 from edx/will/perf-doc-update
Update performance test README
parents
7a4bb68b
7d483d7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
performance/README.rst
+8
-2
No files found.
performance/README.rst
View file @
c4f71442
...
@@ -24,7 +24,13 @@ Performance Tests
...
@@ -24,7 +24,13 @@ Performance Tests
}
}
}
}
4. Start the Locust server, and point it at the test server. **NOTE**: You *must* include the trailing slash in the host URL.
4. **Optional**: Increase open file limit:
.. code:: bash
ulimit -n 2048
5. Start the Locust server, and point it at the test server. **NOTE**: You *must* include the trailing slash in the host URL.
.. code:: bash
.. code:: bash
...
@@ -39,4 +45,4 @@ If your server has basic auth enabled, provide credentials with environment vars
...
@@ -39,4 +45,4 @@ If your server has basic auth enabled, provide credentials with environment vars
cd performance
cd performance
BASIC_AUTH_USER=foo BASIC_AUTH_PASSWORD=bar locust --host=http://example.com/
BASIC_AUTH_USER=foo BASIC_AUTH_PASSWORD=bar locust --host=http://example.com/
5. Visit the `Locust web UI <http://localhost:8089>`_
6. Visit the `Locust web UI <http://localhost:8089>`_ to start the test.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment