Definition lists everywhere
I just found out that they can be nested, which is useful in this case.
This commit is contained in:
+26
-13
@@ -129,19 +129,32 @@ STTRACE
|
|||||||
A comma separated string of facilities to trace. The valid facility strings
|
A comma separated string of facilities to trace. The valid facility strings
|
||||||
are:
|
are:
|
||||||
|
|
||||||
- ``beacon``: the beacon package
|
beacon
|
||||||
- ``discover``: the discover package
|
the beacon package
|
||||||
- ``events``: the events package
|
discover
|
||||||
- ``files``: the files package
|
the discover package
|
||||||
- ``http``: the main package; HTTP requests
|
events
|
||||||
- ``locks``: the sync package; trace long held locks
|
the events package
|
||||||
- ``net``: the main package; connections & network messages
|
files
|
||||||
- ``model``: the model package
|
the files package
|
||||||
- ``scanner``: the scanner package
|
http
|
||||||
- ``stats``: the stats package
|
the main package; HTTP requests
|
||||||
- ``upnp``: the upnp package
|
locks
|
||||||
- ``xdr``: the xdr package
|
the sync package; trace long held locks
|
||||||
- ``all``: all of the above
|
net
|
||||||
|
the main package; connections & network messages
|
||||||
|
model
|
||||||
|
the model package
|
||||||
|
scanner
|
||||||
|
the scanner package
|
||||||
|
stats
|
||||||
|
the stats package
|
||||||
|
upnp
|
||||||
|
the upnp package
|
||||||
|
xdr
|
||||||
|
the xdr package
|
||||||
|
all
|
||||||
|
all of the above
|
||||||
|
|
||||||
STPROFILER
|
STPROFILER
|
||||||
Set to a listen address such as "127.0.0.1:9090" to start the profiler with
|
Set to a listen address such as "127.0.0.1:9090" to start the profiler with
|
||||||
|
|||||||
Reference in New Issue
Block a user