Skip to content

Commit

Permalink
Merge pull request #551 from fomars/develop
Browse files Browse the repository at this point in the history
docs update
  • Loading branch information
fomars committed Apr 4, 2018
2 parents 0c5af69 + a0d8545 commit f4b081c
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 120 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.10'
release = '1.9.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
26 changes: 18 additions & 8 deletions docs/config_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@ DataUploader
:nullable:
True

``regress`` (boolean)
---------------------
*\- mark test as regression. Default:* ``False``

``send_status_period`` (integer)
--------------------------------
*\- delay between status notifications. Default:* ``10``
Expand Down Expand Up @@ -453,6 +449,13 @@ Influx
JMeter
======

``affinity`` (string)
---------------------
*\- Use to set CPU affinity. Default:* ``""``

:nullable:
True

``args`` (string)
-----------------
*\- additional commandline arguments for JMeter. Default:* ``""``
Expand Down Expand Up @@ -524,25 +527,32 @@ JsonReport
Pandora
=======

``affinity`` (string)
---------------------
*\- Use to set CPU affinity. Default:* ``""``

:nullable:
True

``buffered_seconds`` (integer)
------------------------------
*\- (no description). Default:* ``2``

``config_content`` (dict)
-------------------------
*\- (no description). Default:* ``{}``
*\- Pandora config contents. Default:* ``{}``

``config_file`` (string)
------------------------
*\- (no description). Default:* ``""``
*\- Pandora config file path. Default:* ``""``

``expvar`` (boolean)
--------------------
*\- (no description). Default:* ``True``
*\- Toggle expvar monitoring. Default:* ``True``

``pandora_cmd`` (string)
------------------------
*\- (no description). Default:* ``pandora``
*\- Pandora executable path. Default:* ``pandora``

Phantom
=======
Expand Down

0 comments on commit f4b081c

Please sign in to comment.