aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inviso/doc/src/inviso_chapter.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-12-09 10:58:23 +0100
committerBjörn Gustavsson <[email protected]>2011-12-09 10:58:23 +0100
commit2ead2d78f94bda90309077080c6b6d7a5bb72d9c (patch)
tree88a73fff56e547832b7d6b7d18766e1434538f2e /lib/inviso/doc/src/inviso_chapter.xml
parentadb35e439605ce435903aa3c354592aa7f828006 (diff)
parentb5ac761326623ebbdae61b4254104af105e08719 (diff)
downloadotp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.tar.gz
otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.tar.bz2
otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.zip
Merge branch 'bjorn/inviso/deprecate/OTP-9798'
* bjorn/inviso/deprecate/OTP-9798: Deprecate the inviso application
Diffstat (limited to 'lib/inviso/doc/src/inviso_chapter.xml')
-rw-r--r--lib/inviso/doc/src/inviso_chapter.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/inviso/doc/src/inviso_chapter.xml b/lib/inviso/doc/src/inviso_chapter.xml
index 4480099c67..922a038599 100644
--- a/lib/inviso/doc/src/inviso_chapter.xml
+++ b/lib/inviso/doc/src/inviso_chapter.xml
@@ -30,8 +30,12 @@
</header>
<section>
- <title>Introduction</title>
<p><em>inviso</em>: (Latin) to go to see, visit, inspect, look at.</p>
+ <warning>
+ <p>The <c>inviso</c> application is deprecated and will be
+ removed in the R16 release.</p>
+ </warning>
+ <title>Introduction</title>
<p>The Inviso trace system consists of one or several runtime components supposed to run on each Erlang node doing tracing and one control component which can run on any node with available processor power. Inviso may also be part of a higher layer trace tool. See the inviso-tool as an example. The implementation is spread out over the Runtime_tools and the Inviso Erlang/OTP applications. Erlang modules necessary to run the runtime component are located in Runtime_tools and therefore assumed to be available on any node. Even though Inviso is introduced with Erlang/OTP R11B the runtime component implementation is done with backward compatibility in mind. Meaning that it is possible to compile and run it on older Erlang/OTP releases.</p>
<image file="inviso_users_guide_pic1.gif">
<icaption>Inviso Trace System Architecture Overview.</icaption>