diff options
author | Björn Gustavsson <[email protected]> | 2013-10-11 14:03:58 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-10-11 14:03:58 +0200 |
commit | 7cace7cbea51f57018bb1db489678f4a2128253c (patch) | |
tree | 53992090c851a70a0b5ca759ea13a5286bda2267 /lib/observer/doc/src | |
parent | 858c211223071184b533973e966643f6aba0cbc3 (diff) | |
parent | 240c5e4785fee63457e87c443eff5da82976c785 (diff) | |
download | otp-7cace7cbea51f57018bb1db489678f4a2128253c.tar.gz otp-7cace7cbea51f57018bb1db489678f4a2128253c.tar.bz2 otp-7cace7cbea51f57018bb1db489678f4a2128253c.zip |
Merge branch 'maint'
* maint:
Documentation of tracer/2: Use the correct option name 'overload_check'
Diffstat (limited to 'lib/observer/doc/src')
-rw-r--r-- | lib/observer/doc/src/ttb.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/observer/doc/src/ttb.xml b/lib/observer/doc/src/ttb.xml index b48febc2a9..6e60a9cb3b 100644 --- a/lib/observer/doc/src/ttb.xml +++ b/lib/observer/doc/src/ttb.xml @@ -105,8 +105,9 @@ ttb:p(all, call)</code> <v>Nodes = atom() | [atom()] | all | existing | new</v> <v>Opts = Opt | [Opt]</v> <v>Opt = {file,Client} | {handler, FormatHandler} | {process_info,PI} | - shell | {shell, ShellSpec} | {timer, TimerSpec} | {overload, {MSec, Module, Function}} - | {flush, MSec} | resume | {resume, FetchTimeout}</v> + shell | {shell, ShellSpec} | {timer, TimerSpec} | + {overload_check, {MSec, Module, Function}} | + {flush, MSec} | resume | {resume, FetchTimeout}</v> <v>TimerSpec = MSec | {MSec, StopOpts}</v> <v>MSec = FetchTimeout = integer()</v> <v>Module = Function = atom() </v> @@ -158,7 +159,7 @@ ttb:p(all, call)</code> network communication are always present. The timer starts after <c>ttb:p/2</c> is issued, so you can set up your trace patterns before. </p> - <p>The <c>overload</c> option allows to enable overload + <p>The <c>overload_check</c> option allows to enable overload checking on the nodes under trace. <c>Module:Function(check)</c> is performed each <c>MSec</c> milliseconds. If the check returns <c>true</c>, the tracing is disabled on a given node.<br/> |