diff options
author | Dan Gudmundsson <[email protected]> | 2016-02-22 09:41:42 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-02-22 09:41:42 +0100 |
commit | e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4 (patch) | |
tree | 237b5b9bfebb2d15c45e7ab8a7edd6f110e9a2dc /lib/observer/doc/src/introduction_ug.xml | |
parent | 63908f5313781e199476dc0def4eb0dcaa939d88 (diff) | |
parent | e6b2edc8027c40db4c12f8f081648cda4634f9f7 (diff) | |
download | otp-e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4.tar.gz otp-e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4.tar.bz2 otp-e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4.zip |
Merge branch 'dgud/observer/doc' into maint
* dgud/observer/doc:
Observer: Editorial changes in documentation
Diffstat (limited to 'lib/observer/doc/src/introduction_ug.xml')
-rw-r--r-- | lib/observer/doc/src/introduction_ug.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lib/observer/doc/src/introduction_ug.xml b/lib/observer/doc/src/introduction_ug.xml new file mode 100644 index 0000000000..21f0dc709f --- /dev/null +++ b/lib/observer/doc/src/introduction_ug.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE chapter SYSTEM "chapter.dtd"> + +<chapter> + <header> + <copyright> + <year>2016</year><year>2016</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + </legalnotice> + + <title>Introduction</title> + <prepared></prepared> + <docno></docno> + <date></date> + <rev></rev> + <file>introduction_ug.xml</file> + </header> +<section> + <title>Scope</title> + <p>The Observer application is a container including the following + tools for tracing and investigation of distributed systems:</p> + <list type="bulleted"> + <item>Observer</item> + <item>Trace Tool Builder</item> + <item>Erlang Top</item> + <item>Crashdump Viewer</item> + </list> + </section> + + <section> + <title>Prerequisites</title> + <p>It is assumed that the reader is familiar with the Erlang + programming language.</p> + </section> +</chapter> |